memcache v0.2.0.1 Release Notes

Release Date: 2016-11-02 // over 7 years ago
    • ๐Ÿ›  Fix compatability with latest data-default-class
    • โž• Add new ReqRaw type for external clients to implement custom requests. Quite a hack right now, so behind a WARNING pragma.

Previous changes from v0.2.0.0

    • Big design change to reduce code duplication (Protocol module gone).
    • โœ‚ Remove Options type - just fixed configuration for now.
    • Design change also allows proper retry handling on operation failure - we retry an operation against the same server, but after N consecutive failures, we mark the server as dead and don't try using it again until M seconds has passed.
    • ๐Ÿ‘ป Simplify exception hierachy - just one type MemcacheError now for
    • โœ‚ Remove defaultOptions and defaultServerSpec, will revist usefulness. exceptions.
    • โœ‚ Remove many Typeable instances.
    • ๐Ÿ‘Œ Support better testing with a mock Memcached server.
    • ๐Ÿ›  Fix bug in socket handling - detected EOF properly.
    • ๐Ÿ“š Greatly improve documentation.
    • 0๏ธโƒฃ Use data-default-class for defaults of servers and options.