fortio v1.2.0 Release Notes

Release Date: 2018-08-28 // over 5 years ago
  • ๐Ÿš€ Early September release, Fortio is now standalone from Istio (while still being the synthetic load testing of choice of Istio) at https://github.com/fortio/fortio

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fixed duplicate Content-Type and Authorization headers (in connections past the first one) #292
    • ๐Ÿ›  Fixed doc lint errors #285
    • ๐Ÿ›  Fixed UI link to use https://fortio.org instead of http #286
    • ๐Ÿ›  Fixed the fortio.fcurl and fortio.echosrv smaller docker images build (now at https://hub.docker.com/r/fortio/ , from istio/ previously)

    ๐Ÿ”„ Changes (incompatible with 1.1, thus 1.2 version) :

    • ๐Ÿ“š Across the documentation and code base: changed vanity package url from istio.io/fortio to fortio.org/fortio #289
    • Changed http client user agent to fortio.org/fortio-* (from istio/fortio-*) and default volume data directory to /var/lib/fortio (from /var/lib/istio/fortio)
    • ๐Ÿ”„ Changed JSON for GRPC results to use names/string from numerical code #290 - thanks @olimpias for the contribution.