Releases: civisanalytics/civis-python
Releases · civisanalytics/civis-python
v1.2.0
1.2.0 - 2017-02-08
Added
- support for multifile csv exports
- support for subscription based polling
Changed
- civis.io functions use the "hidden" API option to keep jobs out of the UI. Deprecate the "archive" parameter in favor of "hidden".
- civis.io.query_civis now has a "hidden" parameter which defaults to True
- expose
poller
andpoller_args
as public attributes inPollableResults
- update to
default_credential
to handle pagination incredentials.list
endpoint.
Fixed
- miscellaneous documentation fixes
- unexpected keyword arguments passed to
APIClient
methods now raise appropriate TypeError
Performance Enhancements
- Decrease time required to create client objects from ~0.6 seconds to ~150 us for all objects after the first in a session
v1.1.0
v1.0.0
v0.9.9-beta
initial release