github fortio/fortio 0.3.8
fortio v0.3.8

latest releases: v1.63.7, v1.63.6, v1.63.5...
6 years ago

Happy thanksgiving !

Big internal change in this release:

UI Resources (chart js, html template, js code) that used to be embedded into go code until 0.3.7 in order to keep binary self contained have been externalized into their own files which will let us add and maintain features much more easily.

go get -u istio.io/fortio still works by finding the resources in the source tree through introspection

For docker and future binary distributions -ldflags '-X istio.io/fortio/ui.dataDirectory=/usr/local/lib/fortio -s' let's you specify where the files are installed, or you can pass -static-path to the command line.

Also changed since 0.3.7:

  • Improved integration test (Webtest.sh)
  • In -curl mode, exit with non 0 for non 200 http code (like curl -f)

Don't miss a new fortio release

NewReleases is sending notifications on new releases.