Skip to content

Commit

Permalink
Upgrading GCS client to v2.x.x (#437)
Browse files Browse the repository at this point in the history
Breaking changes for v7 release
  • Loading branch information
hiranya911 authored Jan 30, 2019
1 parent 7dbf080 commit 2b40313
Show file tree
Hide file tree
Showing 8 changed files with 314 additions and 300 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Unreleased

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

Expand Down
Loading

0 comments on commit 2b40313

Please sign in to comment.