1# v0.23.0
2
3## Changes
4
5- apigee:
6  - Re-enable generation of this client.
7- compute:
8  - Make Id a on ExternalVpnGateway a pointer type.
9- idtoken:
10  - Add new package to support making requests with and validating Google ID
11    tokens.
12- slides:
13  - Make int values of Range optional.
14- Various updates to autogenerated clients.
15
16_Please note:_ the release version is not indicative of an individual client's
17stability or version.
18
19# v0.22.0
20
21## Depreciation Notice
22
23- Package `google.golang.org/api/sql/v1beta4` has been deprecated as it was
24  generated under the wrong name. This package will be removed in a future
25  release. Please migrate to: `google.golang.org/api/sqladmin/v1beta4`.
26
27## Changes
28
29- Apigee client has temporarily been disabled.
30
31- Updated custom search example to be in line with new API.
32
33- Various updates to autogenerated clients.
34
35_Please note:_ the release version is not indicative of an individual client's
36stability or version.
37
38# v0.21.0
39
40- Disabled automatic switching to *.mtls.googleapis.com endpoints.
41
42- Various updates to autogenerated clients.
43
44_Please note:_ the release version is not indicative of an individual client's
45stability or version.
46
47# v0.20.0
48
49- WithGRPCConnectionPool is a no-op for some APIs.
50
51- correctly report Go version of runtime.
52
53- Various updates to autogenerated clients.
54
55_Please note:_ the release version is not indicative of an individual client's
56stability or version.
57
58# v0.19.0
59
60- Various updates to autogenerated clients.
61
62_Please note:_ the release version is not indicative of an individual client's
63stability or version.
64
65# v0.18.0
66
67- Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.
68
69- Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).
70
71- Make DialPool work with WithGRPCConn plus non-zero pool size [googleapis/google-cloud-go#1780](https://github.com/googleapis/google-cloud-go/issues/1780)
72
73_Please note:_ the release version is not indicative of an individual client's
74stability or version.
75
76# v0.17.0
77
78- Revert sqladmin package name back from sql to sqladmin. (#448)
79
80- Various updates to autogenerated clients.
81
82Internal:
83
84- transport/grpc: add internal WithDialPool option for GAPIC clients.
85
86_Please note:_ the release version is not indicative of an individual client's
87stability or version.
88
89# v0.16.0
90
91- Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.
92
93- transport:
94  - Automatically populate QuotaProject from the "quota_project_id" field in the JSON credentials file.
95  - Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.
96
97- Added a check to prevent mixed calls to Add and AddWait.
98
99- Various updates to autogenerated clients.
100
101_Please note:_ the release version is not indicative of an individual client's
102stability or version.
103
104# v0.15.0
105
106- monitoring/v3:
107  - Rename Service to MService; revert APIService to Service.
108
109- Various updates to autogenerated clients.
110
111_Please note:_ the release version is not indicative of an individual client's
112stability or version.
113
114# v0.14.0
115
116- Fix for setting custom HTTP headers in the absence of UserAgent.
117
118- Add a client option for disabling telemetry such as OpenCensus.
119
120- Performance improvements to google.golang.org/api/support/bundler.
121
122- Various updates to autogenerated clients.
123
124_Please note:_ the release version is not indicative of an individual client's
125stability or version.
126
127# v0.13.0
128
129- Changes to how media path redirection is handled in generated code.
130
131- Various updates to autogenerated clients.
132
133_Please note:_ the release version is not indicative of an individual client's
134stability or version.
135
136# v0.12.0
137
138- Various updates to autogenerated clients.
139
140# v0.11.0
141
142- Various updates to autogenerated clients.
143
144- Module information now indicates go 1.11 as oldest supported version.  As of
145  October 1, 2019 versions 1.9 and 1.10 are no longer supported.
146
147- Removed the following APIs which are no longer available via the discovery
148  service: dfareporting/v2.8, prediction/*.
149
150- The internal gensupport library has been relocated to the more idiomatic
151  path internal/gensupport.
152
153_Please note:_ the release version is not indicative of an individual client's
154stability or version.
155
156# v0.10.0
157
158- Various updates to autogenerated clients.
159
160_Please note:_ the release version is not indicative of an individual client's
161stability or version.
162
163# v0.9.0
164
165- Small fix to chunking retry logic such that each chunk has its own retry
166  deadline, instead of unbounded retries.
167- Various updates to autogenerated clients.
168
169_Please note:_ the release version is not indicative of an individual client's
170stability or version.
171
172# v0.8.0
173
174- Various updates to autogenerated clients.
175
176_Please note:_ the release version is not indicative of an individual client's
177stability or version.
178
179# v0.7.0
180
181- Various updates to autogenerated clients.
182
183_Please note:_ the release version is not indicative of an individual client's
184stability or version.
185
186# v0.6.0
187
188- Add support for GCP DirectPath.
189- Various updates to autogenerated clients.
190
191_Please note:_ the release version is not indicative of an individual client's
192stability or version.
193
194# v0.5.0
195
196- Better support for google.api.HttpBody.
197- Support for google.api.HttpBody in the healthcare API.
198- Various updates to autogenerated clients.
199
200_Please note:_ the release version is not indicative of an individual client's
201stability or version.
202
203# v0.4.0
204
205- Includes a re-pin of opencensus, greatly reducing the transitive
206dependency list.
207- Deletes photoslibrary/v1. The photoslibrary team hopes to fully support Go in
208the near future, but this autogenerated library is ready to be sunset. If you
209rely on this client, please vendor this library at v0.3.2.
210- Various updates to autogenerated clients.
211
212_Please note:_ the release version is not indicative of an individual client's
213stability or version.
214
215# v0.3.2
216
217This patch releases re-builds the go.sum. This was not possible in the
218previous release.
219
220_Please note:_ the release version is not indicative of an individual client's
221stability or version.
222
223# v0.3.1
224
225This patch release removes github.com/golang/lint from the transitive
226dependency list, resolving `go get -u` problems.
227
228_Please note_: this release intentionally has a broken go.sum. Please use v0.3.2.
229
230_Please note:_ the release version is not indicative of an individual client's
231stability or version.
232
233# v0.3.0
234
235go.mod modifications, including removal of go 1.12 statement and update of
236opencensus dependency.
237
238_Please note_: the release version is not indicative of an individual client's
239stability or version.
240
241# v0.2.0
242
243General improvements.
244
245_Please note:_ the release version is not indicative of an individual client's
246stability or version.
247
248# v0.1.0
249
250Initial release along with Go module support.
251
252_Please note:_ the release version is not indicative of an individual client's
253stability or version.
254