Skip to content

Commit e9fa884

Browse files
authored
Prepare for v1.0.0 (#222)
2 parents cec4823 + 8c1c81f commit e9fa884

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010

1111
## New Features
1212

13-
* Changed `target_components`, `dispatch_ids`, and `filter_queries` parameters from `Iterator` to `Iterable` in `list` method for better API usability
14-
* Added support for `dispatch_ids` and `queries` filters in the `list` method
15-
- `dispatch_ids` parameter allows filtering by specific dispatch IDs
16-
- `filter_queries` parameter supports text-based filtering on dispatch `id` and `type` fields
17-
- Query format: IDs are prefixed with `#` (e.g., `#4`), types are matched as substrings (e.g., `bar` matches `foobar`)
18-
- Multiple queries are combined with logical OR
19-
* Date-only inputs in CLI timestamps now default to midnight UTC instead of using the current time.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
2014

2115
## Bug Fixes
16+
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"typing-extensions >= 4.13.0, < 5",
40-
"frequenz-api-dispatch >= 1.0.0-rc3, < 2",
40+
"frequenz-api-dispatch >= 1.0.0, < 2",
4141
"frequenz-client-base >= 0.11.0, < 0.12.0",
4242
"frequenz-client-common >= 0.3.6, < 0.4.0",
4343
"frequenz-core >= 1.0.2, < 2.0.0",
@@ -75,7 +75,7 @@ dev-mkdocs = [
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
78-
"frequenz-api-dispatch == 1.0.0-rc3",
78+
"frequenz-api-dispatch == 1.0.0",
7979
"mkdocs-macros-plugin == 1.4.0",
8080
"mkdocs-material == 9.6.21",
8181
"mkdocstrings[python] == 0.30.1",
@@ -95,7 +95,7 @@ dev-pylint = [
9595
"pylint == 3.3.9",
9696
# For checking the noxfile, docs/ script, and tests
9797
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
98-
"frequenz-api-dispatch == 1.0.0-rc3",
98+
"frequenz-api-dispatch == 1.0.0",
9999
]
100100
dev-pytest = [
101101
"pytest == 8.4.2",

0 commit comments

Comments
 (0)