Skip to content

java-v0.0.10

Choose a tag to compare

@louwers louwers released this 11 Mar 22:49
d873165

What's Changed

  • Add Java CLI options for feature sorting and ID generation by @TimSylvester in #791
  • fix(java): add Gradle toolchains plugin to fix build by @nyurik in #825
  • Add PMTiles support to the Java Encoder CLI by @TimSylvester in #798
  • fix(java): update Feature ID handling to support nullable IDs by @nyurik in #829
  • build(java): Use gradle version catalogs to centralize dependencies declaration for java projects by @sonalranjit in #901
  • feat(java): support UInt32 and UInt64 encoding/decoding for synthetics by @CommanderStorm in #852
  • feat(java): add parallel conversion for mbtiles and offline database cases in CLI encoder by @TimSylvester in #818
  • chore(java): Convert CLI console stderr output to logging by @TimSylvester in #941
  • chore(java): export non-finite floats as strings by @nyurik in #998
  • chore(java): rework all Java synthetics by @nyurik in #993
  • feat(java): add geometry enc option to GeometryEncoder by @nyurik in #1003
  • fix(cpp,java): Handle old double-as-float streams by @TimSylvester in #1031
  • refactor(java): Optimize PMTiles reading, Kotlin cleanup by @TimSylvester in #1021
  • fix(java): Take over metadata handling to avoid a library bug by @TimSylvester in #1030
  • feat(java): Improve Java CLI compression stats and cache config by @TimSylvester in #1064
  • feat(java): Optimize buffer handling by @TimSylvester in #1065
  • feat(java): Improve CLI comparison functionality by @TimSylvester in #1095
  • fix(java): Improve PMTiles directory handling in Java CLI by @TimSylvester in #1096