All Versions
31
Latest Version
Avg Release Cycle
66 days
Latest Release
934 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.14 Changes
August 30, 2022๐ Merged (combined with openflagr/flagr-archived 1.1.13)
- โฌ๏ธ Upgrade js deps
#495
- ๐จ Refactor gha workflows
#494
- โฌ๏ธ Prepare for openflagr merge and upgrade to go 1.19
#493
- โฌ๏ธ Bump url-parse from 1.5.1 to 1.5.10 in /browser/flagr-ui
#479
- chore: fix broken link on readme
#474
- ๐ Update Alpine to 3.15 to address critical vulnerability
#480
- ๐ Fix tracef db logging
#66
- โฌ๏ธ Bump dockerfile
#65
- ๐ Fix id is readonly when update distrib
#46
- Migrate from GORM v1 to v2
#59
- โฌ๏ธ Bump markdown-it from 12.0.6 to 12.3.2 in /browser/flagr-ui
#56
- โฌ๏ธ Bump ajv from 6.12.2 to 6.12.6 in /browser/flagr-ui
#60
- โฌ๏ธ Bump follow-redirects from 1.13.1 to 1.14.8 in /browser/flagr-ui
#61
- โฌ๏ธ Bump url-parse from 1.5.1 to 1.5.10 in /browser/flagr-ui
#64
- ๐ฆ Expose Kafka Idempotency Config
#45
- โ Add FlagKey as prometheus label in eval counter
#55
- โฌ๏ธ Bump Node and Alpine image versions
#51
- ๐ณ no root user + docker ignore dockerfile
#52
- Kafka Compression codec
#53
- โฌ๏ธ Upgrade go to 1.17
#40
- โ Add support for Postgres 13.x
#39
- โ Add distribution threshold test
#35
- ๐ Lint with shellcheck and remove gometalinter
#34
- โ Add kafka required acks env
#32
- โก๏ธ [skip ci] Update README about the ci status badge
#31
- โ Add mergify
#20
- Automate changelog generation
#17
Commits
- โฌ๏ธ Upgrade js deps
-
v1.1.13 Changes
August 07, 2021๐ Merged
- ๐ Prepare for 1.1.13 release
#13
- โ Remove github.com/dgrijalva/jwt-go
#10
- [skip ci] Add try-openflagr website
#6
- โ Add codecov and fix docs
#5
- โ Add github CI
#1
- โฌ๏ธ Upgrade to 1.16
#460
- ๐ Fix markdown-it xss and sqlite3 build issue
#451
- โฌ๏ธ Bump y18n from 4.0.0 to 4.0.3 in /browser/flagr-ui
#444
- โฌ๏ธ Bump ssri from 6.0.1 to 6.0.2 in /browser/flagr-ui
#441
- ๐ Fix integration tests
#443
- โฌ๏ธ Bump elliptic from 6.5.3 to 6.5.4 in /browser/flagr-ui
#435
- โ Add dropdown by state to filter flags
#433
- โฌ๏ธ Bump swagger cli / golangci-lint / UI related package.json
#432
- ๐ Fix typo in home.md
#415
- โ Add support for kafka auth using SASL with PLAIN mechanism
#412
- Evaluation with FlagTagsOperator to match any or all tags
#408
- ๐ Allow /api/v1/health bypass auth default
#407
Commits
- ๐ Fix markdown-it xss
f039933
- โฌ๏ธ Bump UI related package.json
827f199
- โฌ๏ธ Bump golangci and swagger cli
fd23dd1
Migration Guide
โ All the integration tests are the same, which guarantees the
- API backward compatibility with
checkr/flagr:1.1.12
- Environment variables are the same and don't need any changes
๐ณ Docker users:
docker pull checkr/flagr:1.1.12 => docker pull ghcr.io/openflagr/flagr:1.1.13
Golang users:
go get github.com/checkr/flagr => go get github.com/openflagr/flagr
- ๐ Prepare for 1.1.13 release
-
v1.1.12 Changes
September 16, 2020Closed issues:
- Constrain using CONTAINS filter always fails. #400
- "fatal error" when calling Batch Eval with Tags at Volume #398
๐ Merged pull requests:
- โฌ๏ธ Bump to 1.1.12 #405 (zhouzhuojie)
- โฌ๏ธ Bump to go1.15 #404 (zhouzhuojie)
- โฌ๏ธ Bump npm packages #403 (zhouzhuojie)
- ๐จ Refactor eval cache with atomic.Value #402 (zhouzhuojie)
- โ Add benchmark #401 (zhouzhuojie)
- โ Remove margin on compact class #399 (zakazai)
- โก๏ธ Update changelog #397 (zhouzhuojie)
- โก๏ธ Update Changelog #396 (zhouzhuojie)
-
v1.1.11 Changes
September 08, 2020Implemented enhancements:
- โช [feat] restore deleted flags #215
Closed issues:
- ๐ Feat: Support semantic versioning in Constraint #391
- CORS Error with Custom Headers #387
- MYSQL image compatibility #386
- โ Added a port to work in the browser, would love a link to the project for everyone to use #376
- ๐ณ Different API description in same flagr version (docker vs github) #373
- ๐ Fix xss of mavon-editor in flagr UI #370
- โ Add Tags for Organizational Management #362
๐ Merged pull requests:
- ๐ Fix mysql8 compatibility #395 (zhouzhuojie)
- โฌ๏ธ Bump to v1.1.11 #394 (zhouzhuojie)
- ๐ Tweak the style for deleted flags table #393 (zhouzhuojie)
- ๐ป Replace UI flag note markdown editor #392 (zhouzhuojie)
- โก๏ธ Update conditions to include dash constraint #390 (zhouzhuojie)
- โ Add cors env #388 (zhouzhuojie)
- โ Add list of client libraries to README #383 (SeanKilleen)
- โฌ๏ธ Bump elliptic from 6.5.2 to 6.5.3 in /browser/flagr-ui #381 (dependabot[bot])
- ๐ Allow users the ability to restore deleted flags #379 (silent1mezzo)
- โฌ๏ธ Bump npm vendor for UI #377 (zhouzhuojie)
- ๐ฒ Config option to exclude URLs from verbose middleware logging #375 (pacoguzman)
-
v1.1.10 Changes
July 08, 2020Closed issues:
- ๐ Trouble Decoding logs from Kinesis #366
๐ Merged pull requests:
- ๐ Bump release #374 (zhouzhuojie)
- โฌ๏ธ Bump vendor and go swagger #372 (zhouzhuojie)
- โฌ๏ธ Bump npm packages #371 (zhouzhuojie)
- โ Added Tags for Organizational Management #369 (fenriskiba)
-
v1.1.9 Changes
May 29, 2020๐ Merged pull requests:
- โ Added Tags for Organizational Management #369 (fenriskiba)
- โฌ๏ธ Bump version #368 (zhouzhuojie)
- โ Add exclude_snapshots query param to export/sqlite #367 (zhouzhuojie)
- โ Add sentry env configuration #365 (zhouzhuojie)
- Autofocus search field #352 (Cull-Methi)
-
v1.1.8 Changes
April 17, 2020Closed issues:
- [bug] sqlite3 command in make file unnecessary #358
- ๐ณ docker - cant listen on localhost #357
- ๐ป [feat] Flagr front UI should auto focus the search bar #351
- ๐ [feat] Support additional characters in keys #347
- ๐ [feat] Support variant-less rollouts #345
- Higher contrast color scheme #344
- Find Flags enabled=false returning Enabled Flags #342
- ๐ณ Docker image for 1.1.4 broken #340
- ๐ Leverage github actions or circleci to auto release to dockerhub #292
๐ Merged pull requests:
- โฌ๏ธ Bump 1.1.8 #360 (zhouzhuojie)
- ๐ Cleanup deps and remove sqlite3 system requirement #359 (zhouzhuojie)
- โ Add flow to create simple boolean flag #354 (dcramer)
- โ Add basic auth support for interface #353 (jheth)
- Autofocus search field #352 (Cull-Methi)
- ๐ Improve UI consistency and contrast #349 (dcramer)
- ๐ Support additional characters for flag keys #348 (dcramer)
- ๐ Fix enabled query param #343 (zhouzhuojie)
- โ Add publish to dockerhub with latest tag #339 (zhouzhuojie)
-
v1.1.7 Changes
March 19, 2020Closed issues:
- When flagr encounters database errors during the
GetFlag
func it returns 404 #317
๐ Merged pull requests:
- โฌ๏ธ Upgrade swagger go version and bump to 1.1.7 #338 (zhouzhuojie)
- โ Add 404 get flag test #337 (zhouzhuojie)
- โ Add publish dockerhub action #336 (zhouzhuojie)
- โก๏ธ Update UI version #335 (zhouzhuojie)
- โ Add changelog #334 (zhouzhuojie)
- โ Add better error checking around 404s and actual database errors #318 (Cull-Methi)
- When flagr encounters database errors during the
-
v1.1.6 Changes
March 17, 2020๐ Fixed bugs:
- ๐ป UI appears to delete the wrong constraint #290
Closed issues:
- Question: Flags Usage Stats #325
- [Bug] When attempting to save an invalid JSON blob for a variant attachment, flagr reports success #324
- [question/feature request] Allow slashes (/) in flag keys #315
- [Development]Met error after executing 'make all' #309
- ๐ make fails with dependency error #303
- Need Feeedback on a client acting as a local evaluator #298
- โก๏ธ Question: Other ways of setting created_by or updated_by #297
- Using
getFlag
andfindFlags
in python and go clients returns non-matching objects #294 - Variant Distribution does not work #293
- ๐ป [feat] Add Flagr version to UI #287
- [feat] allow creating a flag with a specific ID #286
- ๐ป UI not using correct value for ID #278
๐ Merged pull requests:
- โฌ๏ธ Bump version to 1.1.6 #333 (zhouzhuojie)
- โฌ๏ธ Bump to go 1.14 #332 (zhouzhuojie)
- ๐ Bump npm package and fix security deps #329 (zhouzhuojie)
- ๐ Fix golangci-lint for context string key unittest #328 (zhouzhuojie)
- ๐ Fix json attachment validation and minimist dependency #327 (zhouzhuojie)
- โฌ๏ธ Bump npm packages #321 (zhouzhuojie)
- ๐ป [Feat] Added Flagr version to UI #319 (wesleimp)
- โ Add better error checking around 404s and actual database errors #318 (Cull-Methi)
- ๐ Allow slashes in the flag name regex #316 (Cull-Methi)
- โ Remove fmt.Println from Prometheus middleware #313 (gfloyd)
- ๐ Fix swagger version #311 (zhouzhuojie)
- โ Add ability to enable newrelic's distributed tracing #305 (jaysonsantos)
- ๐ Fix golangci-lint deps #304 (zhouzhuojie)
- ๐ Update flagr_use_cases.md #302 (sircelsius)
- โก๏ธ Setting created_by/updated_by via header #300 (pacoguzman)
- feat: Put EvalFlag public #299 (tkanos)
- ๐ Change Postgres connection string example #296 (iJackUA)
- ๐ Fix UI for constraint deletion #295 (zhouzhuojie)
-
v1.1.5 Changes
September 16, 2019Closed issues:
- Attempting to
make all
leads to undefined members due to improper capitalization #283 - ๐ How to deploy and use eval-only instances? #279
๐ Merged pull requests:
- โฌ๏ธ Bump eslint #288 (zhouzhuojie)
- โฌ๏ธ Bump go-swagger #284 (zhouzhuojie)
- โ added support for validating HS512 JWT tokens #282 (tejash-jl)
- ๐ณ Use alpine 3.10 with glibc and bump remote docker in ciecleci #281 (zhouzhuojie)
- ๐ docs: update Dynamic Configuration section #280 (kgeorgiou)
- โฌ๏ธ Bump npm package #277 (zhouzhuojie)
- Bump version and add publish_to_docker script #276 (zhouzhuojie)
- Attempting to