Skip to content

Commit 42f167b

Browse files
authored
Merge pull request #33 from keithing/release_1.2.0
Update version of client to 1.2.0
2 parents 2a71640 + aeec8e3 commit 42f167b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
65
## [Unreleased]
6+
7+
## 1.2.0 - 2017-02-08
8+
### Added
9+
- support for multifile csv exports
10+
- support for subscription based polling
11+
712
### Changed
813
- civis.io functions use the "hidden" API option to keep jobs out of the UI. Deprecate the "archive" parameter in favor of "hidden".
914
- civis.io.query_civis now has a "hidden" parameter which defaults to True
1015
- 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
1121

1222
### Performance Enhancements
1323
- Decrease time required to create client objects from ~0.6 seconds to ~150 us for all objects after the first in a session

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)