Backwards-incompatible changes
EventDuration
has been removed fromsafir.metrics
. You can now use Python's built-intimedelta
as the type for any field you were previously usingEventDuration
. It will be serialized the same way, as an Avrodouble
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
- @stvoutsin made their first contribution in #317
Full Changelog: 6.5.1...7.0.0