CacheManager v1.1.1 Release Notes

Release Date: 2017-07-02 // over 7 years ago
  • ๐Ÿ”– Version 1.1.1

    ๐Ÿš€ This release contains some bug fixes and minor improvements.

    ๐Ÿ†• New Features

    • โž• Added some missing overloads for GetOrAdd (see #152). Thanks to @ahockersten for the PR!
    • ๐Ÿ‘Œ Improved message size and read/write speed of backplane messages (see f4846d9)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘€ Redis OnRemove got triggered twice in some rare cases (see #168). Manual del will not trigger OnRemove anymore now
    • ๐Ÿ‘€ Race condition in dictionary cache handle (see #167)
    • ๐Ÿ‘€ Exception if no strictCompatibilityModeVersion is defined in app/web.config (see #165)