You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
All notable changes to the LaunchDarkly's EventSource implementation for C# will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [4.1.2] - 2021-05-17
6
+
### Fixed:
7
+
- Fixed a memory leak in which a `CancellationTokenSource` instance was not disposed of after reading from the stream. This bug was introduced in the 4.0.0 release. ([#77](https://github.com/launchdarkly/dotnet-eventsource/issues/77))
8
+
5
9
## [4.1.1] - 2021-05-04
6
10
(The 4.1.0 release was an accidental duplicate of 4.0.0 and did not include these changes.)
0 commit comments