Skip to content

Commit

Permalink
update CHANGELOG ahead of v0.87.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Jun 1, 2020
1 parent 4d0aca5 commit 81dcb71
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
master (unreleased)
--------------------

- '% is now an allowed character in label values and journal names.
This makes their grammar compatible with URL-encoding.
- Add grpc-prometheus instrumentation to client & server gRPC's.
- Several new metrics added:
- ``gazette_shard_*``: operational metrics of consumer shards
- ``gazette_spool_*``: metrics of journal fragment spools
- ``gazette_journal_server_*``: metrics of gRPC JournalServer invocations
- Some metrics are marked as DEPRECATED, and will be removed in the future:
- ``gazette_commits_total``
- ``gazette_committed_bytes_total``
- ``gazette_consumer_*``
- Some already-broken or unused metrics were removed.
- Improvements to benchmarks and fixed test flakes.

v0.87.1
--------

- BUGFIX: Fix potential UUID sequencing race in concurrent calls to PublishCommitted
of the same message.Publisher, and add new regression testing (GH-259_).
- Instrument message.Sequencer with Prometheus metrics.
Expand Down

0 comments on commit 81dcb71

Please sign in to comment.