Skip to content

Releases: uber/h3-java

Release v4.1.1

03 Feb 23:53
Compare
Choose a tag to compare

[4.1.1] - 2023-02-03

The changelog for this release is the same as v4.1.0. The release was run again due to an issue with the release process.

Release v4.1.0

03 Feb 23:11
6d93e71
Compare
Choose a tag to compare

[4.1.0] - 2023-01-19

Added

  • cellToChildPos and childPosToCell functions. (#121)
  • Made the cellToChildrenSize function public. (#121)

Changed

  • Upgraded the core library to v4.1.0. (#121)
  • Release artifacts are now built in Github Actions. (#124)

Release v3.7.3

10 Nov 21:44
Compare
Choose a tag to compare

[3.7.3] - 2022-11-10

Changed

  • Required version of glibc on Linux is 2.26. (#98, #92 backported in #119)

Fixed

  • Fixed the path to Windows resources. (#109 backported in #119)

Removed

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

Release v4.0.2

10 Nov 21:26
Compare
Choose a tag to compare

[4.0.2] - 2022-09-21

Changed

  • Upgraded the core library to v4.0.1. (#113)

Release v4.0.1

10 Nov 21:25
Compare
Choose a tag to compare

[4.0.1] - 2022-09-14

Fixed

  • Fixed the path to Windows resources. (#109)

Release v4.0.0

23 Aug 17:31
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[3.6.3] - 2020-01-13

Changed

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