Finagle v22.3.0 Release Notes

  • ๐Ÿ’ฅ Breaking API Changes

    
    * ๐Ÿšš finagle-core: Removed the stack param `WhenNoNodesOpenParam` from LoadBalancerFactory.
      Removed NoNodesOpenServiceFactory and NoNodesOpenException. When the majority of nodes
      are busy or closed (approx 60%), the load balancer will probabilistically fail open and
      pick a node at random. ``PHAB_ID=D843176``
    
    โš™ Runtime Behavior Changes
    
    • finagle: Bump version of Jackson to 2.13.2. PHAB_ID=D848592

    ๐Ÿ› Bug Fixes

    
    * finagle-integration: we discovered that we had a dead code in MuxClientSession.
      Let's remove Timer as a parameter in MuxClientSession since it's a dead code.
      ``PHAB_ID=D869538``