Skip to content

Commit 49facf5

Browse files
authored
Update changelog for 3.35.0.1 through 3.36.0.3 (#702)
1 parent e737a19 commit 49facf5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

+31
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,37 @@ sqlite-jdbc extracts a native library for your OS to the directory specified by
123123

124124
News
125125
====
126+
* 2021-08-30: sqlite-jdbc-3.36.0.3
127+
* Fixes for GraalVM
128+
* Internal update: Migrate to JUnit5. Add CI with GraalVM
129+
* 2021-08-25: sqlite-jdbc-3.36.0.2
130+
* New Features:
131+
* Support custom collation creation (#627)
132+
* Newly Supported OS and Arch:
133+
* Windows armv7 and arm64 (e.g., Surface Pro X) (#644)
134+
* FreeBSD aarch64 (#642)
135+
* Bring back Linux armv6 support (#628)
136+
* FreeBSD x86 and x86_64 (#639)
137+
* Dropped DragonFlyBSD support (#641)
138+
* Other Intenal Fixes
139+
* Add reflect-config, jni-config and native-image.properties to graalvm native image compilation (#631)
140+
* Fix multipleClassLoader test when directory is renamed (#647)
141+
* CI tests for Windows and MacOS (#645)
142+
* Special thanks to @gotson for adding collation support and build configurations for more OS and CPU types!
143+
* 2021-06-30: sqlite-jdbc-3.36.0.1
144+
* Fixed a date parsing issue #88
145+
* Added CI for testing JDK16 compatibility. sqlite-jdbc works for JDK8 to JDK16
146+
* 2021-06-27: sqlite-jdbc-3.36.0
147+
* Upgrade to SQLite 3.36.0
148+
* 2021-06-27: sqlite-jdbc-3.35.0.1
149+
* Upgraded to SQLite 3.35.0
150+
* Avoid using slower ByteBuffer decode() method (#575)
151+
* Allow increasing SQLite limits (#568)
152+
* Add Automatic-Module-Name for OSGi (#558)
153+
* Avoid using shared resource streams between class loaders when extracting the native library. (#578)
154+
* Accept `READ_COMMITTED` and `REPEATABLE_READ` isolation levels (not natively supported) by treating as `SERIALIZABLE`
155+
* Accept (but ignore) fetch direction hint
156+
* **Note**: Don't use 3.35.0 if you are Apple Silicon (M1) user. 3.35.0 failed to include M1 binary
126157
* 2020-12-10: sqlite-jdbc-3.34.0
127158
* Improved the performance of reading String columns
128159
* Support URI file names (file://...) in backup/restore commands https://sqlite.org/uri.html

0 commit comments

Comments
 (0)