Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

v2.0.2 - Support for HTTP/2

Compare
Choose a tag to compare
@ivantopo ivantopo released this 30 Sep 11:21
· 8 commits to master since this release

Fixes

  • Strict entities are kept Strict when going through the server flow instrumentation. This was reported as #60 and fixed by @crow-fff via #64.
  • The HTTP Client instrumentation is now also working from the Java API. The issue was reported as #65 and fixed by @ivantopo via #66.

Improvements

  • This module now supports HTTP/2! The initial request was tracked by #48 and fixed via #62.
  • @kubukoz bumped versions to the latest Akka/Akka HTTP releases via #63.