Skip to content

Releases: harness/ff-nodejs-server-sdk

1.2.11

02 Mar 16:35
9d7b213
Compare
Choose a tag to compare

What's Changed

  • FFM-7002 Bump Harness fork of eventsource to 2.1.1 which contains the following fixes:
    • All three retry strategies no longer fire off their initial retry at the same time.
    • Library now closes correctly if eventsource.close is called while it's in a RETRYING state
    • Would retry on 40x errors under certain circumstances, now only retries on 50x and I/O errors.

1.2.10

25 Feb 00:07
050e121
Compare
Choose a tag to compare

What's Changed

  • FFM 4204 Fix SDK not falling back to polling if SSE stream disconnects by @erdirowlands in #62
  • FFM 4204 Uses Harness fork of eventsource package:
    • Will attempt to reconnect to Feature Flags services using exponential backoff and retry
    • No longer stays connected to dead streams forever
    • New retry event emitted so the SDK can log the current retry attempt

New Contributors

Full Changelog: https://github.com/harness/ff-nodejs-server-sdk/compare/1.2.9..1.2.10

1.2.9

07 Oct 15:18
8a2136b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.8...1.2.9

1.2.8

07 Sep 11:29
3d74397
Compare
Choose a tag to compare

What's Changed

  • FFM-4494: fixed issue whereby the Flag or Target Group would attempt to be refetched when deleted from the UI

1.2.7

22 Aug 10:30
a457b11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

27 Jul 15:18
e4019b5
Compare
Choose a tag to compare
  • Fixes an issue where Flag evaluations with Targets aren't evaluating correctly FFM-4175

1.2.5

19 Jul 10:35
265db13
Compare
Choose a tag to compare
  • fixes issue whereby Target Group events were not evaluated properly FFM-4047

1.2.3

31 May 15:26
9d40255
Compare
Choose a tag to compare
  • Fixes custom Logger, previously setting a custom Logger was not honored and default Logger was always used

1.2.2

12 Apr 11:15
ef74fa0
Compare
Choose a tag to compare
  • Bug on closing the client fixed.

1.2.1

07 Mar 10:12
Compare
Choose a tag to compare
  • Bug fixes and improvements.

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1