Skip to content

Releases: bojand/ghz

v0.105.0

12 Oct 01:02
Compare
Choose a tag to compare

Changelog

v0.105.0 - 2021-10-08

Build

  • 18c6388 attempt to fix windows version issue using bash shell step

Commits

  • 18c6388 attempt to fix windows version issue using bash shell step

v0.105.0-pre.1

09 Oct 01:20
Compare
Choose a tag to compare

Changelog

v0.105.0-pre.1 - 2021-10-08

Build

  • 18c6388 attempt to fix windows version issue using bash shell step

Commits

  • 18c6388 attempt to fix windows version issue using bash shell step

v0.105.0-pre.0

09 Oct 01:07
Compare
Choose a tag to compare

Changelog

v0.105.0-pre.0 - 2021-10-08

Bug Fixes

  • 76c59b6 fix logging of load balacing strategy to address #313

Build

  • a66e4db attempt to fix windows version issue

Commits

  • a66e4db attempt to fix windows version issue
  • 76c59b6 fix logging of load balacing strategy to address #313

v0.104.0

08 Oct 01:44
Compare
Choose a tag to compare

Changelog

v0.104.0 - 2021-10-07

Commits

v0.103.0

25 Sep 01:31
4e5f67e
Compare
Choose a tag to compare

Changelog

v0.103.0 - 2021-09-24

Commits

  • 4e5f67e Merge pull request #309 from jbub/proto3-optional
  • 15ea81a Merge pull request #312 from jbub/data-file-empty-panic
  • 5ae1b06 Merge pull request #314 from bojand/dependabot/npm_and_yarn/www/website/prismjs-1.25.0
  • 0ce3b02 Merge pull request #316 from luankevinferreira/patch-1
  • 35fc476 Fix typo.
  • 815c2fb build(deps): bump prismjs from 1.24.0 to 1.25.0 in /www/website
  • cfd0584 Avoid panic on empty file provided by --data-file.
  • e8121d1 Support optional keyword in proto3.

v0.102.0

04 Sep 00:28
496891f
Compare
Choose a tag to compare

Changelog

v0.102.0 - 2021-09-03

Commits

v0.101.0

22 Aug 00:47
606d18e
Compare
Choose a tag to compare

Changelog

v0.101.0 - 2021-08-21

Bug Fixes

  • d4d7d22 use formatted string instead of actual count value
  • b731502 response time histogram padding

Commits

  • 606d18e Merge pull request #305 from elmanelman/fix-histogram-padding
  • 5952195 Merge pull request #306 from gordonbondon/upgrade-sys-go117
  • d4d7d22 use formatted string instead of actual count value
  • e4975e0 Update x/sys to support go 1.17
  • b731502 response time histogram padding

v0.100.0

13 Aug 01:04
3358b20
Compare
Choose a tag to compare

Changelog

v0.100.0 - 2021-08-12

Commits

  • 3358b20 Merge pull request #301 from bojand/dependabot/npm_and_yarn/www/website/path-parse-1.0.7
  • f015cab Merge pull request #300 from bojand/xds
  • c14afa5 Merge pull request #303 from bojand/dependabot/npm_and_yarn/www/website/url-parse-1.5.3
  • cf61779 build(deps): bump url-parse from 1.5.1 to 1.5.3 in /www/website
  • 8b07547 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /www/website
  • bc87b84 Merge pull request #302 from bojand/dependabot/npm_and_yarn/web/ui/path-parse-1.0.7
  • 96afec9 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /web/ui
  • 5d9abf2 Add support for gRPC with XDS. Addresses #293.

v0.99.0

08 Aug 00:40
d362856
Compare
Choose a tag to compare

Changelog

v0.99.0 - 2021-08-07

Commits

v0.98.0

06 Aug 00:11
a73afa9
Compare
Choose a tag to compare

Changelog

v0.98.0 - 2021-08-05

Commits

  • a73afa9 Merge pull request #295 from bojand/bin_data_template_action_fix
  • b3e3f4d fix links for protobuf serialize message
  • 9ea55ad do not attempt template actions with binary data. fixes #284