This commit is contained in:
tidwall 2021-05-19 17:11:57 -07:00
parent 559081e141
commit 25ba82f41b
1 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.23.0] = 2020-04-01 ## [1.24.0] = 2021-05-19
### Added
- #604 Added Prometheus metrics (@oliver006)
### Fixed
- #605 Remove deprecated threads flag (@cep-ter)
## [1.23.0] = 2021-04-01
### Updated ### Updated
- #598: Added TLS Config to Kafka (@iwpnd) - #598: Added TLS Config to Kafka (@iwpnd)
- #599: Include "distance" to output when user specifically requests (@iwpnd) - #599: Include "distance" to output when user specifically requests (@iwpnd)
@ -13,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #600: Fix invalid queue.db error (@lokisisland) - #600: Fix invalid queue.db error (@lokisisland)
- #603: Fix tile38-cli output showing protocol size when piping (@bb) - #603: Fix tile38-cli output showing protocol size when piping (@bb)
## [1.22.6] = 2020-02-07 ## [1.22.6] = 2021-02-07
### Updated ### Updated
- 72dfaae: Updated various dependencies - 72dfaae: Updated various dependencies
- 016f397: Updated btree library, optimization - 016f397: Updated btree library, optimization