2 big new features in 1.12:
Dynamic/unique (http/s) requests: @artursouza kindly implemented #425: If you use the special
{{uuid}}
string anywhere in the path/query args or payload it will get replaced with a uuid, e.g.{1b33f4ba-5bd1-452c-b891-1ac66aea6824}
Initial h2c (http/2.0 clear text/without TLS)
When using fortio inside istio managed meshes the incoming streams from envoy sidecar are over http1.1 - unless you declare the port as http2, which will now work as http2-prior-knowledge starting in this release.