Skip to content

Releases: route4me/route4me-python-sdk

Release v0.1.7.0

24 Jun 23:33
Compare
Choose a tag to compare

Changes

  • Optimization Profiles endpoint.
  • ReadMe

What's Changed

  • style: Update README.md by @h2rd in #29

New Contributors

  • @h2rd made their first contribution in #29

Full Changelog: v0.1.6.0...v0.1.7.0

Release v0.1.6.0

10 Jun 23:00
4f3ed03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5.1...v0.1.6.0

Release v0.1.5.1

02 Jun 17:13
Compare
Choose a tag to compare

Fixes

  • Issue in Advanced Constraint not all attributes were returned by the to_dict() method.

What's Changed

  • Added clean_dict and fixed bug causing missing items in API request by @tommycbird in #22

New Contributors

Full Changelog: v0.1.5.0...v0.1.5.1

v0.1.5.0

02 Jun 17:11
Compare
Choose a tag to compare

Feature

  • Add Route Status

Full Changelog: v0.1.4.5...v0.1.5.0

Release v0.1.4.5

13 Apr 15:06
Compare
Choose a tag to compare

Fixes

  • Fix bug in merging routes method

Full Changelog: v0.1.4.4...v0.1.4.5

Release v0.1.4.4

16 Mar 11:35
Compare
Choose a tag to compare

Fixed

  • Payload was dumped twice to JSON.

Full Changelog: v0.1.4.3...v0.1.4.4

Release v0.1.4.3

20 Jan 17:09
Compare
Choose a tag to compare

Feature

  • Added custom User-Agent

Full Changelog: v0.1.4.2...v0.1.4.3

Release v0.1.4.2

24 Dec 16:22
Compare
Choose a tag to compare

Feature

  • Route creation using order_id only
  • Orders can be created without geo-coordinates
  • Full Example of creating a Route with only order_id

Full Changelog: v0.1.4.1...v0.1.4.2

Release v0.1.4.1

23 May 19:02
Compare
Choose a tag to compare

Fixed

Release v0.1.4.0

19 Apr 03:37
Compare
Choose a tag to compare

Features

  • Pickup Dropoff Examples
  • Insert Address and desire position into a Route
  • Removed address field from Addresses as required to create Optimizations
  • Enum for Stops Type

Deprecated

  • Rapid Street Search Service

Removed

  • Demo API_KEY from Examples