From d9164f3efc273f6627f3e3e01a252b641fced1cf Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 12 Jul 2021 14:09:51 -0700 Subject: [PATCH] 1.25.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1434737..c64a917b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.25.0] = 2021-07-12 +### Added +- #504: Added TLS support for Nats webhook provider. +- #552: Add CLIPBY subcommand to INTERSECTS/WITHIN. (@rshura) +- #561: Added geofence webhook for GCP Pubsub. (@mscno) +- #615: Add SASL to Kafka provider. (@mathieux51, @iwpnd) + +### Updated +- #551: Optimize field value access. (@mpoindexter) +- #554: Improved kNN using geodesic algorithm for NEARBY command. (@mpoindexter) + +### Fixed +- #611: Close follower files before finishing aofshrink. (@mzbrau) +- #613: Fix Memory Leak in Kafka Producer. (@iwpnd) +- #616: Fixed expiration logic issue. (@Neuintown) + ## [1.24.3] = 2021-06-09 ### Fixed - af43d5a: Hotfix. Fixed invalid healthz output.