flipt v1.13.0 Release Notes

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