Skip to content

Releases: stadiamaps/stadiamaps-api-py

v4.0.0

04 Sep 07:42
Compare
Choose a tag to compare

Version 4.0.0 - 2024-09-04

Added

  • Support for the OSRM format and navigation aids
  • BREAKING: To support the new format, the response type of directions APIs has changed

You will now need to access the actual_instance property of API responses that return directions responses.
Aside from this, your existing code should work.

res = api_instance.route(req).actual_instance

v3.2.1

16 Aug 09:04
Compare
Choose a tag to compare

Fixed

  • Improve modeling of bulk geocoding

v3.2.0

14 Aug 18:14
Compare
Choose a tag to compare

Added

  • Add support for bulk geocoding

Fixed

  • Isochrone request models now support all costing models

v3.1.0

10 May 19:26
Compare
Choose a tag to compare

Added

  • Add support for elevation in route responses

v3.0.0

30 Apr 07:04
Compare
Choose a tag to compare

Added

  • Add support for low-speed vehicle routing
  • The matrix endpoint now accepts its own model rather than coordinates. 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
  • Enum serialization (broken in the upstream OpenAPI generator)

v2.1.0

21 Mar 09:17
Compare
Choose a tag to compare

Added

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

v2.0.0

20 Mar 07:40
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.7

30 Jul 13:16
Compare
Choose a tag to compare

This release adds missing cases to the travel type enum.

v1.0.6

26 Jun 06:47
Compare
Choose a tag to compare

Improves the documentation of ranged elevation responses.

v1.0.5

21 Jun 10:28
Compare
Choose a tag to compare

Add missing type field to isochrone responses, which is crucial for them to be valid GeoJSON.