All Versions
64
Latest Version
Avg Release Cycle
25 days
Latest Release
370 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.15.1 Changes
November 28, 2022๐ Fixed
- Authentication API read operations have been appropriately mounted and no longer return 404.
-
v1.15.0 Changes
November 17, 2022โ Added
- Token-based authentication #1097
๐ Changed
- ๐ Linting for markdown
- โก๏ธ Merge automation for dependabot updates
- โก๏ธ Dependency updates
-
v1.14.0 Changes
November 02, 2022 -
v1.13.0 Changes
October 17, 2022โ Added
- Page token based pagination for
list
methods for forward compatibility with future versions of the API #936 - ๐ Support for CockroachDB :tada: #1064
๐ Changed
- Validation for
list
methods now requires alimit
if requesting with anoffset
orpage_token
- Replaced OpenTracing with OpenTelemetry #576
- โก๏ธ Updated favicon to new logo
- ๐ Documentation link in app no longer uses redirects
- โก๏ธ Dependency updates
๐ Deprecated
- ๐ Deprecated
offset
inlist
methods in favor ofpage_token
#936
๐ Fixed
- Correctly initialize shutdown context after interrupt #1057
โ Removed
- โ Removed stacktrace from error logs #1066
- Page token based pagination for
-
v1.12.1 Changes
September 30, 2022 -
v1.12.0 Changes
September 22, 2022โ Added
- ๐ฒ Ability to log as structure JSON #1027
- ๐ง Ability to configure GRPC log level seperately from main service log level #1029
๐ Changed
- ๐ง Configuration 'enums' are encoding correctly as JSON #1030
- โก๏ธ Dependency updates
๐ Fixed
- ๐ฏ Rendering of clone icon for variants/constraints #1038
-
v1.10.1 Changes
September 01, 2022๐ Fixed
- ๐ (Ported from v1.9.1) Issue when not using
netgo
build tag during build, resulting in native dns resolution not working for some cases in k8s. See https://github.com/flipt-io/flipt/issues/993.
- ๐ (Ported from v1.9.1) Issue when not using
-
v1.10.0 Changes
July 27, 2022โ Added
- ๐ Redis cache support :tada: https://github.com/markphelps/flipt/issues/633
- ๐ Support for pretty printing JSON responses from API (via ?pretty=true or setting
Accept: application/json+pretty
header) - ๐ง Configuration warnings/deprecations are displayed in console at startup
๐ Changed
- Ping database on startup to check if it's alive
- 0๏ธโฃ Default cache TTL is 1m. Previously there was no TTL for the in memory cache.
- โก๏ธ Dependency updates
๐ Deprecated
- ๐
cache.memory.enabled
config value is deprecated. See [Deprecations](DEPRECATIONS.md) for more info - ๐
cache.memory.expiration
config value is deprecated. See [Deprecations](DEPRECATIONS.md) for more info
๐ Fixed
- ๐ Build date was incorrect and always showed current date/time
- Button spacing issue on targeting page
- ๐ณ Docker compose examples run again after switch to non-root user
-
v1.9.1 Changes
September 01, 2022๐ Fixed
- ๐ Issue when not using
netgo
build tag during build, resulting in native dns resolution not working for some cases in k8s. See https://github.com/flipt-io/flipt/issues/993.
- ๐ Issue when not using