Skip to content

Commit f17f7c4

Browse files
committed
Fix release notes for v1 release
- Remove breaking change labels since deprecated features are still available - Update summary to reflect non-breaking nature of changes Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 03777d9 commit f17f7c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Summary
44

5-
Major v1 release with breaking changes to authentication parameters and dependency updates.
5+
v1 release with authentication parameter updates and dependency version expansion.
66

77
## Upgrading
88

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:
9+
* The `key` parameter in the `Dispatcher` constructor is now deprecated. Use `auth_key` instead.
10+
* The `sign_secret` parameter is now available for authentication.
11+
* Environment variables have been updated:
1212
* `DISPATCH_API_KEY``DISPATCH_API_AUTH_KEY`
13-
* `DISPATCH_API_SIGN_SECRET` is now required
13+
* `DISPATCH_API_SIGN_SECRET` is now available
1414
* The `components` property in `DispatchInfo` is now deprecated. Use `target` instead.
1515

1616
## New Features

0 commit comments

Comments
 (0)