Skip to content

Latest commit

 

History

History
108 lines (61 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

108 lines (61 loc) · 2.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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

Version 3.2.0 - 2024-08-15

Added

  • Add support for bulk geocoding

Fixed

  • Isochrone request models now support all costing models

Version 3.1.0 - 2024-05-11

Added

  • Add support for elevation in route responses

Version 3.0.0 - 2024-04-30

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
  • Enum serialization (broken in the upstream OpenAPI generator)

Version 2.1.0 - 2024-03-21

Added

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

Version 2.0.0 - 2024-03-20

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

Version 1.0.7 - 2023-07-30

Fixed

  • Add missing cases to the travel type enum

Version 1.0.5 - 2023-06-26

Changed

  • Improve the documentation of ranged elevation responses

Version 1.0.5 - 2023-06-21

Fixed

  • Add missing type to isochrone responses

Version 1.0.4 - 2023-06-16

Fixed

  • Corrected typo in the locality_gid field name
  • Add missing bbox property to GeoJSON features

Version 1.0.2 - 1.0.3 - 2023-06-15 - 2023-06-16

Changed

  • Metadata updates
  • Minor README improvements

Version 1.0.0 - 2023-06-13

Initial release!