File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# urbanairship changelog
2
2
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
+
3
9
## 6.2.0
4
10
5
11
- 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
74
74
History
75
75
=======
76
76
77
+ * 6.3 Support for OAuth2 Authentication. Adds new clients module and class.
77
78
* 6.0 Support for Bearer Token Authentication. Removes support for Python 2.
78
79
* 5.0 Support for SMS and Email messages. See changelog for other updates.
79
80
* 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