Commit 7e0d47e 1 parent 9564ce0 commit 7e0d47e Copy full SHA for 7e0d47e
File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ -
4
+
5
+ # v2.9.1
6
+
7
+ ### Cloud Messaging
8
+
3
9
- [ changed] Improved error handling in FCM by mapping more server-side
4
- errors to client-side error codes.
10
+ errors to client-side error codes. See [ documentation] ( https://firebase.google.com/docs/cloud-messaging/admin/errors ) .
11
+ - [ changed] The ` messaging ` module now supports specifying an HTTP timeout
12
+ for all egress requests. Pass the ` httpTimeout ` option
13
+ to ` firebase_admin.initialize_app() ` before invoking any functions in
14
+ ` messaging ` .
5
15
6
16
# v2.9.0
7
17
8
-
9
18
### Cloud Messaging
10
19
11
20
- [ feature] Added the ` firebase_admin.messaging ` module for sending
12
- Firebase notifications and managing topic subscriptions.
21
+ Firebase notifications and managing topic subscriptions.
13
22
14
23
### Authentication
15
24
16
25
- [ added] The [ 'verify_id_token()'] ( https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#verify_id_token )
17
- function now accepts an optional ` check_revoked ` parameter. When ` True ` , an
18
- additional check is performed to see whether the token has been revoked.
26
+ function now accepts an optional ` check_revoked ` parameter. When ` True ` , an
27
+ additional check is performed to see whether the token has been revoked.
19
28
- [ added] A new
20
29
[ 'auth.revoke_refresh_tokens(uid)'] ( https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#revoke_refresh_tokens )
21
30
function has been added to invalidate all tokens issued to a user.
22
- - [ added] A new ` tokens_valid_after_timestamp ` property has been added to the
31
+ - [ added] A new ` tokens_valid_after_timestamp ` property has been added to the
23
32
[ 'UserRecord'] ( https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#userrecord ) ,
24
33
class indicating the time before which tokens are not valid.
25
34
Original file line number Diff line number Diff line change 14
14
15
15
"""About information (version, etc) for Firebase Admin SDK."""
16
16
17
- __version__ = '2.9.0 '
17
+ __version__ = '2.9.1 '
18
18
__title__ = 'firebase_admin'
19
19
__author__ = 'Firebase'
20
20
__license__ = 'Apache License 2.0'
You can’t perform that action at this time.
0 commit comments