Skip to content

Releases: openflagr/flagr

1.0.12

23 Oct 00:10
7e37e2e
Compare
Choose a tag to compare

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

23 Oct 00:03
5d33474
Compare
Choose a tag to compare

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

20 Sep 21:28
50a5fe3
Compare
Choose a tag to compare

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

24 Aug 16:48
5a5e61c
Compare
Choose a tag to compare

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

06 Jul 21:18
f7ee8ab
Compare
Choose a tag to compare

Features

  • #140 Add health check endpoint

Bug Fixes

  • #137 Fix InsecureVerifySSL config

1.0.7

26 Jun 20:53
39caa34
Compare
Choose a tag to compare

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

18 Jun 21:56
854a5f0
Compare
Choose a tag to compare

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

01 May 23:02
a62b686
Compare
Choose a tag to compare

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

12 Apr 17:04
ce112c4
Compare
Choose a tag to compare

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

19 Mar 20:02
1e7ea8c
Compare
Choose a tag to compare

Features

  • Increase code coverage to 92%.
  • Rate limit flag's debugging logging. #99

Bug fix

  • Fixed constraints composition bug. #104