Skip to content

Tags: connectrpc/otelconnect-go

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CONTRIBUTING.md: CLA -> DCO (#178)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close ClientStreaming on context cancellation (#152)

On `CloseResponse` we must have stopped the connection and it is now
safe to close the span. To handle context cancellation and ensure the
span is always closed
[`context.AfterFunc`](https://pkg.go.dev/context#AfterFunc) is added
with a simpler backport for !go1.21.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop actions cache for setup-go (#137)

v0.5.0

Toggle v0.5.0's commit message
Clean up README code sample

v0.4.0

Toggle v0.4.0's commit message
Make option to omit trace events apply to streaming RPCs (#123)

- Changes name of option from `OmitRPCEvents` to `OmitTraceEvents` to be
more clear
- Omits trace events for streaming too
- Adds tests
Closes: #92

---------

Co-authored-by: Akshay Shah <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
Update to semconv/v1.20.0 (#113)

Upgrades from `v1.19.0` to `v1.20.0`

v0.2.0

Toggle v0.2.0's commit message
Update go deps to otel v1.15.1/v0.38.1 (#106)

- Updates deps
- Fixes test cases

v0.1.0

Toggle v0.1.0's commit message
Fix license years (#88)

Changes from `2023` to `2022-2023`