Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Releases: launchdarkly/node-server-sdk

2.0.0

02 Jun 17:45

Choose a tag to compare

Breaking changes

The client now emits a ready event once initialization is complete. Calling toggle() before the client is initialized will return the default value.

Other changes

  • Added logger config option to support custom loggers
  • Added feature_store config option to support Redis stores
  • Bug fixes

Add all_flags method

17 May 17:10

Choose a tag to compare

Adds a new method allowing clients to fetch a map of all flags for a given user.

coerce user keys to strings

15 Apr 23:59

Choose a tag to compare

Fixes a bug where non-string user keys were not coerced, causing events to be discarded when they could not be deserialized.

Set socket keep alive

28 Mar 17:46

Choose a tag to compare

Fixes a bug where clients may disconnect from the stream when an intermediate proxy times out.

Ignore json-pointer errors

08 Mar 19:53

Choose a tag to compare

Ignore errors thrown by json-pointer, on invalid update and delete events.

Add support for reverse proxies

10 Dec 05:51

Choose a tag to compare

Adds support for reverse proxies

Add close method

05 Oct 22:00

Choose a tag to compare

Adds a close method to shut down the client

Enable streaming by default

24 Sep 23:08

Choose a tag to compare

Streaming of feature changes is now enabled by default

v1.2.0

12 Sep 00:08

Choose a tag to compare

Introduces support for streaming mode using server-sent events.

1.0.1

04 Jun 18:27

Choose a tag to compare

Minor change: clients now send Content-Type headers with event posts.