Skip to content

Releases: stadiamaps/stadiamaps-api-kotlin

v3.2.1

16 Aug 07:25
Compare
Choose a tag to compare

Bug fix related to bulk geocoding data model in Kotlin.

v3.2.0

15 Aug 18:31
Compare
Choose a tag to compare

Version 3.2.0 - 2024-08-15

Added

  • Add support for bulk geocoding

Fixed

  • Isochrone request models now support all costing models

v3.1.0

11 May 02:43
Compare
Choose a tag to compare

Added

  • Add support for elevation in route responses

v3.0.0

30 Apr 17:34
Compare
Choose a tag to compare

Added

  • Add support for low-speed vehicle routing
  • The matrix endpoint now accepts its own model rather than coordinate. This includes a search cutoff and paves the way for future expansion.

Changed

  • Improved the documentation of the matrix endpoint failure modes

Fixed

  • The time and distance field on matrix source to target models are now marked as nullable

v2.1.0

21 Mar 09:39
Compare
Choose a tag to compare

Added

  • ignore_ options for ignoring various restrictions (useful for certain map matching applications)

v2.0.0

20 Mar 14:43
Compare
Choose a tag to compare

Changed

  • BREAKING: Directions Options are moved from a nested object to the root of all turn-by-turn directions APIs. Simply remove the nesting.
  • FIXED: Reflect upstream changes to the time/distance matrix API returning a single dimensional list of sources and targets; the extra layer of nesting is removed and may break existing code (this was a bug fix).
  • Improved documentation strings.

Added

  • Alley factor for auto costing
  • Resample distance parameter to height (elevation) requests
  • Support for requesting alternate routes

v1.0.1

31 Jul 15:20
Compare
Choose a tag to compare

This release adds missing cases to the travel type enum.

v1.0.0

26 Jun 15:27
Compare
Choose a tag to compare

Initial release

v0.2.0

26 Jun 09:27
Compare
Choose a tag to compare

Reflect that the release process is working, but refrain from 1.0 designation until integration testing is complete.

v0.1.0-SNAPSHOT6

26 Jun 09:07
Compare
Choose a tag to compare

Fix config so it doesn't publish an empty artifact