Skip to content

Commit 8ecc69f

Browse files
authored
all: release v0.25.0 (#493)
This commit will be tagged v0.25.0.
1 parent b65b9f3 commit 8ecc69f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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

0 commit comments

Comments
 (0)