fun_with_flags v0.1.0 Release Notes

  • 🚀 First usable release with the a stable initial feature set.

    • Simple boolean flags
    • Elixir API to enable, disable and query the flags
    • Supervision tree, embeddable in host applications
    • Persistence in Redis
    • ETS cache
      • Cache busting with TTLs
      • Cache busting with Redis PubSub
    • Resistant to Redis connection issues if the values are cached
    • Option to disable the ETS cache (Redis-only mode)