Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 633 Bytes

File metadata and controls

17 lines (9 loc) · 633 Bytes

Frequenz Dispatch Client Library Release Notes

Summary

Raise ValueError when start_time passed to create() is neither a datetime nor "NOW".

Upgrading

New Features

Bug Fixes

  • DispatchApiClient.create(): Passing an invalid start_time (not a datetime or "NOW") previously silently created a dispatch with an epoch timestamp (1970-01-01). It now raises ValueError immediately.