Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update formatting for changelogs #1990

Merged
merged 1 commit into from
Jul 3, 2023
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
29 changes: 22 additions & 7 deletions riak_repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,34 @@

## 1.0.1

* [FIX] Add a condition to check that `rt_sink_connected_to` is a dict before collecting `sink_stats`
***Fixed***:

* Add a condition to check that `rt_sink_connected_to` is a dict before collecting `sink_stats`


## 1.0.0

* [FEATURE] Adds realtime_queue_stats metrics for consumers
* [FEATURE] Adds realtime source/sink connection stats
* [UPDATE] `fullsync_coordinator` metrics changed from `riak_repl.fullsync_coordinator.<cluster>.<key>` to `riak_repl.fullsync_coordinator.<key>` with a cluster tag
* [FIX] Implement tests to ensure replication is enabled before expecting stats
***Added***:

* Adds realtime_queue_stats metrics for consumers
* Adds realtime source/sink connection stats
* `fullsync_coordinator` metrics changed from `riak_repl.fullsync_coordinator.<cluster>.<key>` to `riak_repl.fullsync_coordinator.<key>` with a cluster tag

***Fixed***:

* Implement tests to ensure replication is enabled before expecting stats


## 0.0.2

* [FEATURE] Adds basic fullsync_coordinator metrics
***Added***:

* Adds basic fullsync_coordinator metrics


## 0.0.1

* [FEATURE] Adds riak-repl integration
***Added***:

* Adds riak-repl integration