Releases: xerial/sqlite-jdbc
Release 3.45.1.0
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
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