All Versions
33
Latest Version
Avg Release Cycle
88 days
Latest Release
-

Changelog History
Page 4

  • v0.1.1 Changes

    • โœจ Enhancements
      • Treat cache misses and expired cached values differently. If Redis becomes unavailable, and an expired value is available in the cache, use the expired value even though normally it would be discarded.
  • v0.1.0 Changes

    ๐Ÿš€ 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)
  • v0.0.x Changes

    ๐Ÿš€ Unstable releases.