flipt v1.10.0 Release Notes

Release Date: 2022-07-27 // over 1 year ago
  • โž• 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