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
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
This release includes a new feature for pagination support in the dispatch list request as well as usage of the base-client for setting up the channel and client configuration.
5
+
<!-- Here goes a general summary of what this release is about -->
6
6
7
7
## Upgrading
8
8
9
-
- The `Client.list()` function now yields a `list[Dispatch]` representing one page of dispatches
10
-
-`Client.__init__` no longer accepts a `grpc_channel` argument, instead a `server_url` argument is required.
11
-
- For the dispatch-cli client, `DISPATCH_API_PORT` and `DISPATCH_API_HOST` environment variables have been replaced with `DISPATCH_API_URL` which should be a full URL including the protocol (e.g. `grpc://fz-0004.frequenz.io:50051`)
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
12
10
13
11
## New Features
14
12
15
-
- Pagination support in the dispatch list request.
16
-
-`Client.__init__`:
17
-
- Has a new parameter `connect` which is a boolean that determines if the client should connect to the server on initialization.
18
-
- Automatically sets up the channel for encrypted TLS communication.
19
-
- A new method `stream()` to receive dispatch events in real-time.
13
+
* Added support for duration=None when creating a dispatch.
14
+
15
+
## Bug Fixes
16
+
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments