Releases: launchdarkly/go-test-helpers
Releases · launchdarkly/go-test-helpers
2.0.0
[2.0.0] - 2020-07-01
Added:
- In
httphelpers,ChunkedStreamingHandler,SSEHandler, andSSEEvent - In the main package,
ReadWithTimeout.
Changed:
- This project now requires modules and has a minimum Go version of 1.13.
- In
ldservices,ServerSideStreamingServiceHandlernow useshttphelpers.SSEEventinstead of having a dependency on theeventsourcepackage. Its interface is now based on the newSSEHandlerinstead of using channels. - In
httphelpers,PanicHandleris replaced byBrokenConnectionHandler.
Removed:
- The LaunchDarkly client-side streaming endpoint handler in
ldserviceswas not used and has been removed.
1.2.0
[1.2.0] - 2020-07-01
Added:
- New package
testboxfor running a Go test in a temporary environment.
1.1.3
[1.1.3] - 2020-06-04
Added:
- Added
go.modso this package can be consumed as a module. This does not affect code that is currently consuming it viago get,dep, orgovendor.
1.1.2
[1.1.2] - 2020-04-01
Fixed:
- Patch event type for client-side streams.
1.1.1
[1.1.1] - 2020-04-01
Fixed:
- In
ldservices, fixed JSON property names for simulated client-side flag data.
1.1.0
[1.1.0] - 2020-04-01
Added:
- Method
HandlerForPathRegexinhttphelpers. - New methods and types in
ldservicesto simulate LaunchDarkly client-side streaming endpoints.
1.0.0
[1.0.0] - 2020-03-16
Initial release.