Skip to content

armeria-0.16.1.Final

Choose a tag to compare

@trustin trustin released this 06 May 06:17
· 4867 commits to main since this release

Bug fixes

  • #158 Fix backward compatibility with old Armeria servers
    • An Armeria client uses a HEAD / HTTP/1.1 upgrade request for H1C-to-H2C upgrade by default again.
    • To use the HTTP/2 connection preface string as the default, set com.linecorp.armeria.defaultUseHttp2Preface to true.