Skip to content

Releases: bojand/ghz

v0.112.0-pre.1

02 Jan 02:10
Compare
Choose a tag to compare

Changelog

v0.112.0-pre.1 - 2023-01-01

Build

  • 5e16204 update node and actually download artifacts

Commits

  • 5e16204 update node and actually download artifacts

v0.112.0-pre.0

02 Jan 01:58
Compare
Choose a tag to compare

Changelog

v0.112.0-pre.0 - 2023-01-01

Build

  • d0d22a5 add arm64 build to relase github action

Documentation

Commits

  • d0d22a5 add arm64 build to relase github action
  • 6ebfbfb Merge pull request #382 from bojand/dependabot/npm_and_yarn/www/website/decode-uri-component-0.2.2
  • 195de6e Merge pull request #383 from bojand/dependabot/npm_and_yarn/www/website/qs-6.5.3
  • c734c50 Merge pull request #384 from bojand/dependabot/npm_and_yarn/web/ui/qs-6.5.3
  • 6bea671 Merge pull request #385 from bojand/dependabot/npm_and_yarn/www/website/express-4.18.2
  • 295a661 Merge pull request #381 from bojand/dependabot/npm_and_yarn/web/ui/decode-uri-component-0.2.2
  • 8c245f3 Merge pull request #386 from haunt98/patch-1
  • 9ff3c47 Refresh certificates
  • 04efc25 guide go install
  • 8dfccbc build(deps): bump express from 4.17.1 to 4.18.2 in /www/website
  • dbaab43 build(deps): bump qs from 6.5.2 to 6.5.3 in /web/ui
  • 7d05eee build(deps): bump qs from 6.5.2 to 6.5.3 in /www/website
  • 57f2514 build(deps): bump decode-uri-component in /www/website
  • 14f3234 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web/ui
  • f2dba95 Refresh certificates
  • 9f58892 remove links to web demo

v0.111.0

07 Nov 01:49
6ecfa71
Compare
Choose a tag to compare

Changelog

v0.111.0 - 2022-11-06

Adds two options in hope to resolve #340.

--disable-template-functions

Disable execution of template functions within call data and metadata. This can be useful for some performance improvements. Note that if template functions are used within data with this option set to true, it will result in an error. If --disable-template-data is set to true this is automatically also set to true.

--disable-template-data

Disable execution of templates within call data and metadata. This can be useful for some performance improvements. This automatically also sets disable-template-functions to true.

Build

  • ab7fa04 update go version and golangci-lint version

Enhancements

Commits

  • 6ecfa71 Merge pull request #376 from bojand/no_template
  • 22d03de update docs for new template options
  • ec50830 add disable-template-data option
  • ab7fa04 update go version and golangci-lint version
  • 12e5873 add disable-template-funcs option
  • 5021ba3 wip on no template funcs
  • 5b87c14 Refresh certificates
  • 5c0208d Refresh certificates

v0.110.0

05 Sep 18:09
Compare
Choose a tag to compare

Changelog

v0.110.0 - 2022-09-05

Build

  • f6b700a fix github release workflow dependencies
  • 2204700 go get -u git-chglog
  • 64a6f12 use softprops/action-gh-release@v1 action in release workflow

Commits

  • f6b700a fix github release workflow dependencies
  • 2204700 go get -u git-chglog
  • 64a6f12 use softprops/action-gh-release@v1 action in release workflow
  • 5d41c5f Merge pull request #374 from bojand/dependabot/npm_and_yarn/web/ui/moment-2.29.4
  • fc8eca5 Merge pull request #373 from bojand/remove_ioutil
  • 571c27b use go install to install tools in github scripts
  • 398407c build(deps): bump moment from 2.29.2 to 2.29.4 in /web/ui
  • a08e975 remove usage of deprecated ioutil package
  • d5b9a60 Merge pull request #369 from chenrui333/go-1.18
  • 2a17589 Refresh certificates
  • 3935e2e Refresh certificates
  • 6c2feee upgrade to use go1.18 and alpine3.16
  • 0d77cec Refresh certificates
  • 486708b Merge pull request #365 from bojand/dependabot/npm_and_yarn/www/website/eventsource-1.1.1
  • b2acdbc Merge pull request #366 from steverawlins-zebra/docfix
  • 36405a0 invocation - noun, the act of invoking or calling
  • a8187f8 Fix minor spelling error in www doc
  • 1bc0546 Refresh certificates
  • a918c55 build(deps): bump eventsource from 1.0.7 to 1.1.1 in /www/website

