Releases: xerial/sqlite-jdbc
Releases · xerial/sqlite-jdbc
3.36.0.3
3.36.0.2
New Features
- Support custom collation creation (#627)
Newly Supported OS and Arch
- Windows armv7 and arm64 (e.g., Surface Pro X) (#644)
- FreeBSD aarch64 (#642)
- Bring back Linux armv6 support (#628)
- FreeBSD x86 and x86_64 (#639)
- Dropped DragonFlyBSD support (#641)
Other Intenal Fixes
- Add reflect-config, jni-config and native-image.properties to graalvm native image compilation (#631)
- Fix multipleClassLoader test when directory is renamed (#647)
- CI tests for Windows and MacOS (#645)
Special thanks to @gotson for adding collation support and build configurations for more OS and CPU types!
3.36.0.1
3.36.0
- Upgrade to SQLite 3.36.0
3.35.0.1
- Upgraded to SQLite 3.35.0
- Avoid using slower ByteBuffer decode() method (#575)
- Allow increasing SQLite limits (#568)
- Add Automatic-Module-Name for OSGi (#558
- Avoid using shared resource streams between class loaders when extracting the native library. (#578)
(Note: Don't use 3.35.0 if you are Apple Silicon (M1) user. 3.35.0 failed to include M1 binary)
3.34.0
- Upgraded to SQLite 3.34.0
- Improved the performance of reading String columns
- Support URI file names (file://...) in backup/restore commands https://sqlite.org/uri.html
- Show SQL strings in PreparedStatements.toString()