Releases: openflagr/flagr
Releases · openflagr/flagr
1.0.2
1.0.1
Features
- Add flag snapshot model to track the revision of flags. #82
- Send flag snapshot ID with the evaluation result and the data records, so that from the data analytics pipeline we can directly know exactly what's the revision of the flag that it's using. #83
Bug fix
- Bump conditions to correctly handle json.Number entity context. #81
1.0.0
Features & Improvements
- CRUD api
- Evaluation api
- Batch Evaluation api
- User Segmentation
- Constraints
- Rules engine via the conditions Go package
- Benchmarking with 0.6ms P95
- Documentation is up (https://checkr.github.io/flagr)