All Versions
32
Latest Version
Avg Release Cycle
29 days
Latest Release
1294 days ago

Changelog History
Page 4

  • v1.0.0 Changes

    June 14, 2018

    🚀 After 1 year of development and 42 incremental releases, fortio is stable and with no known major issue, so I'm very proud to announce we just reached Fortio-1.0 🎉!

    🚀 This release is functionally equivalent to 0.11.0 with just build refactoring, minor test changes, and a lot of doc changes. It's also building with go 1.10.3 by default (but is still 100% compatible with go 1.8)

    🙋 Check out the improved https://github.com/istio/fortio#fortio doc and the https://github.com/istio/fortio/wiki/FAQ - please give feedback, contribute improvements!

    -- Laurent and the fortio contributors

  • v0.11.0 Changes

    May 22, 2018

    🍱 We are getting very close to fortio 1.0 🎉

    🔄 Changes/new features:

    🗄 #204/#249 -grpc-secure is deprecated and replaced by using https:// prefix for standard internet CA verification - or by providing the new -cacert. For the server side, use -key and -cert for mTLS grpc server - thanks @danehans for the contribution!

    🔀 #244 New periodic -sync-interval for a fortio report server to periodically attempt to fetch new data file from cloud storage (what is used in https://fortio-daily.istio.io/ )