Releases: CartoDB/dataservices-api
Releases · CartoDB/dataservices-api
Release python 0.16.6
- Using Mapbox permanent geocoder #455
Release python 0.16.5
- Fix displaced routing shape #443
- Check for empty coordinates object before converting it to polygon
- 422 errors that come from Mapbox now returns an empty result because is a bad input from the user data
Release server 0.30.2 and python library 0.16.4
- Version
0.16.4
of the python library- Create a QuotaExceededException instead of using a generic one
- Version
0.30.2
of server side- Return empty value when the quota is exceeded and don't send the exception to external loggers
to avoid noise
- Return empty value when the quota is exceeded and don't send the exception to external loggers
Release python 0.16.3
- Fix for Mapbox geocoder to handle empty requests and empty responses
- Remove raising an exception when non parameters are passed to the HERE geocoder
- Fix for HERE geocoder with non empty requests
- Added more coverage to the google geocoder credentials parse logic
Release python 0.16.2
- Fix for Mapbox cycling profile
Release server 0.30.1
- Fix for Mapbox geocoding function due to the iso3166 library doesn't support UTF-8 names for the countries
Release python 0.16.1
- Fixed encoding problem with Mapbox geocoding (using the Mapbox Python library)
Release server 0.30.0, client 0.23.0 and python library 0.16.0
- Version
0.16.0
of the python library- Added Mapbox provider for routing, geocoding and isolines
- Version
0.30.0
of the server extension- Added Mapbox provider for routing, geocoding and isolines
- Fixed a bug that makes impossible to install server side if the client is already installed due a namespace problem
- Version
0.23.0
of the client- Added Mapbox provider for routing, geocoding and isolines
Release python 0.15.7
- Add new parameter for the metrics logic to include the function parameters
Version 0.29.0 of the server extension
This version qualifies functions with PARALLEL (when supported) and volatility tags. It is meant to support PostgreSQL 9.6+ parallel processing capabilities. See #406