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

Changelog History
Page 7

  • v0.3.0 Changes

    March 03, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Renamed generated proto package to flipt for use with external GRPC clients
    • โšก๏ธ Updated docs and example to reference GRPC go client

    ๐Ÿ›  Fixed

    • Don't return error on graceful shutdown of HTTP server
  • v0.2.0 Changes

    February 24, 2019

    โž• Added

    • server config section to consolidate and rename host, api.port and backend.port:

      server:
        host: 127.0.0.1
        http_port: 8080
        grpc_port: 9000
      
    • ๐Ÿ‘€ Implemented flag caching! Preliminary testing shows about a 10x speedup for retrieving flags with caching enabled. See the docs for more info.

      cache:
        enabled: true
      

    ๐Ÿ—„ Deprecated

    • ๐Ÿš€ host, api.port and backend.port. These values have been moved and renamed under the server section and will be removed in the 1.0 release.
  • v0.1.0 Changes

    February 19, 2019

    โž• Added

    • ๐Ÿšš Moved proto/client code to proto directory and added MIT License
  • v0.0.0 Changes

    February 16, 2019

    ๐ŸŽ‰ Initial Release!