Finagle v1.7.2 Release Notes

  • ๐Ÿš€ Released 2011/07/18

    • ๐Ÿ‘Œ support end-to-end cancellation in finagle clients; fixes possible pool starvation conditions, and allows clients to cancel requests and reclaim resources
    • โฑ end-to-end timeouts: introduce, .connectTimeout and .timeout. .connectTimeout is the end-to-end connection timeout (includes acquisition & TCP time), .timeout is an end-to-end request time: no requests will take longer
    • ๐Ÿ›  some doc fixes
    • ๐Ÿ›  misc. bug fixes