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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.0.0] - 2020-07-01
6
+
### Added:
7
+
- In `httphelpers`, `ChunkedStreamingHandler`, `SSEHandler`, and `SSEEvent`
8
+
- In the main package, `ReadWithTimeout`.
9
+
10
+
### Changed:
11
+
- This project now requires modules and has a minimum Go version of 1.13.
12
+
- In `ldservices`, `ServerSideStreamingServiceHandler` now uses `httphelpers.SSEEvent` instead of having a dependency on the `eventsource` package. Its interface is now based on the new `SSEHandler` instead of using channels.
13
+
- In `httphelpers`, `PanicHandler` is replaced by `BrokenConnectionHandler`.
14
+
15
+
### Removed:
16
+
- The LaunchDarkly client-side streaming endpoint handler in `ldservices` was not used and has been removed.
17
+
18
+
5
19
## [1.2.0] - 2020-07-01
6
20
### Added:
7
21
- New package `testbox` for running a Go test in a temporary environment.
0 commit comments