Skip to content

Releases: harness/ff-nodejs-server-sdk

1.8.9

18 Aug 12:56
d4568ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.8...1.8.9

1.8.8

23 Jul 13:17
ac79c64
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.7...1.8.8

1.8.7

08 Jul 13:39
46fff53
Compare
Choose a tag to compare

What's Changed

  • fix: [FFM-12484]: Node SDK doesn't retry after initialisation failure by @andybharness in #125
  • fix: [FFM-12499]: Fix uncaught exception when getting flags/segments fails on SSE event by @andybharness in #126

Full Changelog: 1.8.6...1.8.7

1.8.6

16 Jun 20:17
d5a70a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.5...1.8.6

1.8.5

04 Apr 11:25
8eff49e
Compare
Choose a tag to compare

What's Changed

by @erdirowlands in #123

Full Changelog: 1.8.4...1.8.5

1.8.4

19 Mar 18:02
986ed95
Compare
Choose a tag to compare

What's Changed

  • FFM-12353: Reduces stream disconnection log frequency:
    • If the stream fails to connect, or disconnects, an error level log is recorded once per disconnection period.
    • When the stream retries to connect, a warn level log is recorded , then again at the 10th attempt, and every 50th attempt thereafter. All other retry logs are recorded at the debug level
    • Removes some other noisy info logs in the Evaluator which should have been debug
    • by @erdirowlands in #122

Full Changelog: 1.8.3...1.8.4

1.8.3

14 Aug 10:01
a8400fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.8.3

1.8.2

28 Jun 09:29
370918e
Compare
Choose a tag to compare

What's Changed

  • FFM-11656 Sort AND/OR rules when caching group instead of during an evaluation call, which could result in latency if a group is large by @erdirowlands in #117

Full Changelog: 1.8.1...1.8.2

1.8.1

13 Jun 15:02
31a6e23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

13 Jun 14:10
5e40a85
Compare
Choose a tag to compare

What's Changes

  • FFM-9097 Global Axios settings are no longer configured by the SDK, which could override Axios settings used elsewhere in an application. The default timeout is 30s but can be changed using options using axiosTimeout, see: Options by @erdirowlands in #114
  • [FFM-11243] - Adding SDK support for AND/OR rules (feature not GA yet) by @andybharness in #113
  • FFM-11364 Use target-segments v2-rule parameter by @erdirowlands in #115

Full Changelog: 1.7.0...1.8.0