Skip to content

Commit

Permalink
Add changelog notes for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 6, 2023
1 parent 7583a04 commit ed7a086
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed7a086

Please sign in to comment.