[Feature] Upgraded @google-cloud/firestore dependency version to 2.6.0.
Thanks arjunyel for the contribution.
Cloud Storage
[Changed] Upgraded @google-cloud/storage dependency version to 4.1.2. This version contains some minor breaking changes. Check the release notes of the dependency for more information. Thanks arjunyel for the contribution.
Authentication
[Fixed] The verifyIdToken() method now correctly uses the http.Agent configured during SDK initialization.
Cloud Messaging
[Fixed] Batch messaging APIs sendAll() and sendMulticast() now support sending up to 500 messages in a single call.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ firebase-admin (8.5.0 → 8.9.0) · Repo · Changelog
Release Notes
8.9.0
8.8.0
8.7.0
8.6.1
8.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Bumped version to 8.9.0 (#737)
Upgraded all @firebase/* dependencies (#736)
feat: Update Firestore to 3.0 (#735)
Fixing a flaky test case (#733)
Allow createCustomToken() to work with tenant-aware auth (#708)
Using async project ID discovery in ProjectManagement and InstanceId (#728)
Using async project ID discovery API in Auth and FCM (#724)
Migrate Project Config service calls to v2. (#665)
Swich tenant management service calls to the v2 endpoint. (#725)
Fixing a response parse error in IID delete API (#723)
Changes saltSeparator type from string to Buffer (#721)
Async API to determine project ID (#715)
Upgraded Typescript to 3.7.x (#720)
Copying fcmOptions when multicasting messages (#716)
Enable 'strictNullChecks' ts compiler option. (#676)
Eliminate duplicate BLACKLISTED_CLAIMS (#709)
Bumped version to 8.8.0 (#707)
fix(auth): Using the App-level http.Agent when fetching public key certificates (#705)
chore(deps): bump firebase deps (#702)
fix(fcm): Increased FCM batch request limit to 500 (#696)
Tweaking docgen script to temporarily exclude an external type alias with which we are having difficulty. (#695)
Bumped version to 8.7.0 (#692)
Add LightSettings interface to docgen (#689)
feat(fcm): Add 12 new Android Notification Parameters Support (#684)
Handling THIRD_PARTY_AUTH_ERROR error code from FCM (#678)
Reject rounds=0 for SHA1 hashes (#677)
Removed CHANGELOG file (#682)
Enable 'strictFunctionTypes' ts compiler option. (#675)
Enable stricter tsconfig compilerOptions (#674)
Break test order dependencies in security-rules integration tests. (#673)
Fix 'gulp watch' command and also allow compilation of test files. (#672)
Bumped version to 8.6.1 (#671)
Check for null resourceName before attempting to delete a cert (#669)
Replacing non-standard punctuation with standard single quote (#670)
Updates d.ts definition for `setCustomUserClaims` to allow nulls for (#668)
Upgraded Typedoc to latest (#630)
Remove (base64) 'REDACTED' passwords from user records. (#660)
Update messaging.ts (#661)
Remove unused local variables. (#659)
Adding X-Firebase-Client header to rules API calls (#651)
Bumped version to 8.6.0 (#654)
feat: Security Rules Management API (#645)
Add mappings to image in notification (#653)
Fix broken integration tests due to invalid provider IDs (#650)
feat(fcm): Add image in notification support (#648)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands