Skip to content

Releases: harness/ff-nodejs-server-sdk

1.2.17

07 Jun 10:33
82dc07a
Compare
Choose a tag to compare

What's Changed

  • FFM-8116 - Close SSE stream properly when Client.close() is called @erdirowlands in #72

Full Changelog: 1.2.16...1.2.17

1.2.16

26 Apr 15:26
5c4d8cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.15...1.2.16

1.2.15

04 Apr 14:34
acd91c4
Compare
Choose a tag to compare

What's Changed

  • bumps: [FFM-7421]: Bumps @harnessio/eventsource to 2.1.4 which includes the following fix
    • No longer opens three separate streams instead of one stream when the library reconnects

Full Changelog: 1.2.14...1.2.15

1.2.14

23 Mar 12:27
8765635
Compare
Choose a tag to compare

What's Changed

  • bumps: [FFM-7198]: Bumps @harnessio/eventsource to 2.1.3

Full Changelog: 1.2.13...1.2.14

1.2.13

23 Mar 11:21
a1558e8
Compare
Choose a tag to compare

What's Changed

  • fix: [FFM-7289]: Defer initialization resolve by @knagurski in #65

Full Changelog: 1.2.12...1.2.13

1.2.12

15 Mar 14:40
05a0edc
Compare
Choose a tag to compare

What's Changed

  • FFM-7187 Bump Harness fork of eventsource to 2.1.2 which contains the following fixes:
    • Retryable errors are now passed to in the retrying event payload for debugging purposes

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