Skip to content

Releases: uber/h3-java

Release 3.4.0

22 Feb 19:41

Choose a tag to compare

[3.4.0] - 2019-02-22

Added

  • getRes0Indexes function. (#38)

Changed

  • Updated the core library to v3.4.2. (#38)

Release 3.3.0

22 Feb 18:41

Choose a tag to compare

[3.3.0] - 2019-02-13

Added

  • h3Line function. (#36)

Changed

  • Updated the core library to v3.3.0. (#36)

Release 3.2.0

22 Feb 18:41

Choose a tag to compare

[3.2.0] - 2018-10-16

Added

  • Support for building on Windows. (#26)
  • experimentalH3ToLocalIj and experimentalLocalIjToH3 functions. (#32)

Changed

  • Updated the core library to v3.2.0. (#32)

Fixed

  • Don't require a C++ compiler. (#30)

Release 3.1.0

04 Oct 23:20

Choose a tag to compare

Added

  • h3Distance function. (#21)
  • newInstance override that accepts specific operating system and architecture values. (#24)

Changed

  • Updated the core library to v3.1.0. (#21)
  • Updated the core library to v3.1.1. (#28)

Release 3.0.4

26 Jul 18:22

Choose a tag to compare

Changed

  • Updated the core library to v3.0.8, fixing a possible segfault. (#19)

Release 3.0.3

22 May 20:05

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

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

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.