GoWrap v1.1.8 Release Notes

Release Date: 2020-06-17 // almost 4 years ago
  • ๐Ÿ”„ 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