Skip to content

Commit 23f9532

Browse files
Releasing version 1.5.5
1 parent b31da47 commit 23f9532

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.5.5] - 2020-07-02
6+
### Changed:
7+
- The default implementation of logging now uses Winston 3.x rather than Winston 2.x. This does not change the content of the log output, and if you have specified your own custom logger then the SDK still uses that. The only effect is that the SDK no longer has dependencies on Winston 2.x.
8+
9+
### Fixed:
10+
- Fixed a bug that could cause extra delays when receiving a large streaming update. The process will still be blocked for some amount of time as the JSON data is being parsed, which is unavoidable in the current architecture, but this bug made it block for longer than necessary.
11+
512
## [1.5.4] - 2020-05-13
613
### Fixed:
714
- The TypeScript declaration for `track()` was missing the optional `metricValue` parameter.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-electron-client-sdk",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "LaunchDarkly SDK for Electron",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)