Skip to content

Releases: uber/h3-java

Release 3.0.3

22 May 20:05
Compare
Choose a tag to compare

Breaking Changes

  • Replaced Vector2D with GeoCoord.
  • Removed the geoJsonOrder parameter from polyfill functions.

Release 3.0.2

08 May 19:21
Compare
Choose a tag to compare

Fixed

  • Fixed memory management in polyfill with multiple holes.
  • Fixed build on Linux without Docker.

Changed

  • Improve detection of x86 architecture.

Release 3.0.1

03 May 18:35
Compare
Choose a tag to compare

Added

  • Added release settings.
  • Added script for cross compiling using dockcross.

Changed

  • Updated the core library to v3.0.5.
  • Changed the native library loader to detect more operating systems.