Skip to content

Releases: harness/ff-nodejs-server-sdk

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

1.7.0

10 Apr 13:00
b374566
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.7.0

1.6.1

19 Mar 18:17
6a428eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

16 Jan 15:37
34bbd5f
Compare
Choose a tag to compare

What's Changed

  • FFM-10409 Support strictNullChecks when passing an undefined target to client variation methods @erdirowlands in #103 and #104

Full Changelog: 1.5.0...1.6.0

1.5.0

04 Jan 18:56
ca1e463
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-10358]: Update and unbundle dependencies by @knagurski in #102

Full Changelog: 1.4.1...1.5.0