Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2]

Multi-domain support, improved configuration handling, group address validation, Thunder upgrade to 0.27.0, and removal of legacy socketmap/Thunder integration.

## What's Changed
* feat: enhance setup scripts for multi-domain support and improve configuration handling by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/301
* feat: add support for group address validation in user-exists map and implement group validation logic by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/302
* feat: upgrade Thunder image version to 0.27.0 in Docker Compose by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/303
* Refactor: Remove socketmap handler and thunder integration by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/305


**Full Changelog**: https://github.com/LSFLK/silver/compare/v.0.2.1...v.0.2.2

Comment on lines +10 to +22
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with the rest of the changelog and adhere to the 'Keep a Changelog' format mentioned in the file header, it's better to categorize the changes under Added, Changed, and Removed. This improves readability and follows the established pattern in this file.

Suggested change
## [0.2.2]
Multi-domain support, improved configuration handling, group address validation, Thunder upgrade to 0.27.0, and removal of legacy socketmap/Thunder integration.
## What's Changed
* feat: enhance setup scripts for multi-domain support and improve configuration handling by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/301
* feat: add support for group address validation in user-exists map and implement group validation logic by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/302
* feat: upgrade Thunder image version to 0.27.0 in Docker Compose by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/303
* Refactor: Remove socketmap handler and thunder integration by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/305
**Full Changelog**: https://github.com/LSFLK/silver/compare/v.0.2.1...v.0.2.2
## [0.2.2]
Multi-domain support, improved configuration handling, group address validation, Thunder upgrade to 0.27.0, and removal of legacy socketmap/Thunder integration.
## What's Changed
### Added
* feat: add support for group address validation in user-exists map and implement group validation logic by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/302
### Changed
* feat: enhance setup scripts for multi-domain support and improve configuration handling by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/301
* feat: upgrade Thunder image version to 0.27.0 in Docker Compose by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/303
### Removed
* Refactor: Remove socketmap handler and thunder integration by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/305
**Full Changelog**: https://github.com/LSFLK/silver/compare/v.0.2.1...v.0.2.2

## [0.2.1]

This release focuses on making improvements to the observability of silver.
Expand Down
Loading