From 93bf273ea8af5da2796a6cab9073489454180b73 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Tue, 3 Jun 2025 18:17:01 +0200 Subject: [PATCH] Delete obsolete release notes entries Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1fa5be8f..7420db5e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -15,10 +15,6 @@ ## New Features -* `dispatch-cli` supports now the parameter `--type` and `--running` to filter the list of running services by type and status, respectively. -* Every call now has a default timeout of 60 seconds, streams terminate after five minutes. This can be influenced by the two new parameters for`DispatchApiClient.__init__()`: - * `default_timeout: timedelta` (default: 60 seconds) - * `stream_timeout: timedelta` (default: 5 minutes) * With the new `TargetCategory` class (providing `.category` and `.type`) we can now specify subtypes of the categories: * `ComponentCategory.BATTERY` uses `BatteryType` with possible values: `LI_ION`, `NA_ION` * `ComponentCategory.INVERTER` uses `InverterType` with possible values: `BATTERY`, `SOLAR`, `HYBRID`