Nebulex v1.1.0 Release Notes

Release Date: 2019-05-11 // almost 5 years ago
  • Full Changelog

    Implemented enhancements:

    • ๐Ÿ”จ Refactor flush action in the local adapter to delete all objects instead of deleting all generation tables #48
    • Write a guide for Nebulex.Caching #45
    • Turn Nebulex.Adapter.NodeSelector into a generic hash behavior Nebulex.Adapter.Hash #44
    • Turn Nebulex.Adapters.Dist.RPC into a reusable utility #43
    • โž• Add support to evict multiple keys from cache in defevict #42

    ๐Ÿ›  Fixed bugs:

    • Custom ttl on mulltilevel cache gets overwritten #46

    Closed issues:

    • ๐Ÿ‘ Will nebulex support replicating cache partitions? #47
    • โž• Add support to define :opts in defcacheable and defupdatable #40
    • โœ… Random test failure - UndefinedFunctionError #28
    • Adapter for Memcached #22
    • Invalidate keys cluster-wide #18

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix error when running in a release #41 (peburrows)