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
In httphelpers, ChunkedStreamingHandler, SSEHandler, and SSEEvent
In the main package, ReadWithTimeout.
Changed:
This project now requires modules and has a minimum Go version of 1.13.
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.
In httphelpers, PanicHandler is replaced by BrokenConnectionHandler.
Removed:
The LaunchDarkly client-side streaming endpoint handler in ldservices was not used and has been removed.