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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,15 @@
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
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
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
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 parameters were added to the `Dispatcher` constructor:
15
+
*`sign_secret`: A secret key used for signing messages.
16
+
*`auth_key`: An authentication key for the Dispatch API.
14
17
15
18
## Bug Fixes
16
19
17
-
* The merge by type class now uses the correct logger path.
18
-
* The merge by type was made more robust under heavy load, making sure to use the same `now` for all dispatches that are checked.
19
-
* Fix that the merge filter was using an outdated dispatches dict once fetch() ran.
20
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments