Skip to content

Commit 2b40313

Browse files
authored
Upgrading GCS client to v2.x.x (#437)
Breaking changes for v7 release
1 parent 7dbf080 commit 2b40313

File tree

8 files changed

+314
-300
lines changed

8 files changed

+314
-300
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
22

3+
- [changed] Updated the Google Cloud Firestore client to v1.0.1. This contains
4+
breaking changes. Refer to Cloud Firestore
5+
[release notes](https://github.com/googleapis/nodejs-firestore/releases/tag/v0.20.0)
6+
for more details and migration instructions.
7+
- [changed] Updated the Google Cloud Storage client to v2.3.0. This contains
8+
breaking changes. Refer to Cloud Storage
9+
[release notes](https://github.com/googleapis/nodejs-storage/releases/tag/v2.0.0)
10+
for more details and migration instructions.
11+
- [changed] `verifyIdToken()` and `verifySessionCookie()` methods now return
12+
`auth/id-token-expired` and `auth/session-cookie-expired` error codes for
13+
expired JWTs.
314
- [fixed] Including additional helpful details in the errors thrown due to
415
credentials-related problems.
516

0 commit comments

Comments
 (0)