Skip to content

Releases: grpc-ecosystem/go-grpc-middleware

v2.0.0-rc.5

04 Apr 07:52
5ca0c41
Compare
Choose a tag to compare
v2.0.0-rc.5 Pre-release
Pre-release

This is meant to be the last RC release with API changes (!). No more breaking changes are planned.

If no objections or feedback will be given, we will release v2 around 15th April.

What's Changed

  • Removed deciders; Cleaned up validators. by @bwplotka in #554
  • Adjustments to README and consistency of callback options. by @bwplotka in #555

Full Changelog: v2.0.0-rc.4...v2.0.0-rc.5

v2.0.0-rc.4

03 Apr 10:04
8c53766
Compare
Choose a tag to compare
v2.0.0-rc.4 Pre-release
Pre-release

What's Changed

  • fix provider examples by @forsaken628 in #529
  • docs: add logging.InjectFields usage description by @aimuz in #541
  • v2: All for v2: Exemplars, Cleanup, Docs, Lint, Proto upgrades and more by @bwplotka in #543
  • [interceptors/validator] feat: add error logging in validator by @rohanraj7316 in #544
  • Simplified logging middleware; Fields are now "any" type; Moved logging providers to examples only. by @bwplotka in #552

New Contributors

Full Changelog: v2.0.0-rc.3...v2.0.0-rc.4

providers/prometheus/v1.0.0-rc.0

03 Apr 10:06
8c53766
Compare
Choose a tag to compare
Pre-release

First release of providers/prometheus/v1.0.0-rc.0

Migrated and enhanced from https://github.com/grpc-ecosystem/go-grpc-prometheus

v1.4.0

15 Mar 11:07
d42ae9d
Compare
Choose a tag to compare

What's Changed

  • Do not stop retrying based on earlier good message from the stream by @kartlee in #313
  • Deprecate the server interceptor chain helpers by @CAFxX in #423
  • Simplify chain interceptors by @aarongable in #421
  • v1: Switch from github.com/go-kit/kit to github.com/go-kit/log interfaces by @liggitt in #426
  • logging/zap/ctxzap: add caller skip to shorthand functions by @jkawamoto in #429
  • grpc_zap: fix caller annotation by @jkawamoto in #431
  • Revert verbosity level check for zap by @central182 in #452
  • Fix memory leakage in kit.PayloadUnaryServerInterceptor by @r3code in #501
  • Use strconv.FormatUint instead of fmt.Sprintf by @andrey-berenda in #503
  • Fix typo in nicemd by @andrey-berenda in #509
  • Fix OSX build error in outdated golang.org/x/sys dependency by @devnev in #514

New Contributors

Full Changelog: v1.3.0...v1.4.0

v2.0.0-rc.3

03 Apr 10:03
782d4b3
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: providers/zerolog/v2.0.0-rc.2...v2.0.0-rc.3

v1.3.0

22 Apr 23:45
df0f91b
Compare
Choose a tag to compare

v1.2.2

09 Sep 09:07
46f2eb3
Compare
Choose a tag to compare

v1.2.1

14 Aug 18:50
7a5efaa
Compare
Choose a tag to compare

Release candidate 2 of v2

19 Jun 09:35
880c174
Compare
Choose a tag to compare
Pre-release
Moved to GH actions; Added lint; Added issue/PR templates. (#296)

* Moved to GH actions; Added lint; Added issue/PR templates; Fixed vet

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Fixed linter detected issues.

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Modify the require_clean_work_tree function (#307)

* Fixed linter detected issues.

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Add format-only flag

Signed-off-by: Yash Sharma <[email protected]>

* Modify the require_clean_work_tree function. Taken from - https://github.com/git/git/blob/master/git-sh-setup.sh#L211

Signed-off-by: Yash Sharma <[email protected]>

Added a git script

Signed-off-by: Yash Sharma <[email protected]>

chmod change

Signed-off-by: Yash Sharma <[email protected]>

changes to git-tree.sh

Signed-off-by: Yash Sharma <[email protected]>

Modified makefile

Signed-off-by: Yash Sharma <[email protected]>

clean up changes

Signed-off-by: Yash Sharma <[email protected]>

* Bump timeout deadline to 100ms

Signed-off-by: Yash Sharma <[email protected]>

Co-authored-by: Bartlomiej Plotka <[email protected]>

* Skipped retry call timeout tests, will fix in later PR.

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Fixed race.

Signed-off-by: Bartlomiej Plotka <[email protected]>

Co-authored-by: Yash Sharma <[email protected]>

Release candidate 1 of v2

04 Jun 08:38
e482ad4
Compare
Choose a tag to compare
Pre-release
v2.0.0-rc.1

Add support for the zerolog logging provider (#299)