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-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
Major release preparing for v1 with breaking changes to authentication parameters and dependency updates.
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.
9
+
***BREAKING**: The `key` parameter in the `Dispatcher` constructor has been removed. Use `auth_key` instead.
10
+
***BREAKING**: The `sign_secret` parameter is now required for authentication.
11
+
***BREAKING**: Environment variables have been updated:
12
+
*`DISPATCH_API_KEY` → `DISPATCH_API_AUTH_KEY`
13
+
*`DISPATCH_API_SIGN_SECRET` is now required
10
14
* The `components` property in `DispatchInfo` is now deprecated. Use `target` instead.
0 commit comments