Skip to content

Releases: CartoDB/dataservices-api

Version 0.22.0 of the client extension

01 Dec 10:55
1ea5400
Compare
Choose a tag to compare

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

17 Nov 10:28
f751530
Compare
Choose a tag to compare

November 17th, 2017

  • Version 0.15.6 of the python library
    • Added support for channels for google geocoder #409
    • Improved the way we manage the client_id #409

Release server version 0.28.0 and client version 0.21.0

18 Oct 08:31
Compare
Choose a tag to compare
  • Version 0.21.0 of the client extension
    • Added new parameter number_geometries to the obs_getavailablegeometries to improve the score calculation #403
  • Version 0.28.0 of the server extension
    • Added new parameter number_geometries to the obs_getavailablegeometries to improve the score calculation #403

Version 0.15.5 of the python library

06 Oct 14:07
Compare
Choose a tag to compare

October 6th, 2017

  • Version 0.15.5 of the python library
    • googlemaps dependency updated to v2.5.1
    • Google geocoder performance boost: client connections are now reused between queries. See #401
    • Fixed issue with Google keys validity check. See #382
    • Fixed inconsistency in service usage failed requests tracking. See f0a3249
  • Client extension tests are now compatible with PostgreSQL 9.5 and 9.6

Release 0.15.4 of the python library

30 Aug 15:47
Compare
Choose a tag to compare
  • Fixed invalid geometries for isochrones due to generalize option. See #397

Release 0.15.3 of the python library

24 Aug 14:10
Compare
Choose a tag to compare
  • 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

23 Aug 09:55
Compare
Choose a tag to compare

August 23th, 2017

  • Version 0.27.0 of the server
    • New public DO function to perform metadata validation, obs_metadatavalidation. See #392
  • Version 0.20.0 of the client
    • New private function to precheck the DO requests, _obs_precheck. See #392
    • New public DO function to perform metadata validation, obs_metadatavalidation. See #392

Release 0.26.0 server and 0.19.0 in client

20 Jul 11:05
Compare
Choose a tag to compare

July 20th, 2017

  • Version 0.26.0 of the server
    • New private function to be used by the UI, _obs_getnumerators. See #386
  • Version 0.19.0 of the client
    • New private function to be used by the UI, _obs_getnumerators. See #386

Release 0.24.2 server and 0.15.1 python library

26 May 12:32
Compare
Choose a tag to compare
  • 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

16 May 16:09
Compare
Choose a tag to compare
  • Version 0.24.1 of the server
    • Fixed an interface mismatch between DS API and OBS backend, when returning no data. See #366