Skip to content

Releases: xerial/sqlite-jdbc

Release 3.46.1.0

19 Aug 02:19
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.46.1 (be3bf30)

πŸ› Fixes

native-image

  • support strict image heap (029a35f)

πŸ›  Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (17dffe9)

unscoped

  • add GraalVM for JDK 22 to native test suite (e40e5a3)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, Kristof Dhondt

Release 3.46.0.1

30 Jul 04:03
Compare
Choose a tag to compare

Changelog

πŸš€ Features

πŸ› Fixes

jdbc

  • generated columns with stored in SQLite are not marked as generated (429bbe4), closes #1132

unscoped

  • never return arch as aarch64 when running in a 32-bit JVM (0c3db0b), closes #1127
  • throw java.lang.ExceptionInInitializerError when calling SQLiteConfig.Pragma.values() (ec0a524), closes #1123

πŸ›  Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (c375a40)
  • bump org.graalvm.sdk:nativeimage from 24.0.1 to 24.0.2 (d50d5e6)
  • bump org.codehaus.mojo:versions-maven-plugin (14e07d4)
  • bump surefire.version from 3.3.0 to 3.3.1 (edac56b)
  • bump org.codehaus.mojo:versions-maven-plugin (f411591)
  • bump org.jreleaser:jreleaser-maven-plugin (2376d03)
  • bump org.apache.maven.plugins:maven-jar-plugin (d5394ea)
  • bump andymckay/cancel-action from 0.4 to 0.5 (99aa8d9)
  • bump surefire.version from 3.2.5 to 3.3.0 (b64f8fb)
  • bump org.apache.maven.plugins:maven-help-plugin (235143b)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (50ef887)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (efd5449)
  • bump org.sonatype.plugins:nexus-staging-maven-plugin (dbbf4e0)

deps-dev

  • bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (7293f78)
  • bump org.junit.jupiter:junit-jupiter (b80a294)
  • bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (6188b48)

πŸ“ Documentation

  • add riscv64 in the supported OS table (2b72c94)
  • mention temporary databases (0035ec4)

Contributors

We'd like to thank the following people for their contributions:
Asger Hautop Drewsen, Gauthier, IAmHash, Sualeh Fatehi, 秋 雨落

Release 3.46.0.0

27 May 09:25
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.46.0 (dfa37a1)

πŸ”„οΈ Changes

πŸ›  Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (2ae0884)
  • bump org.apache.maven.plugins:maven-gpg-plugin (88fa86f)
  • bump org.apache.maven.plugins:maven-jar-plugin (7f3fd87)
  • bump org.graalvm.sdk:nativeimage from 24.0.0 to 24.0.1 (d9fd689)
  • bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 (9e4a9df)

deps-dev

  • bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (ce10957)

unscoped

Contributors

We'd like to thank the following people for their contributions:
CRaLFa, Gauthier, Gauthier Roebroeck, Kristof

Release 3.45.3.0

16 Apr 02:59
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.45.3 (f271cf9)

πŸ›  Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.2 to 24.0.0 (09ca844)
  • bump org.apache.maven.plugins:maven-jar-plugin (12316ca)
  • bump org.apache.maven.plugins:maven-gpg-plugin (3420859)
  • bump org.apache.maven.plugins:maven-source-plugin (14f27ec)
  • bump org.apache.maven.plugins:maven-gpg-plugin (139e914)
  • bump org.apache.maven.plugins:maven-compiler-plugin (607d48c)
  • bump org.apache.maven.plugins:maven-gpg-plugin (c556f08)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.45.2.0

13 Mar 02:21
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.45.2 (c56fbf1)

🏎 Perf

  • CoreStatement uses optimize regex for generated key matches (95b8efa)

