From 345a6e2660ae22200de9fdfd96a7b239f49f2e46 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Thu, 12 Sep 2024 11:37:00 -0700 Subject: [PATCH] Prepare release 1.18.6 --- CHANGELOG.md | 21 +++++++++++++++++++ ...240813_193515_steliosvoutsinas_DM_45739.md | 7 ------- ...240813_215822_steliosvoutsinas_DM_45528.md | 3 --- ...240820_185747_steliosvoutsinas_DM_45153.md | 3 --- ...240907_123946_steliosvoutsinas_DM_46074.md | 4 ---- 5 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md delete mode 100644 changelog.d/20240813_215822_steliosvoutsinas_DM_45528.md delete mode 100644 changelog.d/20240820_185747_steliosvoutsinas_DM_45153.md delete mode 100644 changelog.d/20240907_123946_steliosvoutsinas_DM_46074.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5694479..9ea7f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ Find changes for the upcoming release in the project's [changelog.d](https://git + +## 1.18.6 (2024-09-12) + +### Removed + +- Remove jcenter repo as it is obsolete and no longer used by cadc + +- Remove deprecated AuthenticatorImpl class + +### Added + +- Support for S3 bucket storage of async results + +### Changed + +- Switch RubinUploadManagerImpl to use UploadLimits and set a default filesize limit of 32Mb + +### Other Changes + +- Added mavenCentral and jCenter repos (match what we have in lsst-tap-service) + ## 1.18.5 (2024-07-24) diff --git a/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md b/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md deleted file mode 100644 index 4c10b35..0000000 --- a/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md +++ /dev/null @@ -1,7 +0,0 @@ -### Removed - -- Remove jcenter repo as it is obsolete and no longer used by cadc - -### Other Changes - -- Added mavenCentral and jCenter repos (match what we have in lsst-tap-service) diff --git a/changelog.d/20240813_215822_steliosvoutsinas_DM_45528.md b/changelog.d/20240813_215822_steliosvoutsinas_DM_45528.md deleted file mode 100644 index 6f05c0a..0000000 --- a/changelog.d/20240813_215822_steliosvoutsinas_DM_45528.md +++ /dev/null @@ -1,3 +0,0 @@ -### Removed - -- Remove deprecated AuthenticatorImpl class diff --git a/changelog.d/20240820_185747_steliosvoutsinas_DM_45153.md b/changelog.d/20240820_185747_steliosvoutsinas_DM_45153.md deleted file mode 100644 index c0fc5e5..0000000 --- a/changelog.d/20240820_185747_steliosvoutsinas_DM_45153.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- Switch RubinUploadManagerImpl to use UploadLimits and set a default filesize limit of 32Mb diff --git a/changelog.d/20240907_123946_steliosvoutsinas_DM_46074.md b/changelog.d/20240907_123946_steliosvoutsinas_DM_46074.md deleted file mode 100644 index b215ef8..0000000 --- a/changelog.d/20240907_123946_steliosvoutsinas_DM_46074.md +++ /dev/null @@ -1,4 +0,0 @@ -### Added - -- Support for S3 bucket storage of async results -