Skip to content

Releases: xerial/sqlite-jdbc

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

Release 3.43.2.1

19 Oct 03:07
Compare
Choose a tag to compare

Changelog

πŸ› Fixes

πŸ“ Documentation

Contributors

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

Release 3.43.2.0

13 Oct 03:50
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • upgrade to sqlite 3.43.2 (a434c78)
  • add slf44-api to replace use of standard streams (21c77a4), closes #802
  • upgrade to sqlite 3.43.1 (7b40a6a)

πŸ› Fixes

native-image

  • do not initialize logging framework at build-time (d8f762c)

unscoped

  • add missing module requirement for slf4j (32082c0)
  • add SONAME to Android binaries (f6a3aef), closes #960

🏎 Perf

  • remove use of DriverManager.println (75ce563), closes #984

πŸ”„οΈ Changes

πŸ›  Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (ebdda17)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (5e37532)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (b3188dc)
  • bump actions/checkout from 3 to 4 (3eaabec)
  • bump org.jreleaser:jreleaser-maven-plugin (07d420d)

deps-dev

  • bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (54aa6ab)
  • bump org.junit-pioneer:junit-pioneer (b363636)

makefile

unscoped

  • update native-image testing to GraalVM 21 (1229f00)
  • fix native configuration for slf4j (89dbda1)
  • MultipleClassLoaderTest fails on Windows (d4f4dc2)

Contributors

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

Release 3.43.0.0

29 Aug 08:49
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • upgrade to sqlite 3.43.0 (6e02ee7)

πŸ› Fixes

jdbc

  • 🚨 remove support for Statement#getGeneratedKeys: getGeneratedKeys is not supported anymore (712a8a5), closes #329

πŸ”„οΈ Changes

  • 🚨 remove the deprecated SQLiteJDBCLoader isPureJavaMode and getPureJavaFlag: methods are removed (e52c44f)
  • 🚨 remove the deprecated TransactionMode.DEFFERED: no more backward compatibility when using the deprecated enum value (8967d75)

πŸ›  Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (a89a42a)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (5488061)

deps-dev

  • bump org.mockito:mockito-core from 5.4.0 to 5.5.0 (fffd224)

unscoped

  • remove conditions over native or java mode (c4ddd1e)

Contributors

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

Release 3.42.0.1

25 Aug 08:12
Compare
Choose a tag to compare

Changelog

πŸ› Fixes

jdbc

  • PreparedStatement#executeQuery should not return null (1eacd68), closes #914
  • add fallback to LocalDateTime.parse in ResultSet#getObject (d76c933)
  • ResultSet#getObject could throw a NPE (ea165fa), closes #915
  • check parameters presence in getParameterType (76b560d), closes #911

native-image

  • make sure the parent directory exists before exporting (bfa7510)

unscoped

  • use dylib extension instead of jnilib for MacOS library names (78defd0)
  • correct the exception message when backup fails (3ffef4d)

πŸ”„οΈ Changes

πŸ›  Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (168c998)
  • bump jreleaser-maven-plugin from 1.6.0 to 1.7.0 (0bccb7c)
  • bump native-maven-plugin from 0.9.22 to 0.9.23 (3be5102)
  • bump surefire.version from 3.1.0 to 3.1.2 (b2f968f)
  • bump versions-maven-plugin from 2.15.0 to 2.16.0 (6c3430d)
  • bump maven-source-plugin from 3.2.1 to 3.3.0 (774c104)
  • bump maven-bundle-plugin from 5.1.8 to 5.1.9 (e41c5e6)

deps-dev

  • bump ch.qos.logback:logback-classic (d370eea)
  • bump com.tngtech.archunit:archunit-junit5 (30b71aa)
  • bump org.junit.jupiter:junit-jupiter (14e5eb8)
  • bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 (85f8319)
  • bump mockito-core from 5.3.1 to 5.4.0 (3d28792)
  • bump logback-classic from 1.4.7 to 1.4.8 (1738823)

unscoped

  • update to GraalVM 23 (840ce0e)
  • fix version update in README (3054957)

πŸ“ Documentation

  • add project status in README (cae28b1)

Contributors

We'd like to thank the following people for their contributions:
Brenton Bostick, Gauthier, Gauthier Roebroeck, Jean-Christophe Gay, Kristof, jdev-2020

Release 3.42.0.0

22 May 12:02
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • update to sqlite 3.42.0 (9a3e755)

πŸ›  Build

  • fix version update in README (6419a81)

Contributors

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

Release 3.41.2.2

19 May 10:52
Compare
Choose a tag to compare

Changelog

πŸš€ Features

jdbc

  • add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63)
  • implement PreparedStatement getParameterType and getParameterTypeName (bdb3d8a)

native-image

  • resource optimization and configuration to export native lib (6f42683)

πŸ› Fixes

  • use random UUID for external resources (edb4b8a)

πŸ›  Build

deps

  • bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe)
  • bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2)
  • bump surefire.version from 3.0.0 to 3.1.0 (658e907)
  • bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f)
  • bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636)
  • bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35)
  • bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82)
  • bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701)
  • bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191)
  • bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c)

deps-dev

  • bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348)
  • bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b)
  • bump logback-classic from 1.4.6 to 1.4.7 (5a4f485)
  • bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f)
  • bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983)
  • bump junit-jupiter from 5.9.1 to 5.9.2 (c917e81)
  • bump logback-classic from 1.4.5 to 1.4.6 (eab4939)

unscoped

  • replace jdk 19 with 20 (0c5a645)
  • replace asciidoc variables during release (0053e60)
  • run spotless:check during maven verify phase (043efd7)

πŸ“ Documentation

  • use markdown for SECURITY.md because Github doesn't support Asciidoc (00e9c3f)
  • convert markdown to asciidoc (fb0f263)

Contributors

We'd like to thank the following people for their contributions:
Andrew Pikler, Andy Cheung, Gauthier, Gauthier Roebroeck, Javier Goday, Kristof, Taro L. Saito

Release 3.41.2.1

24 Mar 08:27
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

πŸ›  Build

jreleaser

  • categorize scopes in changelog (e3e5ae7)

Contributors

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