v0.9.6
What's Changed
🔥 Breaking Changes
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
- Update airframe-json, airspec to 23.7.4 by @scala-steward in #752
- Update airframe-json, airspec to 23.8.0 by @scala-steward in #754
- Update airframe-json, airspec to 23.8.1 by @scala-steward in #756
- Update sbt to 1.9.4 by @scala-steward in #759
- Update airframe-json, airspec to 23.8.6 by @scala-steward in #760
- Update sbt to 1.9.6 by @scala-steward in #763
- Update airframe-json, airspec to 23.9.1 by @scala-steward in #762
🛠 Internal Updates
- Switch the default branch from develop to main by @xerial in #755
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #761
- internal: Automatically generate release notes by @xerial in #766
📚 Docs
New Contributors
Full Changelog: v0.9.5...v0.9.6