All Versions
64
Latest Version
Avg Release Cycle
25 days
Latest Release
904 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.3.0 Changes
March 03, 2019๐ Changed
- ๐ฆ Renamed generated proto package to
flipt
for use with external GRPC clients - โก๏ธ Updated docs and example to reference GRPC go client
๐ Fixed
- Don't return error on graceful shutdown of HTTP server
- ๐ฆ Renamed generated proto package to
-
v0.2.0 Changes
February 24, 2019โ Added
server
config section to consolidate and renamehost
,api.port
andbackend.port
:server: host: 127.0.0.1 http_port: 8080 grpc_port: 9000
๐ Implemented flag caching! Preliminary testing shows about a 10x speedup for retrieving flags with caching enabled. See the docs for more info.
cache: enabled: true
๐ Deprecated
- ๐
host
,api.port
andbackend.port
. These values have been moved and renamed under theserver
section and will be removed in the 1.0 release.
-
v0.1.0 Changes
February 19, 2019โ Added
- ๐ Moved proto/client code to proto directory and added MIT License
-
v0.0.0 Changes
February 16, 2019๐ Initial Release!