Skip to content

Release v0.11.0

Latest

Choose a tag to compare

@jamesmudd jamesmudd released this 01 Jun 15:36
· 8 commits to master since this release
2dee090
  • Fix chunk coordinate handling in chunked datasets so retrieval from chunk map succeeds. Thanks to @frothga #800 #727 and #760
  • Add support for Java 25
  • Switch from com.ning:compress-lzf to replacement at.yawk.lz4:lz4-java for LZ4 compression support
  • Enable Gradle dependency locking
  • Fix JitPack configuration for rolling jar releases
  • CI: Skip SonarQube job when SONAR_TOKEN is unavailable
  • Build and dependency updates