File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
-
6
5
## [ Unreleased]
6
+
7
+ ## 1.2.0 - 2017-02-08
8
+ ### Added
9
+ - support for multifile csv exports
10
+ - support for subscription based polling
11
+
7
12
### Changed
8
13
- civis.io functions use the "hidden" API option to keep jobs out of the UI. Deprecate the "archive" parameter in favor of "hidden".
9
14
- civis.io.query_civis now has a "hidden" parameter which defaults to True
10
15
- expose ` poller ` and ` poller_args ` as public attributes in ` PollableResults `
16
+ - update to ` default_credential ` to handle pagination in ` credentials.list ` endpoint.
17
+
18
+ ### Fixed
19
+ - miscellaneous documentation fixes
20
+ - unexpected keyword arguments passed to ` APIClient ` methods now raise appropriate TypeError
11
21
12
22
### Performance Enhancements
13
23
- Decrease time required to create client objects from ~ 0.6 seconds to ~ 150 us for all objects after the first in a session
Original file line number Diff line number Diff line change 1
- __version__ = "1.1 .0"
1
+ __version__ = "1.2 .0"
You can’t perform that action at this time.
0 commit comments