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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@
6
6
7
7
## Upgrading
8
8
9
-
* The `key` parameter in the `Dispatcher` constructor is now deprecated. Use `sign_secret` instead.
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
10
11
11
## New Features
12
12
13
13
*`dry_run` status is now considered when merging dispatches. Dispatches with different `dry_run` values will no longer be merged, ensuring that dry-run and operational dispatches are handled by separate actors.
14
-
* Two new parmeters where added to the `Dispatcher` constructor:
14
+
* Two new parameters were added to the `Dispatcher` constructor:
15
15
*`sign_secret`: A secret key used for signing messages.
16
16
*`auth_key`: An authentication key for the Dispatch API.
0 commit comments