Releases: harness/ff-nodejs-server-sdk
Releases · harness/ff-nodejs-server-sdk
1.2.17
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
What's Changed
- FFM-7412 - Remove eventsource dependency by @andybharness in #70
New Contributors
- @andybharness made their first contribution in #70
Full Changelog: 1.2.15...1.2.16
1.2.15
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
What's Changed
- bumps: [FFM-7198]: Bumps @harnessio/eventsource to 2.1.3
Full Changelog: 1.2.13...1.2.14
1.2.13
What's Changed
- fix: [FFM-7289]: Defer initialization resolve by @knagurski in #65
Full Changelog: 1.2.12...1.2.13
1.2.12
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
- Retryable errors are now passed to in the
1.2.11
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
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
- @erdirowlands made their first contribution in #62
Full Changelog: https://github.com/harness/ff-nodejs-server-sdk/compare/1.2.9..1.2.10