forked from CartoDB/carto-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
79 lines (59 loc) · 2.54 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Oct-23-2019: version 1.8.1
- Remove needless warnings messages (#154)
Oct-14-2019: version 1.8.0
- Support new data_observatory endpoints (#151, #153)
- do_subscriptions
- do_subscription_info
Sept-26-2019: version 1.7.0
- Using POST in copy to if the query in longer than 1024 bytes (#142)
- Support new data_observatory_token endpoint (#148)
Jun-17-2019: version 1.6.0
- Auth API (#94)
- Kuviz API (#121 #124)
Jun-10-2019: version 1.5.1
- fix tests after release of `pyrestcli`
Jun-03-2019: version 1.5.0
- max line length from 80 to 120
- Adds a copyto_stream method in sql (#103)
- Adds wait for completion for batch jobs (#104)
- Improve rate limit exception (#108)
- Raise exception when trying to delete dataset with dependent viz (#107)
- Fixed NamedMap problem (#119)
Nov-29-2018: version 1.4.0
- Adds a custom client_id argument for authentication that optionally overwrites the default (#99)
Nov-27-2018: version 1.3.2
- Add SynchronizationField
Oct-18-2018: version 1.3.1
- 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`
Aug-10-2018: version 1.3.0
- 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.
Feb-22-2028: version 1.2.2
- Updated release instructions in CONTRIBUTING.md
Feb-21-2018: version 1.2.1
- Added AuthAPIClient class for future Auth API usage and API key validation (#69)
Feb-21-2018: version 1.2.0
- Added PROTOCOL and HOST to test configuration allowing local testing
Dec-27-2017: version 1.1.2
- Fix on examples management of environment variables (#70)
- Fix onpremises tests (#70)
Oct-26-2017: version 1.1.1
- Fix for using with non-organization users (#67)
- Fix in filter function (#68)
Sep-12-2017: version 1.1.0
- Expose params in `sql_client.send`(#58)
- Added support for invalid SSL certificates (#59)
- License and attributions for datasets are not saved (#62)
- Docs: http://carto-python.readthedocs.io/en/1.1.0/
Jun-12-2017: version 1.0.1
- SDK rewritten
- Docs: http://carto-python.readthedocs.io/en/1.0.1/
Jun-06-2014: version 0.8
- added format param for sql method
- using API v2 by default
Feb-12-2014: version 0.7
- additional checks in sql call for 404 status (#5)