Skip to content

Releases: launchdarkly/dotnet-eventsource

2.0.0

17 Nov 20:05
178da5e

Choose a tag to compare

[2.0.0] - 2017-10-11

Changed

  • Removed the closeOnEndOfStream property.

1.1.0

17 Nov 20:05

Choose a tag to compare

[1.1.0] 2017-10-02

Added

  • ConnectToEventSourceAsync now takes in a new boolean parameter, closeOnEndOfStream, which, if true, will close the EventSource connection when the end of the stream is reached.

Changed

  • Fixed a bug causing causing read timeouts to never propogate.

1.0.1

17 Nov 20:05

Choose a tag to compare

[1.0.1] 2017-09-27

Added

  • Signed EventSource Assembly.

1.0.0

17 Nov 20:05

Choose a tag to compare

[1.0.0] 2017-09-22

Hello world!