1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
# Release History
### 0.11.3 (2024-01-17)
#### Bug Fixes
* download with destination as pathname ([#17120](https://github.com/googleapis/google-api-ruby-client/issues/17120))
### 0.11.2 (2023-10-27)
#### Bug Fixes
* update ssl_config to point to system default root CA path ([#16446](https://github.com/googleapis/google-api-ruby-client/issues/16446))
### 0.11.1 (2023-07-20)
#### Documentation
* Document send_timeout_sec and fix up some types ([#14907](https://github.com/googleapis/google-api-ruby-client/issues/14907))
### 0.11.0 (2023-02-08)
#### Features
* Optimize memory usage when upload chunk size is set to 0
### 0.10.0 (2023-01-26)
#### Features
* Allow chunk size zero for storage resumable upload ([#13283](https://github.com/googleapis/google-api-ruby-client/issues/13283))
* Make chunk size configurable ([#13216](https://github.com/googleapis/google-api-ruby-client/issues/13216))
### 0.9.5 (2023-01-12)
#### Bug Fixes
* Improve upload performance for Cloud Storage ([#13213](https://github.com/googleapis/google-api-ruby-client/issues/13213))
### 0.9.4 (2023-01-07)
#### Bug Fixes
* Recursively redact unsafe payloads from logs ([#13189](https://github.com/googleapis/google-api-ruby-client/issues/13189))
### 0.9.3 (2023-01-04)
#### Bug Fixes
* Removed some dead code ([#13099](https://github.com/googleapis/google-api-ruby-client/issues/13099))
* Replace `File.exists?` with `File.exist?` for compatibility with Ruby 3.2 ([#13161](https://github.com/googleapis/google-api-ruby-client/issues/13161))
### 0.9.2 (2022-12-13)
#### Bug Fixes
* Update UNSAFE_CLASS_NAMES ([#13030](https://github.com/googleapis/google-api-ruby-client/issues/13030))
### 0.9.1 (2022-10-18)
#### Bug Fixes
* Storage upload to handle empty string/file cases ([#12306](https://github.com/googleapis/google-api-ruby-client/issues/12306))
### 0.9.0 (2022-09-18)
#### Features
* add support to have invocation-id header ([#11655](https://github.com/googleapis/google-api-ruby-client/issues/11655))
### 0.8.0 (2022-09-16)
#### Features
* Add storage upload to move away from unified upload protocol ([#11508](https://github.com/googleapis/google-api-ruby-client/issues/11508))
### 0.7.2 (2022-09-15)
#### Bug Fixes
* do not reset query_values in case of form encoding ([#11654](https://github.com/googleapis/google-api-ruby-client/issues/11654))
### 0.7.1 (2022-09-14)
#### Bug Fixes
* Revert "chore(core): log errors as error instead of debug([#6494](https://github.com/googleapis/google-api-ruby-client/issues/6494))" ([#11561](https://github.com/googleapis/google-api-ruby-client/issues/11561))
### 0.7.0 (2022-06-30)
#### Features
* Add storage specific download to respond with http header
### 0.6.0 (2022-06-15)
#### Features
* add few more errors as retriable errors
### 0.5.0 (2022-05-15)
#### Features
* Add support for retry options to be configurable
### 0.4.2 (2022-01-21)
#### Bug Fixes
* Support for max elapsed time configuration.
### 0.4.1 (2021-07-19)
* FIX: Prevent duplicated pagination when a response returns an empty string as the next page token.
### 0.4.0 (2021-06-28)
* Expanded googleauth dependency to include future 1.x versions
### 0.3.0 (2021-03-07)
#### Features
* Drop support for Ruby 2.4 and add support for Ruby 3.0
### 0.2.1 (2021-01-25)
#### Bug Fixes
* Add webrick to the gem dependencies, for Ruby 3 compatibility
### 0.2.0 (2021-01-06)
* Munge reported client version so backends can recognize split clients
### 0.1.0 (2021-01-01)
* Initial release, extracted from google-api-client.
|