Skip to content

Commit 150a855

Browse files
authored
Bumped version to 2.18.0 (#333)
* Bumped version to 2.18.0 * Removing extra whitespace
1 parent de4ee2d commit 150a855

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
-
44

5+
# v2.18.0
6+
7+
- [added] Added support for specifying the analytics label for notifications.
8+
- [added] Added support for arbitrary key-value pairs in `messaging.ApsAlert`.
9+
- [changed] The `WebpushFcmOptions` type is now deprecated. Developers should use
10+
the PEP8 compliant type name `WebpushFCMOptions` instead.
11+
- [added] Developers can now test their Database API calls by directing the
12+
SDK traffic to the RTDB emulator. Set the `FIREBASE_DATABASE_EMULATOR_HOST`
13+
environment variable to specify the emulator endpoint in `host:port` format.
14+
515
# v2.17.0
616

717
- [added] Added new `send_all()` and `send_multicast()` APIs to the

firebase_admin/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""About information (version, etc) for Firebase Admin SDK."""
1616

17-
__version__ = '2.17.0'
17+
__version__ = '2.18.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)