From 911b777673f63a139bc13e283bb3f6df1f19e520 Mon Sep 17 00:00:00 2001 From: Adam Thornton Date: Fri, 28 Jun 2024 10:52:41 -0700 Subject: [PATCH] Collect fragments for new release --- CHANGELOG.md | 17 +++++++++++++++++ changelog.d/20240613_185120_rra_DM_44763.md | 4 ---- changelog.d/20240613_201328_rra_DM_44763.md | 3 --- changelog.d/20240614_151231_rra_DM_44763.md | 3 --- .../20240628_094800_david.irving_DM_44503.md | 3 --- 5 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 changelog.d/20240613_185120_rra_DM_44763.md delete mode 100644 changelog.d/20240613_201328_rra_DM_44763.md delete mode 100644 changelog.d/20240614_151231_rra_DM_44763.md delete mode 100644 changelog.d/20240628_094800_david.irving_DM_44503.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1f1e8..572f817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ Find changes for the upcoming release in the project's [changelog.d directory](h +## (2024-06-28) + +### Backwards-incompatible changes + +- Cancelling or aborting jobs is not supported by the combination of arq and sync worker functions. Properly reflect this in job metadata by forcing execution duration to 0 to indicate that no limit is applied. Substantially increase the default arq job timeout since the timeout will be ineffective anyway. +- Drop the `CUTOUT_TIMEOUT` configuration option since we have no way of enforcing a timeout on jobs. + +- Upgrade the science pipelines stack to the latest weekly, to include a new version of daf_butler that includes support for a new version of Butler server with a backwards-incompatible REST API. + +### New features + +- Support human-readable `4h30m20s`-style strings for `CUTOUT_LIFETIME` and `CUTOUT_SYNC_TIMEOUT` in addition to numbers of seconds. + +### Other changes + +- Unknown failures in the worker backend are now recorded as fatal UWS errors rather than transient errors. This is the more conservative choice for unknown exceptions. + ## 2.0.0 (2024-06-10) diff --git a/changelog.d/20240613_185120_rra_DM_44763.md b/changelog.d/20240613_185120_rra_DM_44763.md deleted file mode 100644 index 6860976..0000000 --- a/changelog.d/20240613_185120_rra_DM_44763.md +++ /dev/null @@ -1,4 +0,0 @@ -### Backwards-incompatible changes - -- Cancelling or aborting jobs is not supported by the combination of arq and sync worker functions. Properly reflect this in job metadata by forcing execution duration to 0 to indicate that no limit is applied. Substantially increase the default arq job timeout since the timeout will be ineffective anyway. -- Drop the `CUTOUT_TIMEOUT` configuration option since we have no way of enforcing a timeout on jobs. diff --git a/changelog.d/20240613_201328_rra_DM_44763.md b/changelog.d/20240613_201328_rra_DM_44763.md deleted file mode 100644 index 7e0085a..0000000 --- a/changelog.d/20240613_201328_rra_DM_44763.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- Support human-readable `4h30m20s`-style strings for `CUTOUT_LIFETIME` and `CUTOUT_SYNC_TIMEOUT` in addition to numbers of seconds. diff --git a/changelog.d/20240614_151231_rra_DM_44763.md b/changelog.d/20240614_151231_rra_DM_44763.md deleted file mode 100644 index f1d324d..0000000 --- a/changelog.d/20240614_151231_rra_DM_44763.md +++ /dev/null @@ -1,3 +0,0 @@ -### Other changes - -- Unknown failures in the worker backend are now recorded as fatal UWS errors rather than transient errors. This is the more conservative choice for unknown exceptions. diff --git a/changelog.d/20240628_094800_david.irving_DM_44503.md b/changelog.d/20240628_094800_david.irving_DM_44503.md deleted file mode 100644 index aea2134..0000000 --- a/changelog.d/20240628_094800_david.irving_DM_44503.md +++ /dev/null @@ -1,3 +0,0 @@ -### Backwards-incompatible changes - -- Upgrade the science pipelines stack to the latest weekly, to include a new version of daf_butler that includes support for a new version of Butler server with a backwards-incompatible REST API. \ No newline at end of file