This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
3.1.0
[3.1.0] - 2018-03-19
Added
- Convenience functions
NewUser
andNewAnonymousUser
, for creating a user struct given only the key. (Thanks, mlafeldt!)
Fixed
- In the Redis feature store, fixed a synchronization problem that could cause a feature flag update to be missed if several of them happened in rapid succession.
- Fixed errors in the Readme example code. (Thanks, mlafeldt!)