Skip to content

v0.9.6

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 04:26
· 57 commits to main since this release
3929eb3

What's Changed

🔥 Breaking Changes

  • feature: Support JDK21 (and drop JDK7 support) by @xerial in #765

Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow access to native memory:

--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

New Contributors

Full Changelog: v0.9.5...v0.9.6