Skip to content

Releases: uber/h3-java

Release v4.0.0

23 Aug 17:31

Choose a tag to compare

[4.0.0] - 2022-08-23

Breaking Changes

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS and MIPSEL (#98, #92)

Release 4.0.0 Release Candidate 2

09 Jun 17:53

Choose a tag to compare

Pre-release

[4.0.0-rc2] - 2022-06-09

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS (#98)

Release 4.0.0 Release Candidate 1

30 Mar 19:28

Choose a tag to compare

Pre-release

[4.0.0-rc1] - 2022-03-29

Breaking Changes

  • Changed the API of H3Core to align it with the core library. (#91)

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Upgraded the core library to v4.0.0-rc2. (#91)

Removed

  • Removed support for Linux MIPSEL (#92)

Release 3.6.4

30 Jun 04:33

Choose a tag to compare

[3.6.4] - 2020-06-29

Changed

  • Updated the core library to v3.6.4. (#64)
  • Updated the core library to v3.6.3. (#61)

Release 3.6.3

13 Jan 21:05

Choose a tag to compare

[3.6.3] - 2020-01-13

Changed

  • Avoid reloading the native library once loaded (#58)

Release 3.6.2

17 Dec 20:16

Choose a tag to compare

[3.6.2] - 2019-12-17

Changed

  • Updated the core library to v3.6.2, fixing some regressions in polyfill. (#56)

Release 3.6.1

22 Nov 23:38

Choose a tag to compare

[3.6.1] - 2019-11-21

Changed

  • Updated the core library to v3.6.1. (#53)

Release 3.6.0

20 Aug 00:13

Choose a tag to compare

[3.6.0] - 2019-08-19

Added

  • getPentagonIndexes and h3ToCenterChild functions. (#49)

Changed

  • Updated the core library to v3.6.0. (#49)
  • Native implementations of getRes0Indexes and getPentagonIndexes changed to throw OutOfMemoryError if the output array size is too small. (#49)

Release 3.5.0

20 Aug 00:13

Choose a tag to compare

[3.5.0] - 2019-07-22

Changed

  • Updated the core library to v3.5.0. (#47)

Release 3.4.1

20 May 16:56

Choose a tag to compare

[3.4.1] - 2019-05-03

Changed

  • Updated the core library to v3.4.3. (#44)