github launchdarkly/java-server-sdk 5.2.3

latest releases: 7.4.1, 7.4.0, 7.3.0...
3 years ago

[5.2.3] - 2021-02-19

Fixed:

  • The flag update notification mechanism in FlagTracker did not work when the data source was FileData. This has been fixed so that whenever FileData reloads the data file(s) due to a file being modified, it signals that the flags were updated. The SDK will behave as if every flag was updated in this case, regardless of which part of the file data was actually changed, but it was already the case that a flag change event did not necessarily mean there was any significant change to the flag. You can use addFlagValueChangeListener (as opposed to addFlagChangeListener) to be notified only of changes that affect a specific flag's value for a specific user. (#224)

Don't miss a new java-server-sdk release

NewReleases is sending notifications on new releases.