AzureStor/NEWS.md

16 строки
915 B
Markdown
Исходник Обычный вид История

2018-12-26 06:23:40 +03:00
# AzureStor 1.0.0.9000
* Add role-based access control via Azure Active Directory tokens for blob and ADLSgen2 storage.
2018-12-26 06:23:40 +03:00
* Add ADLS upload/download support to `upload_to_url` and `download_from_url`.
2019-01-19 16:14:53 +03:00
* Support uploading and downloading to in-memory R objects, without having to create a temporary file. Uploading can be done with `src` a `rawConnection` or `textConnection` object. For downloading, if `dest` is `NULL`, the downloaded data is returned as a raw vector, or if `dest` is a `rawConnection`, in the connection object. See the examples in the documentation.
* Implement parallel file transfers using a background pool of R processes. This can significantly speed up transfers when working with multiple small files.
2019-01-17 15:34:06 +03:00
* Set default blocksize for `upload_azure_file` to 4MB, the maximum permitted by the API (#5).
2018-12-26 06:23:40 +03:00
2018-12-06 09:28:05 +03:00
# AzureStor 1.0.0
* Submitted to CRAN
2018-10-23 19:38:57 +03:00
# AzureStor 0.9.0
2018-10-19 17:45:16 +03:00
* Moved to cloudyr organisation