Releases: harness/ff-nodejs-server-sdk
Releases · harness/ff-nodejs-server-sdk
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
retryingevent 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.closeis 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
1.2.9
1.2.8
1.2.7
What's Changed
- FFM-4331 - Change evaluation logic for Target Groups by @stephenmcconkey in #55
New Contributors
- @stephenmcconkey made their first contribution in #55
Full Changelog: 1.2.6...1.2.7