mirror of https://github.com/tidwall/tile38.git
1.25.4
This commit is contained in:
parent
19deea10c0
commit
4f4e168445
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,17 @@
|
||||||
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.25.4] = 2021-09-14
|
||||||
|
### Added
|
||||||
|
- a737a78: Add unix socket support
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- 8829b8f: Change hooks collection type from hashmap to btree
|
||||||
|
- 83094b2: Update hook expiration logic
|
||||||
|
- c686b87: Return hook ttl with HOOKS request
|
||||||
|
- 06a92d8: Increase the precision of TIMEOUT
|
||||||
|
- Upgrade to Go 1.17.1
|
||||||
|
|
||||||
## [1.25.3] = 2021-08-23
|
## [1.25.3] = 2021-08-23
|
||||||
### Fixed
|
### Fixed
|
||||||
- #621: Fixed a memory leak (@Morgiflute)
|
- #621: Fixed a memory leak (@Morgiflute)
|
||||||
|
@ -10,7 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- Update B-tree library
|
- Update B-tree library
|
||||||
- Upgrade to Go 1.17
|
- Upgrade to Go 1.17
|
||||||
|
|
||||||
|
|
||||||
## [1.25.2] = 2021-08-10
|
## [1.25.2] = 2021-08-10
|
||||||
### Fixed
|
### Fixed
|
||||||
- #620: Fixed kafka authentication methods
|
- #620: Fixed kafka authentication methods
|
||||||
|
|
Loading…
Reference in New Issue