What's Changed
-
FFM-12374 Request retry fixes and enhancements:
- Now retries on timed out requests
- Now retries on authentication requests
- New
axiosRetries
to control number of retries: see https://github.com/harness/ff-nodejs-server-sdk/blob/8eff49e6d0a7983a6c47b541322f296db56ff152/src/types.ts#L17 - No longer dumps entire Axios objects when a request fails.
-
FFM-12374 Fixes an issue where
waitForInitialization()
would unblock before the client had finished loading flags and groups. This could result in default variations being returned for a short period.
by @erdirowlands in #123
Full Changelog: 1.8.4...1.8.5