Releases: redivis/redivis-python
v0.16.0
What's Changed
This release is in support of the recent rename of "projects" to "workflows". All methods and parameters that previously referenced projects have been superseded to reference workflows; most notably, user.project()
-> user.workflow()
and user.list_projects()
-> user.list_workflows()
. However, all of the the old "project" methods remain for backwards compatibility, with a warning encouraging you to migrate your code to use the "workflow" terminology.
Full Changelog: v0.15.19...v0.16.0
v0.15.19
- fix(uploads): fix retry behavior on resumable uploads
Full Changelog: v0.15.18...v0.15.19
v0.15.18
- fix: ensure temp directory has proper permissions, removed on exit
Full Changelog: v0.15.17...v0.15.18
v0.15.17
Full Changelog: v0.15.16...v0.15.17
v0.15.16
Full Changelog: v0.15.15...v0.15.16
v0.15.15
Full Changelog: v0.15.14...v0.15.15
0.15.14
Full Changelog: v0.15.13...v0.15.14
0.15.3
0.15.12
- refactor(imports): only import pyarrow when used. Better support workflows where
pip install --no-dependencies
is specified, to avoid importing data-processing libraries if not needed.
Full Changelog: v0.15.11...v0.15.12
0.15.11
- feat(uploads): add escape_character parameter to upload.create()
Full Changelog: v0.15.10...v0.15.11