Skip to content

Releases: bojand/ghz

v0.106.1

05 Feb 02:13
09c7f00
Compare
Choose a tag to compare

Changelog

v0.106.1 - 2022-02-04

Commits

v0.106.0

31 Jan 00:01
Compare
Choose a tag to compare

Changelog

v0.106.0 - 2022-01-30

Bug Fixes

Commits

  • 2e46b67 comment out file command in github workflow
  • 8aae91d Merge pull request #334 from bojand/dependabot/npm_and_yarn/www/website/shelljs-0.8.5
  • d4529f5 Merge pull request #335 from fenollp/fix-static
  • 785b7a1 Fix building static binaries of ghz
  • 2aca4cc build(deps): bump shelljs from 0.8.4 to 0.8.5 in /www/website
  • 4da5dc6 Merge pull request #330 from vipul-sharma20/fix-typo
  • ff400c9 Refresh certificates
  • 5da597a Merge branch 'bojand:master' into fix-typo
  • 0f903f7 Refresh certificates
  • 14cf76c doc typo
  • 6905aab Refresh certificates
  • ff7fa31 Merge pull request #320 from raakasf/patch-1
  • 682b379 Fix typo in command

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.