Skip to content

Releases: configcat/node-sdk

v3.0.3

13 Jan 19:24
Compare
Choose a tag to compare

Minor fixes

v3.0.2

13 Jan 17:22
Compare
Choose a tag to compare

Detailed logging for feature flag evaluation

v3.0.1

09 Jan 11:16
Compare
Choose a tag to compare

semver dependency warning fix (request of a dependency is an expression)

v3.0.0

03 Dec 09:28
Compare
Choose a tag to compare

SDK improvements

  • semver support
  • numeric operators
  • detailed logging
  • VariationId generation modifications

v2.4.0

30 Nov 13:31
Compare
Choose a tag to compare

Introduced getVariationId(), getVariationIdAsync(), getAllVariationIds(), getAllVariationIdsAsync() functions to support A/B/n test scenarios with analytics tools.

Adding proxy support

17 Nov 13:38
Compare
Choose a tag to compare
v2.3.0

2.3.0

v2.2.4

27 Oct 22:06
Compare
Choose a tag to compare

Adding forceRefreshAsync() and getAllKeysAsync().

v2.2.2

26 Oct 17:56
Compare
Choose a tag to compare

Adding GetValueAsync(), that returns a promise instead of using callbacks.

v2.2.1

09 Oct 14:41
Compare
Choose a tag to compare

Adding SSR (Server-Side Rendering) compatibility

23 Aug 12:40
Compare
Choose a tag to compare

Changed the HTTP client from request to ky and ky-universal to support both Node.js and SSR applications.