Skip to content

Releases: redivis/redivis-python

v0.16.0

05 Dec 05:55
fa000bd
Compare
Choose a tag to compare

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

22 Nov 05:08
Compare
Choose a tag to compare
  • fix(uploads): fix retry behavior on resumable uploads

Full Changelog: v0.15.18...v0.15.19

v0.15.18

15 Nov 19:37
Compare
Choose a tag to compare
  • fix: ensure temp directory has proper permissions, removed on exit

Full Changelog: v0.15.17...v0.15.18

v0.15.17

14 Nov 23:37
Compare
Choose a tag to compare

Full Changelog: v0.15.16...v0.15.17

v0.15.16

14 Nov 23:33
Compare
Choose a tag to compare

Full Changelog: v0.15.15...v0.15.16

v0.15.15

14 Nov 23:23
Compare
Choose a tag to compare

Full Changelog: v0.15.14...v0.15.15

0.15.14

11 Nov 18:53
Compare
Choose a tag to compare

Full Changelog: v0.15.13...v0.15.14

0.15.3

11 Nov 16:49
Compare
Choose a tag to compare
  • fix: scope temp directory to current user to fix permissions issues on shared environments

0.15.12

07 Nov 17:20
Compare
Choose a tag to compare
  • 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

10 Oct 19:30
Compare
Choose a tag to compare
  • feat(uploads): add escape_character parameter to upload.create()

Full Changelog: v0.15.10...v0.15.11