Releases: openflagr/flagr
Releases · openflagr/flagr
1.0.12
Bug fixes
- ❗️ Fix segments evaluation logic given 0% rollout segments. #180 #181.
Note, previously, the evaluation of segments falls through to the next segment for non-rolled out users (e.g. 0% rollout percentage of a segment). The intended behavior is that If the entity context matches the constraints in a segment, it should stop evaluating the following segments. Specifically, for 0% rollout segment, it shouldn't go to the next segments.
1.0.11
Features
- Datadog metrics for evaluation
entity_type
override for data analytics
- Web UI base path is now configurable via env
FLAGR_WEB_PREFIX
. Thanks @SebastianOsuna #170
- Add gzip middleware
Bug fixes
- Fix operator width UI
- Use pointer cursor for elements on the table
1.0.10
Features
- Add export endpoint (e.g. export flagr's DB to a SQLite3 db for testing or staging purpose) #154
- Add flag key support for CRUD and Evaluation #159
- Add option to return 401 for jwt middleware #163
- Add tables view for flagr UI's homepage #164
1.0.9
Features
#151 Add support to AWS Kinesis (thanks @marceloboeira )
#146 Add JWT auth via headers and RS256 signing option (thanks @vayan )
Vendor bumps
- Bump retool
- Bump dep
- Test coverage for middlewares
1.0.8
Features
- #140 Add health check endpoint
Bug Fixes
- #137 Fix InsecureVerifySSL config
1.0.7
Features
#134 Add offset support
#135 Lock dev dependencies with retool
Bugfixes
#129 Remove default limit query parameter setting. So by default, it gets all flags as before
#136 Fix sed so that it works for both mac and linux
#130 Bump vendor and tools
1.0.6
Features
#131 Add description_like query param
#126 add support for querying flags by description, enabled and with limit (thanks to @amalfra)
Bug Fixes
#130 Bump vendor and autogenerated tools to the latest version
1.0.5
Features
#118 Make entity_id
optional. Also, it will generate random entity_id
if it's empty
Bug Fixes
#119 Fix null JSON value bug in entity_context
#120 Fix UI package.json dependencies
1.0.4
Features
- #112 Datadog statsd support. Push http metrics through statsd. (@marceloboeira)
- #107 Use multi-stage build for dockerfile
Bug Fixes
- #113 Fix postgres string scan bug
- #111 Use fatal instead of panic for db connection problem
1.0.3
Features
- Increase code coverage to 92%.
- Rate limit flag's debugging logging. #99
Bug fix
- Fixed constraints composition bug. #104