Skip to content

fortio v0.6.9

Compare
Choose a tag to compare
@ldemailly ldemailly released this 17 Feb 18:56
· 464 commits to master since this release
1b38faa

What's new in fortio since 0.6.8

  • Switched fortio to using dep and a vendor submodule (for the 1 external dependency it has: grpc) (#123 ...)

    If you are a developer / not using the binary releases, please do make pull to update from now on.

    Updated the build image (now v5) to use go1.8.7, from 1.8.5 (and not have grpc which is now vendored)

  • Added p90 to the default list of calculated and graphed percentiles

  • -redirect-port now also supports the bind address (#129)

  • Critical Bug fix:

    Fixed panic when first chunk length wasn't read along with the http headers, added regression test, increased coverage (#132)