Finagle v6.1.2 Release Notes

  • ๐Ÿš€ Released 2013/03/21

    • โœ… finagle: Fix flakey tests
    • ๐Ÿ— finagle: fix sbt build
    • โฌ†๏ธ finagle: Upgrade util to 6.2.4
    • finagle-core: Fix reporting bug for pending reqs
    • ๐Ÿšš finagle-core: Move Disposable/Managed to util
    • finagle-core: Use Future.Nil
    • finagle-doc: Improve, add Matt Ho's talk.
    • ๐Ÿšค finagle-exp: Add BackupRequestFilter, new backup request filter using response latency quantiles
    • finagle-http: Avoid URISyntaxException
    • finagle-memcached: Add Replication Cache Client
    • finagle-mysql: Make prepareAndExecute and prepareAndSelect useful again.
    • finagle-mysql: Make sure we are properly managing prepared statement
    • ๐Ÿ“ฆ finagle-mysql: Move interfaces outside of protocol package
    • ๐Ÿšš finagle-redis: Moved redis server classes from private to public
    • ๐Ÿ— finagle-thrift: fix 2.10 build