You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This is the first major version release with authentication parameter updates and dependency version expansion.
6
6
7
7
## Upgrading
8
8
9
-
* The `key` parameter in the `Dispatcher` constructor is now deprecated. Use `auth_key` instead. The `sign_secret` parameter is an additional optional parameter for signing.
10
-
* The `components` property in `DispatchInfo` is now deprecated. Use `target` instead.
9
+
* The `key` parameter in the `Dispatcher` constructor is deprecated. Use `auth_key` instead.
10
+
* The `sign_secret` parameter is available and should be used for authentication. It will be soon required.
11
+
* The `components` property in `DispatchInfo` is deprecated. Use `target` instead.
0 commit comments