All Versions
64
Latest Version
Avg Release Cycle
25 days
Latest Release
710 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.12.0 Changes
February 01, 2020๐ Changed
- ๐ Fixed documentation link in app
- Underlying caching library from golang-lru to go-cache
โ Added
- ๐ Caching support for segments, rules AND evaluation! https://github.com/markphelps/flipt/issues/100
- ๐ง
cache.memory.expiration
configuration option - ๐ง
cache.memory.eviction_interval
configuration option
โ Removed
- ๐ง
cache.memory.items
configuration option
-
v0.11.1 Changes
January 28, 2020- ๐ PR #214 docs: add khepin as a contributor
- PR #213 fix 0% distribution issues
- PR #212 Bump github.com/grpc-ecosystem/grpc-gateway from 1.12.1 to 1.12.2
- PR #211 Bump github.com/hashicorp/golang-lru from 0.5.3 to 0.5.4
- PR #210 Bump github.com/spf13/viper from 1.6.1 to 1.6.2
- ๐ PR #209 Bump github.com/golangci/golangci-lint from 1.22.2 to 1.23.1
- PR #208 Bump github.com/fatih/color from 1.8.0 to 1.9.0
- PR #207 [Snyk] Fix for 1 vulnerabilities
- PR #206 Bump github.com/fatih/color from 1.7.0 to 1.8.0
- ๐ PR #205 Bump github.com/golangci/golangci-lint from 1.22.0 to 1.22.2
- ๐ PR #204 Bump github.com/golangci/golangci-lint from 1.21.0 to 1.22.0
- ๐จ PR #203 Evaluation refactor
- PR #202 Bump google.golang.org/grpc from 1.25.1 to 1.26.0
- PR #201 Bump github.com/lib/pq from 1.2.0 to 1.3.0
- PR #200 Bump github.com/prometheus/client_golang from 1.2.1 to 1.3.0
- PR #199 Bump github.com/spf13/viper from 1.5.0 to 1.6.1
๐ณ Docker images
- ๐ณ
docker pull markphelps/flipt:latest
- ๐ณ
docker pull markphelps/flipt:v0.11.1
-
v0.11.0 Changes
December 01, 2019โ Added
- Ability to match ANY constraints for a segment: https://github.com/markphelps/flipt/issues/180
- Pagination for Flag/Segment grids
- ๐ Required fields in API Swagger Documentation
๐ Changed
- All JSON fields in responses are returned, even empty ones
- ๐ป Various UI Tweaks: https://github.com/markphelps/flipt/issues/190
-
v0.10.6 Changes
November 28, 2019๐ Changed
- Require value for constraints unless operator is one of
[empty, not empty, present, not present]
๐ Fixed
- ๐ Fix issue where != would evaluate to true if constraint value was not present: https://github.com/markphelps/flipt/pull/193
- Require value for constraints unless operator is one of
-
v0.10.5 Changes
November 25, 2019- PR #191 Bump github.com/mattn/go-sqlite3 from 1.12.0 to 1.13.0
- ๐ป PR #189 Calculate rollout percentages so they always add up to 100% in UI
- PR #185 Add evaluation benchmarks
- โฌ๏ธ PR #183 Upgrade UI dependencies
๐ณ Docker images
- ๐ณ
docker pull markphelps/flipt:latest
- ๐ณ
docker pull markphelps/flipt:v0.10.5
-
v0.10.4 Changes
November 19, 2019- โก๏ธ PR #182 [ImgBot] Optimize images
- PR #181 Bump github.com/mattn/go-sqlite3 from 1.11.0 to 1.12.0
- โก๏ธ PR #179 [ImgBot] Optimize images
- PR #178 Add prometheus example
- ๐ PR #177 Remove extra dashes when auto generating key
๐ณ Docker images
- ๐ณ
docker pull markphelps/flipt:latest
- ๐ณ
docker pull markphelps/flipt:v0.10.4
-
v0.10.3 Changes
November 15, 2019๐ Changed
- โก๏ธ Update swagger docs to be built completely from protobufs: https://github.com/markphelps/flipt/pull/175
๐ Fixed
- ๐ป Handle flags/segments not found in UI: https://github.com/markphelps/flipt/pull/175
-
v0.10.2 Changes
November 11, 2019- PR #173 Bump google.golang.org/grpc from 1.24.0 to 1.25.1
- PR #172 Bump github.com/spf13/viper from 1.4.0 to 1.5.0
- PR #171 Bump github.com/grpc-ecosystem/grpc-gateway from 1.11.3 to 1.12.1
- PR #170 Bump Chi to master to fix large memory allocs
๐ณ Docker images
- ๐ณ
docker pull markphelps/flipt:latest
- ๐ณ
docker pull markphelps/flipt:v0.10.2
-
v0.10.1 Changes
November 09, 2019 -
v0.10.0 Changes
October 20, 2019โ Added
- ๐ Ability to write logs to file instead of STDOUT: https://github.com/markphelps/flipt/issues/141
๐ Changed
- Automatically populate flag/segment key based on name: https://github.com/markphelps/flipt/pull/155