Skip to content

Releases: CartoDB/carto-python

DO token

26 Sep 12:48
Compare
Choose a tag to compare
v1.7.0

prepare 1.7.0 release

Auth API

05 Jul 07:39
d578c13
Compare
Choose a tag to compare

See NEWS

CARTOframes 0.10

03 Jun 14:14
Compare
Choose a tag to compare
v1.5

1.5

v1.3.2 SynchronizationField

27 Nov 11:45
Compare
Choose a tag to compare
  • Add SynchronizationField
  • BatchSQLClient.cancel is now resilient to 'Cannot set status from done to cancelled' errors
  • Fixed a race condition in BatchSQLClient tests
  • Fixed URL relative path join problem in is_valid_api_key

1.3.0 SQL COPY queries

10 Aug 07:53
Compare
Choose a tag to compare
  • Added a CopySQLClient for efficient streaming of data to and from CARTO (#87)
  • Fixed CI tests
  • Added a request header User-Agent: carto-python-sdk/x.y.z where x.y.z is the current version of the library.
  • Added a client=cps-x.y.z parameter to requests, where x.y.z is the current version of the library.

1.2.2 AuthAPIClient

27 Feb 12:30
f5c72ae
Compare
Choose a tag to compare

First step for supporting Auth API, including #69.

Fix for broken 1.2.1 version because of encoding issues.

1.2.1 AuthAPIClient

27 Feb 12:25
0673bf4
Compare
Choose a tag to compare

First step for supporting Auth API, including #69.

1.2.0: Merge pull request #76 from CartoDB/local_testing_configuration

21 Feb 13:41
cebfc3a
Compare
Choose a tag to compare

This version allows testing against local installations. In order to run the tests as usual, add PROTOCOL ('https') and HOST ('carto.com') to secret.py, More information here: https://github.com/CartoDB/carto-python/pull/76/files.

v1.1.2

27 Dec 15:47
85093cf
Compare
Choose a tag to compare

Dec-27-2017: version 1.1.2

  • Fix on examples management of environment variables (#70)
  • Fix onpremises tests (#70)

v1.0.1

12 Jun 13:04
Compare
Choose a tag to compare

Minor changes in packaging