From 4f4e168445f9d2f4ad24e52cfdebf93b737aa63b Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 14 Sep 2021 12:25:23 -0700 Subject: [PATCH] 1.25.4 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25692f5..50a3a007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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