All Versions
64
Latest Version
Avg Release Cycle
25 days
Latest Release
370 days ago

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

    โž• Added

    • ๐Ÿ›ฐ reason field in EvaluationResponse payload detailing why the request evaluated to the given result #1099

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ Deprecated both db.migrations.path and db.migrations_path #1096

    ๐Ÿ›  Fixed

    • Propogating OpenTelemetry spans through Flipt #1112
  • 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 a limit if requesting with an offset or page_token
    • Replaced OpenTracing with OpenTelemetry #576
    • โšก๏ธ Updated favicon to new logo
    • ๐Ÿ“š Documentation link in app no longer uses redirects
    • โšก๏ธ Dependency updates

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ Deprecated offset in list methods in favor of page_token #936

    ๐Ÿ›  Fixed

    • Correctly initialize shutdown context after interrupt #1057

    โœ‚ Removed

    • โœ‚ Removed stacktrace from error logs #1066
  • v1.12.1 Changes

    September 30, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Issue where parsing value with incorrect type would return 500 from the evaluation API #1047

    ๐Ÿ”„ Changed

    • โšก๏ธ Dependency updates
    • โœ… Use testcontainers for MySQL/Postgres tests to run locally #1045
  • 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.11.0 Changes

    September 12, 2022

    โž• Added

    • Redis example #968
    • ๐Ÿ‘Œ Support for arm64 builds #1005

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to Go 1.18 #1016
    • Replaces Logrus with Zap logger #1020
    • โšก๏ธ Updated Buf googleapis version #1011
    • โšก๏ธ Dependency updates
  • v1.10.1 Changes

    September 01, 2022

    ๐Ÿ›  Fixed

  • 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