Skip to content

Commit 469f661

Browse files
Update Changelog for release of version 2.12.1
1 parent be63c6f commit 469f661

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

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

5+
## [2.12.1] - 2019-06-28
6+
### Added:
7+
- The SDK now logs a message at `info` level when the stream connection is started or stopped. It also logs a message at `warn` level if it detects that the stream had to be restarted due to a connection failure; however, in browsers that have native support for EventSource, connection restarts may be handled internally by the browser in which case there will be no log message.
8+
9+
### Fixed:
10+
- Under some circumstances, the SDK would fail to restart a streaming connection if it had already been dropped and restarted before. This normally would not happen when using a built-in browser implementation of EventSource, but could happen with some EventSource polyfills.
11+
- Fixed a broken link in the project README.
12+
513
## [2.12.0] - 2019-06-18
614
### Added:
715
- Configuration property `eventUrlTransformer` allows application code to modify the URL that is sent in analytics events.

0 commit comments

Comments
 (0)