Releases: xerial/sqlite-jdbc
Release 3.45.0.0
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
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
Changelog
🚀 Features
sqlite
🛠 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
Changelog
🐛 Fixes
🛠 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
- add owner into config (a106632)
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
Release 3.43.2.0
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
🔄️ 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
- add slf4j dependency (1663cfe)
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
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
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
- fix typos (8e999fe)
🛠 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
📝 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
Release 3.41.2.2
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