Skip to content

Commit

Permalink
1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Sep 14, 2021
1 parent 18438e5 commit b3c036a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
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
### Fixed
- #621: Fixed a memory leak (@Morgiflute)
Expand All @@ -10,7 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Update B-tree library
- Upgrade to Go 1.17


## [1.25.2] = 2021-08-10
### Fixed
- #620: Fixed kafka authentication methods
Expand Down

0 comments on commit b3c036a

Please sign in to comment.