Update DS client to 0.23.0

pull/13414/head
Mario de Frutos 7 years ago
parent 8f77abb231
commit b598affe26

@ -115,6 +115,7 @@ ion for time-series (#12670)
* Added new endpoint for database management tool for validation and some changes in the `get_databases_info` one (#13257)
* Added lockout page to show when a user is locked up due to expiration of the trial (#13100)
* Add decade aggregation to time series widget [Support #1071](https://github.com/CartoDB/support/issues/1071)
* Updates Dataservices API client default version to `0.23.0`
* Added Mapbox services providers (#cartodb-platform/3835)
### Bug fixes / enhancements

@ -22,7 +22,7 @@ module CartoDB
SCHEMA_GEOCODING = 'cdb'.freeze
SCHEMA_CDB_DATASERVICES_API = 'cdb_dataservices_client'.freeze
SCHEMA_AGGREGATION_TABLES = 'aggregation'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.22.0'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.23.0'.freeze
ODBC_FDW_VERSION = '0.2.0'.freeze
def initialize(user)

Loading…
Cancel
Save