All Versions
6
Latest Version
Avg Release Cycle
233 days
Latest Release
2725 days ago

Changelog History

  • v0.2.0.1 Changes

    November 02, 2016
    • ๐Ÿ›  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.
  • v0.2.0.0 Changes

    May 27, 2016
    • 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.
  • v0.1.0.1 Changes

    February 26, 2016
    • Consistent usage of 'memcached' instead of 'memcache'.
    • Document Database.Memcache.Client.
    • โž• Add inline pragmas in appropriate places.
    • ๐Ÿ›  Fix bug handling fragmented IP packets (Alfredo Di Napoli).
  • v0.1.0.0 Changes

    May 18, 2015
    • ๐Ÿš€ First proper release (although still lots of rough edges!).
    • Filled out Data.Memcache.Client to a complete API.
    • โ†” Integrated cluster and authentication handling.
    • ๐Ÿ‘ Better error and exception handling.
    • ๐Ÿ›  Fix compilation under GHC 7.10.
  • v0.0.1 Changes

    May 05, 2015
    • ๐ŸŽ‰ Initial (incomplete) support for a cluster of memcached servers.
    • ๐Ÿ›  Fixed compilation under GHC 7.4.
  • v0.0.0 Changes

    August 23, 2013
    • ๐ŸŽ‰ Initial release. Support for a single server.