Releases: redivis/redivis-r
Releases · redivis/redivis-r
0.9.5
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
- refactor: remove legacy handling for max_results arg
Full Changelog: 0.9.3...0.9.4
0.9.3
- fix(tables): fix upload_merge_strategy param in table$update
Full Changelog: 0.9.2...0.9.3
0.9.2
- fix(upload): fix issue with upload constructor
Full Changelog: 0.9.1...0.9.2
0.9.1
- 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
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
- table$upload() constructor
- table$list_uploads()
- table$add_files()
- dataset$unrelease()
- upload$create()
- upload$delete()
- upload$exists()
- upload$get()
- upload$insert_rows()
- upload$list_variables()
- allow passing the path to a parquet file in
notebook$create_output_table("file.parquet")
- fixes an issue where file connections weren't always closed
- improves reliability when uploading large files
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
Full Changelog: 0.8.5...0.8.6
0.8.5
- feat(auth): properly extend oauth scopes and credentials
Full Changelog: 0.8.4...0.8.5
0.8.4
- fix: print API warnings, bad regex call
Full Changelog: 0.8.3...0.8.4