File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# urbanairship changelog
22
3+ ## 6.3.0
4+
5+ - Adds Support for OAuth2 Authentication
6+ - Adds new client classes for BasicAuth, BearerTokenAuth, and OAuth
7+ - Deprecates the Airship client class in favor of the new client classes
8+
39## 6.2.0
410
511- Adds Support for iOS Live Activity and Android Live Update
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Web Push to a tag
7474History
7575=======
7676
77+ * 6.3 Support for OAuth2 Authentication. Adds new clients module and class.
7778* 6.0 Support for Bearer Token Authentication. Removes support for Python 2.
7879* 5.0 Support for SMS and Email messages. See changelog for other updates.
7980* 4.0 Support for Automation, removed Feedback
Original file line number Diff line number Diff line change 1- __version__ = "6.2 .0"
1+ __version__ = "6.3 .0"
You can’t perform that action at this time.
0 commit comments