armeria-0.9.0.Final
·
4992 commits
to main
since this release
New features
- #96 Add more configuration properties to
TomcatService - #97 Add a way to create a derived client
- You can create a new client with different
ClientOptionsmore efficiently usingClients.newDerivedClient().
- You can create a new client with different
- #107 More efficient and correct H1C-to-H2C upgrade
SessionProtocolNegotiationCachenow keeps the recent HTTP/2 upgrade failures so that Armeria does not send an upgrade request to the hosts known to be incapable of HTTP/2. This should reduce the number ofHEAD / HTTP/1.1upgrade requests in your H1C connections.
Improvements
Bug fixes
- #99 Check all interfaces, including ancestor interfaces, when analyzing Thrift handler
- #100 Send the correct 'Host' header when upgrading