1.1.8
What's Changed
- [FFM-6549]: Add
wait_for_initializationto the client API which can be called to block the thread until all groups and flags have been retrieved and loaded into cache. - [FFM-6549]: Add
is_initializedto the client API which can be called at any time to check if the initial retrieval and caching of groups and flags has been completed.
Notes
- For example usage of the above see: wait_for_initialization.py
Full Changelog: 1.1.7...1.1.8