Skip to content

Commit

Permalink
chore: adding changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
sciclon2 committed Sep 6, 2024
1 parent 46a3345 commit eec3dfc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [v2.0.1] - Minor improvements (Latest)

### Feat
- **Logging Enhancements**: Improved both debug and info log levels for better visibility, including additional context such as `clusterName` in the logs.
- **Configuration Example**: Added a `config.yaml` example file to guide configuration setup.

### Fix
- **Race Condition**: Fixed a race condition in `TestPersistLatestProducedOffsetsMultipleClusters`, ensuring predictable order in results.
- **Mermaid Diagram**: Corrected the broken Mermaid diagram in the architecture documentation to accurately reflect the application’s flow.
- **E2E Test**: Updated the end-to-end tests to properly use their own configuration file (`config.yaml`), ensuring isolated and correct test runs.

---

## [v2.0.0] - Breaking Change: Multi-Cluster Kafka Support

### Feat
- **Multi-Cluster Support**: Introduced support for multiple Kafka clusters, changing the configuration file format to allow defining multiple Kafka clusters in an array under the `kafka_clusters` key.

### Breaking Changes
- Removed support for the previous configuration format that assumed a single Kafka cluster.

---

## [v1.x.x] - Initial Release

### Breaking Changes
- **Single Kafka Cluster Support**: Initial release supported only a single Kafka cluster.

0 comments on commit eec3dfc

Please sign in to comment.