From ec095fe70099455d6d7b3a3fecac92cc5164c20d Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Mon, 18 Nov 2024 10:50:13 +0100 Subject: [PATCH] Reset release notes after release Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dd88596f..72e44a30 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,17 @@ # Frequenz Dispatch Client Library Release Notes +## Summary + + + +## Upgrading + + + ## New Features -* Update BaseApiClient to get the http2 keepalive feature. -* Some Methods from the high-level API have been moved to this repo: The dispatch class now offers: `until`, `started`, `next_run` and `next_run_after`. -* Add `start_immediately` support to the `create` method. You can now specify "NOW" as the start time to trigger immediate dispatch. Note: While the dispatch CLI previously allowed this by converting "NOW" to a timestamp client-side before sending it to the server, this functionality is now supported directly on the server side! + + +## Bug Fixes + +