Skip to content
Open
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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0] - Unreleased
### Added
- Support distributed Erlang clusters. Processes are now
(automatically) sharded between all nodes.

### Fixed
- AMQPDataConsumers do not crash when a shutdown is requested.
- DataUpdaters and MessageTrackers are restarted only when requested.

## [1.0.0] - 2025-02-07
### Added
- First Mississippi release.