Skip to content

7.0.0

Latest
Compare
Choose a tag to compare
@fajpunk fajpunk released this 08 Nov 20:36
7.0.0
7f5bb50

Backwards-incompatible changes

  • EventDuration has been removed from safir.metrics. You can now use Python's built-in timedelta as the type for any field you were previously using EventDuration. It will be serialized the same way, as an Avro double number of seconds.

Bug fixes

  • Change uws_post_params_dependency to support reading in multiple of the same param

  • Add a py.typed to the metrics package

What's Changed

  • DM-47011: Update pre-commit dependencies by @rra in #316
  • DM-47027: Change ws_post_params_dependency to handle multiple occurrences of the same param by @stvoutsin in #317
  • Fix PydanticRedisStorage documentation by @rra in #318
  • DM-45522 metrics: native timedelta support by @fajpunk in #319
  • DM-45522: Add py.typed to metrics package by @fajpunk in #320
  • DM-45522: Prepare 7.0.0 release by @fajpunk in #321

New Contributors

Full Changelog: 6.5.1...7.0.0