Releases: CartoDB/dataservices-api
Releases · CartoDB/dataservices-api
Version 0.22.0 of the client 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
Release 0.15.6 python library
Release server version 0.28.0 and client version 0.21.0
Version 0.15.5 of the python library
October 6th, 2017
- Version
0.15.5
of the python library - Client extension tests are now compatible with PostgreSQL 9.5 and 9.6
Release 0.15.4 of the python library
- Fixed invalid geometries for isochrones due to
generalize
option. See #397
Release 0.15.3 of the python library
- Improved the documentation
- Disabled DO quota check for users that have it configured . See #395
Release 0.27.0 server and 0.20.0 client
August 23th, 2017
- Version
0.27.0
of the server- New public DO function to perform metadata validation,
obs_metadatavalidation
. See #392
- New public DO function to perform metadata validation,
- Version
0.20.0
of the client
Release 0.26.0 server and 0.19.0 in client
Release 0.24.2 server and 0.15.1 python library
- Version
0.24.2
of the server- Fixed fallback logic for namedplaces geocoding functions
- Version
0.15.1
of the python library- Fixed some typos and improve exception messages
- Added a check for the google client credentials in order to improve the error message
- Fixed some doc typos
0.24.1-server
- Version
0.24.1
of the server- Fixed an interface mismatch between DS API and OBS backend, when returning no data. See #366