Releases: CartoDB/dataservices-api
Releases · CartoDB/dataservices-api
Release server 0.34.1
- Fixed isochrones metrics that increase
success_rows
field for every isochrone generated (#533)
Release python library 0.20.2
- Added missing provider property to the QPS decorator in other TomTom services
- Now we only retry with the properly header coming from TomTom
Release python library 0.20.1
Tomtom returns 403 status code in the following scenarios:
- Forbidden
- Not authorized
- Account inactive
- Account over queries per second limit
- Account over rate limit
- Rate limit exceeded
So when we reach the QPS limit we receive a 403 instead of 429 so we have to include the provider in the qps service to differentiate between providers that return 429 and special cases like tomtom
Also fixed the integration tests
Release server 0.34.0 and client 0.26.0
Use dataservices with non-master keys
Release server 0.33.0 and python library 0.20.0
- Remove obs_snapshot quota and start using obs_general for the snapshot functions
Release Python 0.19.1
Fixes batch geocoding error accounting.
Release server 0.32.0, client 0.25, Python 0.19
Jul 19th, 2018
- Version
0.25.0
of the client,0.32.0
of the server, and0.19.0
of the Python library.- Support for batch street-level geocoding.
Release server 0.31.0
Adds TomTom provider support for geocoding, routing and isolines.
Version 0.24.0 of the client extension
Adds TomTom provider support for geocoding, routing and isolines.
Release python 0.18.0
Adds TomTom provider support for geocoding, routing and isolines.