Skip to content

v0.47.0

Compare
Choose a tag to compare
@bojand bojand released this 04 Jan 01:54
· 521 commits to master since this release
a0031ed

Changelog

Highlights

Enables debug logging to a file specified by the path. The debug logger outputs JSON line format. Use this only for debugging purposes.

ghz --insecure \
  --proto ./protos/greeter.proto \
  --call helloworld.Greeter.SayHello \
  -d '{"name":"Joe"}' -c 5 -n 50 -m '{"request-id":"{{.RequestNumber}}", "timestamp":"{{.TimestampUnix}}"}' \
  --debug ./logs/debug.json \
  0.0.0.0:50051

Changes

d4412e3 Bump serialize-to-js from 3.0.0 to 3.0.1 in /web/ui
a0031ed Debug logging (#154)
ec52e90 Fix up Makefile
baa5416 Merge pull request #148 from bojand/dependabot/npm_and_yarn/web/ui/serialize-to-js-3.0.1
f1a1161 Merge pull request #152 from timowang1991/patch-1
e3e0e66 Refresh certificates
9a6ba37 Refresh certificates
140581f fix --total option description