[5.2.3] - 2021-02-19
Fixed:
- The flag update notification mechanism in
FlagTracker
did not work when the data source wasFileData
. This has been fixed so that wheneverFileData
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 useaddFlagValueChangeListener
(as opposed toaddFlagChangeListener
) to be notified only of changes that affect a specific flag's value for a specific user. (#224)