Skip to content

Releases: openflagr/flagr

1.0.2

16 Jan 21:23
8b3ff9d
Compare
Choose a tag to compare

Features

  • Add JWT Auth support. #80
  • Increase code coverage to close 80%.
  • Change SaveFlagSnapshot to sync call. #95

Bug fix

  • Fix prefix whitelist and no changes snapshots. #88
  • Fix preload logic of segments. #89
  • Fix flag snapshot ID in eval. #83

1.0.1

20 Nov 21:14
8b3ff9d
Compare
Choose a tag to compare

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

14 Nov 00:30
8b3ff9d
Compare
Choose a tag to compare

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)