Skip to content

Releases: redivis/redivis-r

0.9.5

01 Apr 22:38
6a437e0
Compare
Choose a tag to compare

What's Changed

  • feat: support passing data.frames and other data objects via table$upload()$create(df)
  • feat: remove requirement that all uploads need be named when being created. Name will be inferred based on the file provided, or auto-assigned based on the current timestamp. You can still pass a name argument to avoid duplicate uploads.
  • fix: implement retry behavior on service_unavailable errors

Full Changelog: 0.9.4...0.9.5

0.9.4

31 Mar 04:29
Compare
Choose a tag to compare
  • refactor: remove legacy handling for max_results arg

Full Changelog: 0.9.3...0.9.4

0.9.3

24 Mar 22:12
Compare
Choose a tag to compare
  • fix(tables): fix upload_merge_strategy param in table$update

Full Changelog: 0.9.2...0.9.3

0.9.2

11 Mar 23:24
Compare
Choose a tag to compare
  • fix(upload): fix issue with upload constructor

Full Changelog: 0.9.1...0.9.2

0.9.1

11 Mar 15:48
Compare
Choose a tag to compare
  • feat: implement upload$to_* methods
  • perf: improve performance with large counts and progressbars
  • fix: correctly make max_results parameter optional to table$list_uploads

Full Changelog: 0.9.0...0.9.1

0.9.0

11 Mar 00:47
c9647a9
Compare
Choose a tag to compare

What's Changed

This release implements the ability to upload tabular and non-tabular data to Redivis datasets. View full documentation and examples in the Upload API Documentation

Deprecations

  • add deprecation warnings for calling methods directly on the redivis namespace (e.g., redivis::user()). Instead, access properties on the redivis instance: redivis$user()

PR: feat-upload_API by @imathews in #29

Full Changelog: 0.8.6...0.9.0

0.8.6

13 Feb 05:37
Compare
Choose a tag to compare

Full Changelog: 0.8.5...0.8.6

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