File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,24 @@ the reference guide includes a quick start guide.
22
22
23
23
### v0.2.x - TBD
24
24
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
+
25
43
### v0.1.x - 2018-11
26
44
27
45
* Automatically compute MD5 hashes and CRC32C checksums when objects are
You can’t perform that action at this time.
0 commit comments