From cca111116db598857baf84d450316f1da437b640 Mon Sep 17 00:00:00 2001 From: Ben Galewsky Date: Mon, 4 Sep 2023 11:15:03 -0500 Subject: [PATCH] Changelog for 1.2.2 release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcc5b4bf..59b61a11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +### 1.2.2 +September 4, 2023 +### Added +- Better replica filtering in Rucio DID Finder +- Sidecar can convert files from root to parquet for cases where the transformer can't +- Network configuration in docker images to support IPv6 +### Changed +- Transformer Sidecar and science images communicate over a unix socket instead of the shared volume +### Fixed +- Warnings from GitHub actions +- Bugs when the LogStash host and port are not provided +- Explicitly set POETRY_CACHE_DIR to avoid permission errors +- DB init code that was initializing the database twice +### Removed + ### 1.2.1 May 26, 2023 ### Added