Nebulex v1.0.1 Release Notes

Release Date: 2019-01-11 // over 5 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • The :infinity atom is being set for unexpired object when is retrieved from an older generation #37

    Closed issues:

    • Caching utility macros: defcacheable, defevict and defupdatable #39
    • Multilevel Cache: replicate/2 is attempting to subtract from :infinity #34
    • has_key?/1 does not respect ttl #33
    • โž• Add dialyzer and credo checks to the CI pipeline #31
    • ๐Ÿ›  Fix documentation about hooks #30
    • ๐Ÿ™‹ FAQ list #25

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“„ typo in transaction docs #38 (fredr)
    • ๐Ÿ– Handle an :infinity expiration in multilevel replication. #36 (sdost)
    • โž• Add missing coma in conf section of readme file #32 (Kociamber)