What's Changed
- Remove static from http2metricschannelhandler to allow for override by @karim-z in #1750
- Allow override for default filter concurrency limit by @argha-c in #1752
- Allow custom overrides with global filter concurrency limits by @argha-c in #1753
- Move perserver waterline to a niws config by @jguerra in #1754
- Pass ChannelHandlerContext to doAuth call by @kyagna in #1756
- Add config to disable close on circuit breaker by @jguerra in #1755
- Fire reject event before closing the conn. by @argha-c in #1759
- Bump to netty 4.1.109 by @jguerra in #1765
- Clear reference to outbound response on complete by @jguerra in #1767
- Add Lazy cache for originalhost by @karim-z in #1766
- Fix typo when converting originalHost toString by @karim-z in #1768
- Parse and persist custom TLVs encoded in ppv2 conn. bytes by @argha-c in #1771
- make channel attr public by @argha-c in #1772
- reorder static imports by @argha-c in #1774
- Adjust retry policy before checking isBelowRetryLimit by @jguerra in #1775
- copy tlv channel attr for h2 streams by @argha-c in #1776
- Fix fetching body content after buffer has been read by @gavinbunney in #1778
- Only check filter body buffering if message content still inflight by @gavinbunney in #1779
- Upgrade to Netty 4.1.11 by @argha-c in #1782
- Break keepalive interval out to protected helper to allow override by @AlexanderEllis in #1783
- Replace remaining FPs in ConnectionPoolConfigImpl with niws style by @jguerra in #1784
- Fix case of MaxRequestsPerConnection by @jguerra in #1785
Full Changelog: v2.5.0...v2.5.1