Skip to content

Tags: grpc-ecosystem/go-grpc-middleware

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
example: use slog (#735)

Signed-off-by: Olivier Cano <ocano@scaleway.com>

providers/prometheus/v1.0.1

Toggle providers/prometheus/v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix providers/prometheus depend on go-grpc-middleware v2.1.0 (#706)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for vulnerability CVE-2023-44487 (#696)

* Fix for vulnerability CVE-2023-44487

Vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2023-44487
https://nvd.nist.gov/vuln/detail/CVE-2023-44487zThe HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

grpc fix version - https://github.com/grpc/grpc-go/releases/tag/v1.56.3

This change includes updating the packgae google.golang.org/grpc as a fix to above vulnerability.

* update examples dir to fix CI

providers/openmetrics/v2.0.1

Toggle providers/openmetrics/v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add doc for disabling log opts (#680)

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

providers/prometheus/v1.0.0

Toggle providers/prometheus/v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for subsystem in grpc prometheus counter and histogram metrics (

#643)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update logging adapter docs (#647)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
logging: Reversed policy of fields - from immutable to fresh winning. (

…#616)

* logging: Reversed policy of fields - from immutable to fresh winning.

Fixes: #613

Signed-off-by: bwplotka <bwplotka@gmail.com>

* Addressed comments.

Signed-off-by: bwplotka <bwplotka@gmail.com>

---------

Signed-off-by: bwplotka <bwplotka@gmail.com>

v2.0.0-rc.5

Toggle v2.0.0-rc.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adjustments to README and consistency of callback options. (#555)

Signed-off-by: bwplotka <bwplotka@gmail.com>

v2.0.0-rc.4

Toggle v2.0.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplified logging middleware; Fields are now "any" type; Moved loggi…

…ng providers to examples only. (#552)

Fixes #517

* Simpler interface, only one method. This allows adapter to be ultra simple, so moved them to examples only (!).
* Fields are string, values are any.
* "More" slog compatibility.

I did not go for using slog natively as it's still experimental (see bigger discussion: https://gophers.slack.com/archives/C029RQSEE/p1679860885943619)

Signed-off-by: bwplotka <bwplotka@gmail.com>

providers/prometheus/v1.0.0-rc.0

Toggle providers/prometheus/v1.0.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplified logging middleware; Fields are now "any" type; Moved loggi…

…ng providers to examples only. (#552)

Fixes #517

* Simpler interface, only one method. This allows adapter to be ultra simple, so moved them to examples only (!).
* Fields are string, values are any.
* "More" slog compatibility.

I did not go for using slog natively as it's still experimental (see bigger discussion: https://gophers.slack.com/archives/C029RQSEE/p1679860885943619)

Signed-off-by: bwplotka <bwplotka@gmail.com>