Skip to content

Release 3.13.1

Compare
Choose a tag to compare
@jaeopt jaeopt released this 03 Feb 23:21
· 63 commits to master since this release
b854d6a

3.13.1

February 3rd, 2022

Bug Fixes

  • Move background-watchers file read to a background thread when DatafileRescheduler is invoked.
    This will fix a potential source of ANRs (#401).
  • Fix NotificationManager to be thread-safe (add-handler and send-notifications can happen concurrently). See the Optimizely Java SDK release 3.10.1 for details.