Nebulex v2.0.0-rc.2 Release Notes

Release Date: 2021-01-06 // over 3 years ago
  • Full Changelog

    โž• Added features:

    • โž• Added adapter Nebulex.Adapters.Nil for disabling caching #88
    • โž• Added adapter for whitfin/cachex #20

    Implemented enhancements:

    • ๐Ÿ‘Œ Improved replicated adapter to ensure better consistency across the nodes #99
    • ๐Ÿ”จ Refactored Nebulex task for generating caches #97
    • โž• Added Nebulex.Adapter.Stats behaviour as optional #95
    • โž• Added Nebulex.Adapter.Entry and Nebulex.Adapter.Storage behaviours #93
    • โž• Added :default option to the incr/3 callback #92
    • ๐Ÿ›  Fixed Nebulex.RPC to use :erpc when depending on OTP 23 or higher, otherwise use current implementation #91

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fixed stats to update evictions when a new generation is created and the older is deleted #98

    Closed issues:

    • Is there a way to disable caching entirely? #87
    • Slow cache under moderate simultaneous load #80
    • mix nebulex.gen.cache replaces everything in folder #75
    • Replicated hash_slots for partitioned adapter #65

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Overall fixes and enhancements for adapter behaviours #94 (cabol)
    • Typo in code example ๐Ÿ‘€ #89 (Awlexus)