From 9b828173360dac7295e3ea786bb3702e68541a97 Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Fri, 8 Nov 2024 14:25:20 -0600 Subject: [PATCH] DM-45522: Prepare 7.0.0 release --- CHANGELOG.md | 13 +++++++++++++ .../20241022_002510_steliosvoutsinas_DM_47027.md | 5 ----- ...106_103655_danfuchs_metrics_timedelta_builtin.md | 3 --- .../20241108_100549_danfuchs_metrics_py_typed.md | 3 --- 4 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 changelog.d/20241022_002510_steliosvoutsinas_DM_47027.md delete mode 100644 changelog.d/20241106_103655_danfuchs_metrics_timedelta_builtin.md delete mode 100644 changelog.d/20241108_100549_danfuchs_metrics_py_typed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d55fdf..e7a87ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co + +## 7.0.0 (2024-11-08) + +### 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 + ## 6.5.1 (2024-10-21) diff --git a/changelog.d/20241022_002510_steliosvoutsinas_DM_47027.md b/changelog.d/20241022_002510_steliosvoutsinas_DM_47027.md deleted file mode 100644 index 38144bab..00000000 --- a/changelog.d/20241022_002510_steliosvoutsinas_DM_47027.md +++ /dev/null @@ -1,5 +0,0 @@ - - -### Bug fixes - -- Change uws_post_params_dependency to support reading in multiple of the same param diff --git a/changelog.d/20241106_103655_danfuchs_metrics_timedelta_builtin.md b/changelog.d/20241106_103655_danfuchs_metrics_timedelta_builtin.md deleted file mode 100644 index d14ed7f6..00000000 --- a/changelog.d/20241106_103655_danfuchs_metrics_timedelta_builtin.md +++ /dev/null @@ -1,3 +0,0 @@ -### 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. diff --git a/changelog.d/20241108_100549_danfuchs_metrics_py_typed.md b/changelog.d/20241108_100549_danfuchs_metrics_py_typed.md deleted file mode 100644 index ca8b2d3f..00000000 --- a/changelog.d/20241108_100549_danfuchs_metrics_py_typed.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- Add a py.typed to the `metrics` package