Releases: harness/ff-nodejs-server-sdk
Releases · harness/ff-nodejs-server-sdk
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
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
1.2.6
1.2.5
1.2.3
1.2.2
- Bug on closing the client fixed.
1.2.1
- Bug fixes and improvements.
What's Changed
- [fix]: [FFM-1935]: Fixed typos in NodeJS SDK README by @crystal-fong in #26
- [FFM-1551] integrate ff-test-cases repo as submodule, refactor evaluateClause by @enver-bisevac in #29
- Bump follow-redirects from 1.14.4 to 1.14.9 by @dependabot in #31
- TypeScript: don't use outfile with tsc - it does not support modules by @kdojeteri in #27
- [FFM-2422] fixed security vulnerabilities by @enver-bisevac in #32
- [FFM-2424] patch for freemium cluster by @enver-bisevac in #33
- [MAINT] package-lock modified by @enver-bisevac in #34
New Contributors
- @crystal-fong made their first contribution in #26
- @dependabot made their first contribution in #31
- @kdojeteri made their first contribution in #27
Full Changelog: 1.2.0...1.2.1