πŸ›  Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (3b83760)
  • bump org.jreleaser:jreleaser-maven-plugin (9ccd1e7)
  • bump org.graalvm.buildtools:native-maven-plugin (eca45e5)
  • bump andymckay/cancel-action from 0.3 to 0.4 (b11f8be)
  • bump org.graalvm.buildtools:native-maven-plugin (cdad828)

deps-dev

  • bump org.mockito:mockito-core from 5.10.0 to 5.11.0 (07b38af)
  • bump org.junit.jupiter:junit-jupiter (6c2e966)
  • bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (daca050)

unscoped

πŸ“ Documentation

Contributors

We'd like to thank the following people for their contributions:
David Schlosnagle, Gauthier, Gauthier Roebroeck, Tamas Cservenak, hbobenicio, prubel

Release 3.45.1.0

31 Jan 03:33
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.45.1 (8a47fb0)

πŸ› Fixes

jdbc

  • support CTE and REPLACE syntax with Statement#getGeneratedKeys (2cf1b26)

πŸ›  Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.1 to 23.1.2 (a84e560)

deps-dev

  • bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (2e336d9)
  • bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (0eb6cb8)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, Stephen Lombardo

Release 3.45.0.0

19 Jan 03:56
Compare
Choose a tag to compare

Changelog

πŸš€ Features

jdbc

  • reintroduce improved support for Statement#getGeneratedKeys (f7d49f6)

sqlite

  • upgrade to sqlite 3.45.0 (961e6c1)

πŸ›  Build

build-native

  • migrate upload/download to v4 syntax (02d0371)

deps

  • bump surefire.version from 3.2.3 to 3.2.5 (e37b720)
  • bump org.apache.maven.plugins:maven-compiler-plugin (5520295)
  • bump org.jreleaser:jreleaser-maven-plugin (1cb9462)
  • bump actions/download-artifact from 3 to 4 (47c2b52)
  • bump org.apache.maven.plugins:maven-compiler-plugin (f094bff)
  • bump surefire.version from 3.2.2 to 3.2.3 (585d0d0)
  • bump actions/upload-artifact from 3 to 4 (d58b364)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (1f57928)
  • bump actions/setup-java from 3 to 4 (0874939)

deps-dev

  • bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (93cd00c)
  • bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (688fa0c)
  • bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (7d44a45)
  • bump ch.qos.logback:logback-classic (16216ac)
  • bump com.tngtech.archunit:archunit-junit5 (e8d6c7a)

unscoped

  • add 2024 folder for amalgamation download (2da5480)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, Stephen Lombardo

Release 3.44.1.0

27 Nov 02:56
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.44.1 (1eef6a5)

🏎 Perf

sqlite

  • disable pagecache overflow stat (31b7659)

πŸ›  Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (baf1295)
  • bump org.jreleaser:jreleaser-maven-plugin (849d6eb)

deps-dev

  • bump org.junit-pioneer:junit-pioneer (f3333e7)
  • bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (8cd1fa1)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, yuvalp-k2view

Release 3.44.0.0

13 Nov 01:34
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • support serialize/deserialize sqlite APis (6823954)
  • upgrade to sqlite 3.44.0 (fd222f3)

πŸ›  Build

deps

  • bump surefire.version from 3.2.1 to 3.2.2 (4232352)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (64b8ced)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (3094fb0)
  • bump org.junit.jupiter:junit-jupiter (9500426)
  • downgrade logback to 1.2.12 (2d76795)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, yuvalp-k2view

Release 3.43.2.2

30 Oct 04:42
Compare
Choose a tag to compare

Changelog

πŸ› Fixes

  • avoid double precision in getBigDecimal (8880c33), closes #1002

πŸ›  Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.0 to 23.1.1 (4dba62c)
  • bump surefire.version from 3.1.2 to 3.2.1 (958b4f6)
  • bump org.graalvm.buildtools:native-maven-plugin (98093e1)

jreleaser

unscoped

  • add build step necessary for jreleaser when not pushing to maven central (36116ca)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, InitFlo