Skip to content

Commit

Permalink
Changelog for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Sep 4, 2023
1 parent 5c38e3f commit cca1111
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cca1111

Please sign in to comment.