Skip to content

Release 3.43.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 08:49
· 180 commits to master since this release

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