Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes for v7 release #437

Merged
merged 5 commits into from
Jan 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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