v0.11.4
·
6 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz Dispatch Client Library Release Notes
Summary
Upgrading
New Features
- Changed
target_components,dispatch_ids, andfilter_queriesparameters fromIteratortoIterableinlistmethod for better API usability - Added support for
dispatch_idsandqueriesfilters in thelistmethoddispatch_idsparameter allows filtering by specific dispatch IDsfilter_queriesparameter supports text-based filtering on dispatchidandtypefields- Query format: IDs are prefixed with
#(e.g.,#4), types are matched as substrings (e.g.,barmatchesfoobar) - Multiple queries are combined with logical OR
- Query format: IDs are prefixed with
- Date-only inputs in CLI timestamps now default to midnight UTC instead of using the current time.
Bug Fixes
What's Changed
- Bump pytest-asyncio from 1.1.0 to 1.2.0 by @dependabot[bot] in #218
- Bump actions/labeler from 5.0.0 to 6.0.1 by @dependabot[bot] in #215
- Bump pydoclint from 0.6.11 to 0.7.3 by @dependabot[bot] in #217
- Bump the minor group with 10 updates by @dependabot[bot] in #216
- Bump the patch group across 1 directory with 5 updates by @dependabot[bot] in #219
- Add support for
dispatch_idsandqueriesfilters by @Marenz in #213 - Fix: Use midnight UTC for date-only CLI timestamps instead of current time by @Marenz in #220
- Fix: Change list method parameters from Iterator to Iterable for better API usability by @Marenz in #223
Full Changelog: v0.11.3...v0.11.4