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

Changelog History
Page 6

  • v0.9.0 Changes

    October 02, 2019

    โž• Added

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ Dropped support for Go 1.12

    ๐Ÿ›  Fixed

  • v0.8.0 Changes

    September 15, 2019

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull markphelps/flipt:latest
    • ๐Ÿณ docker pull markphelps/flipt:v0.8.0
  • v0.7.1 Changes

    July 25, 2019

    โž• Added

    • ๐Ÿ”ฆ Exposed errors metrics via Prometheus

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated JS dev dependencies
    • โšก๏ธ Updated grpc and protobuf versions
    • โšก๏ธ Updated pq version
    • โšก๏ธ Updated go-sqlite3 version
  • v0.7.0 Changes

    July 07, 2019

    โž• Added

    • ๐Ÿ‘ CORS support with cors config options
    • Prometheus metrics exposed at /metrics
  • v0.6.1 Changes

    June 14, 2019

    ๐Ÿ›  Fixed

  • v0.6.0 Changes

    June 10, 2019

    โž• Added

    • migrate subcommand to run database migrations
    • 'Has Prefix' and 'Has Suffix' constraint operators

    ๐Ÿ”„ Changed

    โœ‚ Removed

    • db.migrations.auto in config. DB migrations must now be run explicitly with the flipt migrate command
  • v0.5.0 Changes

    May 27, 2019

    โž• Added

    • ๐Ÿ‘ Beta support for Postgres! :tada:
    • ๐Ÿ— /meta/info endpoint for version/build info
    • ๐Ÿ”ง /meta/config endpoint for running configuration info

    ๐Ÿ”„ Changed

    • cache.enabled config becomes cache.memory.enabled
    • cache.size config becomes cache.memory.items
    • db.path config becomes db.url

    โœ‚ Removed

    • db.name in config
  • v0.4.2 Changes

    May 12, 2019

    ๐Ÿ›  Fixed

  • v0.4.1 Changes

    May 11, 2019

    โž• Added

    • /debug/pprof pprof endpoint for profiling

    ๐Ÿ›  Fixed

  • v0.4.0 Changes

    April 06, 2019

    โž• Added

    • ๐Ÿ’ป ui config section to allow disabling the ui:

      ui:
        enabled: true
      
    • /health HTTP healthcheck endpoint

    ๐Ÿ›  Fixed