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
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to the LaunchDarkly .NET SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [3.4.0] - 2017-11-29
6
+
### Added
7
+
- SSE Streaming functionality as an alternative to Polling. :rocket:
8
+
- New builder parameters to complement streaming functionality
9
+
-`WithIsStreamingEnabled`: Set whether streaming mode should be enabled, `true` by default.
10
+
-`WithStreamUri`: Set the base URL of the LaunchDarkly streaming server. May be used in conjunction with the [LaunchDarkly Relay Proxy](https://github.com/launchdarkly/ld-relay).
11
+
-`WithReadTimeout`: The timeout when reading data from the streaming API. Defaults to 5 minutes
12
+
-`WithReconnectTime`: The time to wait before attempting to reconnect to the streaming API. Defaults to 1 second
13
+
- Apache 2.0 License
14
+
15
+
### Changed
16
+
- Streaming is now used to retrieve feature flag configurations by default.
17
+
- Minimum (and default) polling interval changed from 1 second to 30 seconds.
18
+
-`PollingProcessor` no longer retries failed feature flag polling attempts.
0 commit comments