Skip to content

Releases: hexdigest/gowrap

v1.1.8

17 Jun 16:02
Compare
Choose a tag to compare

Changelog

1741ed8 Adding Objectives to prometheus.SummaryOpts into prometheus template
3be51ff Auto-register prometheus metrics
7a2314d Fixed bug in prometheus template for methods with no errors
7896c18 Fixing "printChan" method for bidirectional channels. According to the source code of golang it must be logical OR instead of AND https://github.com/golang/go/blob/go1.14.4/src/go/parser/parser.go#L1012
7f28ac1 Implemented template for wrapping GRPC services with request validation
6dcfa0d Implemented timeout template
f3abe33 Merge pull request #17 from dpasiukevich/upd_err_code_twirp_template
599d7ec Merge pull request #18 from ybubnov/do-not-produce-executable-files
e8754f8 Merge pull request #19 from ybubnov/auto-register-metric
b28d953 Merge pull request #22 from uvyuhin/updating_prometeus_template
0c5eda5 Merge pull request #25 from beono/fix_chan_direction
73de2db Produce regular read-write files
73d863b Regenerate prometheus template test
fb6ac8d Removed vendor dir
da66e73 Updated README.md
bf6b40d Updated go.mod
79b6cc4 Updated go.sum
13fd9e8 added validate and twirp_validate templates
48036d1 changed error code in twirp validation template
c42549f updated local vendor

v1.1.5

26 Aug 16:32
Compare
Choose a tag to compare

Changelog

e0c4708 fixed bidirectional chans printing

v1.1.3

06 Apr 20:11
Compare
Choose a tag to compare

Changelog

3af25f3 added Makefile
ab7d407 fixes #15
22dc63f updated Makefile

v1.1.2

07 Feb 10:09
Compare
Choose a tag to compare

Changelog

cab489b added .goreleaser.yml, updated README
2c72b5c master register prometheus metric in the decorator constructor, fixed
f8dd5b7 optimized retry template, fixed #12
c6122ce retry template update

Better modules support

23 Dec 15:24
Compare
Choose a tag to compare

v1.0.0

26 Sep 22:11
Compare
Choose a tag to compare
fixed typos