Skip to content

v0.11.4

Choose a tag to compare

@github-actions github-actions released this 14 Oct 11:41
· 6 commits to v0.x.x since this release
Immutable release. Only release title and notes can be modified.
v0.11.4
cec4823

Frequenz Dispatch Client Library Release Notes

Summary

Upgrading

New Features

  • Changed target_components, dispatch_ids, and filter_queries parameters from Iterator to Iterable in list method for better API usability
  • Added support for dispatch_ids and queries filters in the list method
    • dispatch_ids parameter allows filtering by specific dispatch IDs
    • filter_queries parameter supports text-based filtering on dispatch id and type fields
      • Query format: IDs are prefixed with # (e.g., #4), types are matched as substrings (e.g., bar matches foobar)
      • Multiple queries are combined with logical OR
  • 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_ids and queries filters 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