v0.109.0

27 May 02:12
Compare
Choose a tag to compare

Changelog

v0.109.0 - 2022-05-26

Bug Fixes

  • f84dcdc fix deprecated use of grpc.WithInsecure

Documentation

Commits

  • 31978b6 update tool versions and build workflow
  • accbb15 go mod tidy
  • f84dcdc fix deprecated use of grpc.WithInsecure
  • 1909abd Merge pull request #358 from goten4/master
  • 13d535b Merge pull request #357 from bojand/dependabot/npm_and_yarn/www/website/async-2.6.4
  • 423cd3e Merge pull request #352 from bojand/dependabot/npm_and_yarn/web/ui/minimist-1.2.6
  • 0ec301f Merge pull request #361 from MojixCoder/master
  • 5be6c88 Merge pull request #363 from mrnonz/master
  • 0944c07 grpc-go to v1.43.0 🍵
  • babb7f6 update usage docs
  • 1d7297e update options docs
  • 65c07d4 fix deprecated usage of grpc.WithBalancerName in runner/requester.go
  • 45e9c1c Refresh certificates
  • 1bc1036 build(deps): bump async from 2.6.3 to 2.6.4 in /www/website
  • dece24e build(deps): bump minimist from 1.2.5 to 1.2.6 in /web/ui

v0.108.0

10 Apr 00:25
310c25f
Compare
Choose a tag to compare

Changelog

v0.108.0 - 2022-04-09

Commits

  • 310c25f Merge pull request #346 from mnotti/lb-strategy-logging-error
  • b97c010 Merge pull request #348 from bojand/dependabot/go_modules/github.com/gogo/protobuf-1.3.2
  • 1547259 Merge pull request #349 from bojand/dependabot/npm_and_yarn/web/ui/moment-2.29.2
  • 7e6c265 Merge pull request #350 from bojand/dependabot/npm_and_yarn/www/website/minimist-1.2.6
  • 94d71f5 Merge pull request #351 from naviator/fix-prometheus
  • 588efeb Fix duplicate name in Prometheus labels
  • 2471d9f build(deps): bump minimist from 1.2.5 to 1.2.6 in /www/website
  • d994609 build(deps): bump moment from 2.29.1 to 2.29.2 in /web/ui
  • 983a3bf Refresh certificates
  • c85e940 build(deps): bump github.com/gogo/protobuf from 1.3.1 to 1.3.2
  • 4db2f0e cleaning log line
  • 2352ffb fix lb strategy logging error

v0.107.0-pre.3

07 Mar 00:30
Compare
Choose a tag to compare

Changelog

v0.107.0-pre.3 - 2022-03-06

Build

  • 28249ed use script action to store proper version tag

Commits

  • 28249ed use script action to store proper version tag

v0.107.0-pre.2

07 Mar 00:13
Compare
Choose a tag to compare

Changelog

v0.107.0-pre.2 - 2022-03-06

Build

Commits

v0.107.0-pre.1

07 Mar 00:04
Compare
Choose a tag to compare

Changelog

v0.107.0-pre.1 - 2022-03-06

Build

  • 5278ad0 add proper tag to docker build in ghcr.io

Commits

  • 5278ad0 add proper tag to docker build in ghcr.io
  • b25bb3e Merge pull request #341 from bojand/dependabot/npm_and_yarn/www/website/prismjs-1.27.0
  • 2223ef0 Merge pull request #342 from bojand/dependabot/npm_and_yarn/www/website/url-parse-1.5.10
  • ff79cf3 build(deps): bump url-parse from 1.5.3 to 1.5.10 in /www/website
  • 9d656d8 build(deps): bump prismjs from 1.25.0 to 1.27.0 in /www/website

v0.107.0-pre.0

06 Mar 00:42
29dc66e
Compare
Choose a tag to compare

Changelog

v0.107.0-pre.0 - 2022-03-05

Commits

  • 29dc66e Merge pull request #344 from bojand/calldata_template_perf_fix
  • 1f14f53 use prepared common template for calldata to improve performance
  • cef67ed Refresh certificates