What's Changed
- feat: Allow configuring analytics API endpoint separate from flags API by @rolodato in #168
- ci: Run tests on currently maintained Node LTS versions by @rolodato in #169
Deprecated
The baseApiUrl
constructor argument of AnalyticsProcessor
is now deprecated. Instead, pass the full URL to the analytics endpoint using the analyticsUrl
parameter. This deprecation only affects you if you are manually managing analytics, rather than having the SDK do it for you using the enableAnalytics
option.
Full Changelog: v5.0.1...v5.1.0