File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # v0.25.0
2+
3+ ## Announcements
4+
5+ [ goolgeapis/google-api-go-client] ( https://github.com/googleapis/google-api-go-client )
6+ has moved its source of truth to GitHub and is no longer a mirror. This means
7+ that our contributing process has changed a bit. We will now be conducting all
8+ code reviews on GitHub which means we now accept Pull Requests! If you have a
9+ version of the codebase previously checked out you may wish to update your git
10+ remote to point to GitHub.
11+
12+ ## Changes
13+
14+ - all:
15+ - Updated instructions in CONTRIBUTING.md for pull requests.
16+ - idtoken:
17+ - Validate now checks to see if the token is expired.
18+ - sheets:
19+ - Update ExtendedValue Fields to be pointer types.
20+ - support/bunder:
21+ - Fix a deadlock that could when handler limit was set to one.
22+ - transport:
23+ - Allow ` GOOGLE_API_USE_MTLS ` overriding the mTLS endpoint behavior for the
24+ HTTP client.
25+ - Various updates to autogenerated clients.
26+
27+ _ Please note:_ the release version is not indicative of an individual client's
28+ stability or version.
29+
130# v0.24.0
231
332## Changes
You can’t perform that action at this time.
0 commit comments