Skip to content

Releases: redivis/redivis-r

0.8.5

01 Feb 22:57
Compare
Choose a tag to compare
  • feat(auth): properly extend oauth scopes and credentials

Full Changelog: 0.8.4...0.8.5

0.8.4

01 Feb 16:30
Compare
Choose a tag to compare
  • fix: print API warnings, bad regex call

Full Changelog: 0.8.3...0.8.4

0.8.3

01 Feb 01:02
Compare
Choose a tag to compare
  • fix: properly handle versions in dataset name (closes #27)

Full Changelog: 0.8.2...0.8.3

0.8.2

22 Jan 23:11
Compare
Choose a tag to compare
  • Include error description on API error

Full Changelog: 0.8.1...0.8.2

0.8.1

10 Jan 00:47
Compare
Choose a tag to compare

Fix an issue with 0.8.0 where a redivis object wasn't being properly exported from the namespace

Full Changelog: 0.8.0...0.8.1

0.8.0

04 Dec 03:26
Compare
Choose a tag to compare

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.

Additionally, this release introduces support for referencing all constructors on the redivis namespace using the $ notation. Specifically, you can now do:

dataset <- redivis$user("username")$dataset("dataset_name")

# old method, with :: notation:
# dataset <- redivis::user("username")$dataset("dataset_name")

This is now the preferred method for using this library, as it will in the future allow us to avoid masking other functions in the global namespace. It also offers greater parity with the redivis-python package.

0.7.10

15 Nov 19:31
Compare
Choose a tag to compare

Full Changelog: 0.7.9...0.7.10

0.7.9

15 Nov 03:55
Compare
Choose a tag to compare

Full Changelog: 0.7.8...0.7.9

0.7.8

14 Nov 23:40
Compare
Choose a tag to compare

Full Changelog: 0.7.7...0.7.8

0.7.7

14 Nov 23:19
Compare
Choose a tag to compare

Full Changelog: 0.7.6...0.7.7