From ed7a086982397bad1e29c14e8a07853671d96ca2 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 6 Mar 2023 17:28:27 -0600 Subject: [PATCH] Add changelog notes for v1.0.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de1883..5ff4133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.2 - 2022-03-06 + +### Fixed + +- Fixed a memory growth issue that could occur when a socket failed to join a + channel repeatedly. + - Memory usage of the Slipstream.Connection process and the client process + could grow sharply as the socket tried to rejoin the failed topic, with + higher memory usage per retry and per unjoined topic. + ## 1.0.1 - 2022-06-22 ### Fixed