Skip to content

Releases: traveltime-dev/traveltime-python-sdk

v4.2.0

01 Aug 10:45
8d63a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

16 Jul 12:59
f9f04a5
Compare
Choose a tag to compare

What's Changed

  • Switched proto requests to the v3 endpoint which will use HTTP errors instead of encoded proto errors by @arnasbr in #178. To learn more about the new errors, refer to our docs

Full Changelog: v4.0.1...v4.1.0

v4.0.1

11 Jul 12:55
d7042f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

01 Jul 12:00
acfa4b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.1...v4.0.0

v4.0.0

01 Jul 11:51
acfa4b8
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v3.11.1...v4.0.0

v3.11.1 - Protobuf updates

20 May 09:26
e630d42
Compare
Choose a tag to compare

Features:

  • New functionality for the SDK to be able to parse new Protobuf HTTP response headers by @arnasbr in #162
  • New overridable Protobuf transportation parameters by @arnasbr in #165

Documentation:

  • README updates for h3 resolution limits by @arnasbr in #164

Full Changelog: v3.10.2...v3.11.1

Testing package build

19 May 15:08
Compare
Choose a tag to compare
Testing package build Pre-release
Pre-release
v3.11.1dev2

fix

v3.10.2 - Allow overriding endpoint path.

01 Apr 10:20
cdddda9
Compare
Choose a tag to compare

Features:

  • All functions (except protobuf) now allow the user to override the url path if desired

    * v4_endpoint_path: str - If defined, overrides the endpoint of the url `f"/v4/{v4_endpoint_path}"`.
    

    Example usage:

     results = await sdk.time_map_async(
        # your other params
        v4_endpoint_path = "time-map/custom" # will be used instead of the default hardcoded "time-map"
      )

Full Changelog: v3.10.1...v3.10.2

v3.10.1 - Added support of driving traffic-model parameter.

31 Mar 10:31
c81b5bb
Compare
Choose a tag to compare

Features:

  • Added support of optional parameter traffic_model for Driving transportation modes (driving, driving+ferry, driving+train, driving+public_transport) for time-map, routes, time-filter, h3, geohash endpoints.

Full Changelog: v3.10.0...v3.10.1

v3.10.0 - Adding support for H3 and Geohash

28 Feb 15:34
aca4f9f
Compare
Choose a tag to compare

Features:

  • Added H3 and H3-fast support
  • Added Geohash and Geohash-fast support

Bug fixes:

  • Uncovered and fixed a bug with time_map_wkt level_of_detail param - it was not being set.

Other:

  • Slight README restructuring

Full Changelog: v3.9.19...v3.10.0