All Versions
74
Latest Version
Avg Release Cycle
198 days
Latest Release
-

Changelog History
Page 6

  • v1.1.1 Changes

    ๐Ÿš€ v1.1.0 was a bad release. Yanked.

  • v1.1.0 Changes

    • โœ‚ Remove support for Rails 2.3, add support for Rails 3.1
    • ๐Ÿ›  Fix socket failure retry logic, now you can restart memcached and Dalli won't complain!
    • โž• Add support for fibered operation via em-synchrony (eliaslevy)
    • Gracefully handle write timeouts, GH-99
    • โš  Only issue bug warning for unexpected StandardErrors, GH-102
    • โž• Add travis-ci build support (ryanlecompte)
    • Gracefully handle errors in get_multi (michaelfairley)
    • ๐Ÿ›  Misc fixes from crash2burn, fphilipe, igreg, raggi
  • v1.0.5 Changes

    • ๐Ÿ›  Fix socket failure retry logic, now you can restart memcached and Dalli won't complain!
  • v1.0.4 Changes

    • ๐Ÿ– Handle non-ASCII key content in dalli_store
    • Accept key array for read_multi in dalli_store
    • ๐Ÿ›  Fix multithreaded race condition in creation of mutex
  • v1.0.3 Changes

    • ๐Ÿ‘ Better handling of application marshalling errors
    • โ†ช Work around jruby IO#sysread compatibility issue
  • v1.0.2 Changes

    • Allow browser session cookies (blindsey)
    • Compatibility fixes (mwynholds)
    • Add backwards compatibility module for memcache-client, require 'dalli/memcache-client'. It makes Dalli more compatible with memcache-client and prints out a warning any time you do something that is no longer supported so you can fix your code.
  • v1.0.1 Changes

    • Explicitly handle application marshalling bugs, GH-56
    • Add support for username/password as options, to allow multiple bucket access from the same Ruby process, GH-52
    • Add support for >1MB values with :value_max_bytes option, GH-54 (r-stu31)
    • Add support for default TTL, :expires_in, in Rails 2.3. (Steven Novotny) config.cache_store = :dalli_store, 'localhost:11211', {:expires_in => 4.hours}
  • v1.0.0 Changes

    Welcome gucki as a Dalli committer!

    • Fix network and namespace issues in get_multi (gucki)
    • Better handling of unmarshalling errors (mperham)
  • v0.11.2 Changes

    • Major reworking of socket error and failover handling (gucki)
    • Add basic JRuby support (mperham)
  • v0.11.1 Changes

    • Minor fixes, doc updates.
    • Add optional support for kgio sockets, gives a 10-15% performance boost.