Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 829 Bytes

File metadata and controls

21 lines (13 loc) · 829 Bytes

Frequenz Dispatch Client Library Release Notes

Summary

Upgrading

New Features

  • 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