Skip to content

Commit edd3041

Browse files
Releasing version 2.0.0
1 parent b82110d commit edd3041

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

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+
519
## [1.2.0] - 2020-07-01
620
### Added:
721
- New package `testbox` for running a Go test in a temporary environment.

0 commit comments

Comments
 (0)