Releases: CartoDB/carto-python
Releases · CartoDB/carto-python
DO token
Auth API
CARTOframes 0.10
v1.5 1.5
v1.3.2 SynchronizationField
- 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
- 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
wherex.y.z
is the current version of the library. - Added a
client=cps-x.y.z
parameter to requests, wherex.y.z
is the current version of the library.
1.2.2 AuthAPIClient
First step for supporting Auth API, including #69.
Fix for broken 1.2.1 version because of encoding issues.
1.2.1 AuthAPIClient
First step for supporting Auth API, including #69.
1.2.0: Merge pull request #76 from CartoDB/local_testing_configuration
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
v1.0.1
Minor changes in packaging