Skip to content

Commit 1193d4d

Browse files
authored
Update storage release notes. [skip ci] (#1568)
1 parent 289fde2 commit 1193d4d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

google/cloud/storage/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@ the reference guide includes a quick start guide.
2222

2323
### v0.2.x - TBD
2424

25+
* Use resumable uploads for large files in `Client::UploadFile()`.
26+
* Implement support for the `userIp` optional query parameter.
27+
* **BREAKING CHANGE** `Client::RewriteObject()`, `Client::CopyObject()`, and
28+
`Client::ComposeObject` no longer require the `ObjectMetadata` argument.
29+
Instead use `WithObjectMetadata()`, which can be omitted if you do not need
30+
to set any metadata attributes in the new object.
31+
* When using OpenSSL-1.0.2 the client library needs to configure the
32+
[locking callbacks](https://www.openssl.org/docs/man1.0.2/crypto/threads.html)
33+
for OpenSSL. However, the application may disable this behavior if the
34+
application developer is going to use their own locking callbacks.
35+
* When refreshing OAuth2 access tokens the client library uses the same retry
36+
and backoff policies as used for the request itself.
37+
* Applications can set object metadata attributes via the `WithObjectMetadata`
38+
optional argument to `Client::InsertObjectMedia()`.
39+
* Applications can configure the library to only retry idempotent operations.
40+
* The client library can use Google Compute Engine credentials to access the
41+
service.
42+
2543
### v0.1.x - 2018-11
2644

2745
* Automatically compute MD5 hashes and CRC32C checksums when objects are

0 commit comments

Comments
 (0)