Skip to content

fix(deps): update module connectrpc.com/otelconnect to v0.7.0 #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
connectrpc.com/otelconnect v0.6.0 -> v0.7.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

connectrpc/otelconnect-go (connectrpc.com/otelconnect)

v0.7.0

Compare Source

This release includes API changes that are not backwards-compatible. Migrating to the new API should be mechanical in most cases.

What's Changed

Bugfixes
  • Eagerly create instruments to fail fast on initialization by @​emcfarlane in #​141
    • This is a breaking change. The NewInterceptor factory function can now return an error.
  • Align gRPC server status code to span status code by @​dragon3 in #​144
  • Fix histogram counter for per RPC counts by @​emcfarlane in #​151
  • Mark stream operations complete correctly and promptly, including on context cancellation by @​emcfarlane in #​152
  • Fix streaming client context by @​emcfarlane in #​153
    • This is a breaking change. In order to fix span and context creation, the filter and attribute filter types had to change since not all information previously provided in the otelconnect.Request parameter was actually available in client-streaming operations. Filters now receive a *connect.Spec instead. With these filter types changed, otelconnect.Request was no longer used so has been deleted.
Enhancements
Other changes

New Contributors

Full Changelog: connectrpc/otelconnect-go@v0.6.0...v0.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 19, 2024 23:14
@renovate renovate bot force-pushed the renovate/connectrpc.com-otelconnect-0.x branch from e4c21ca to f3d77d0 Compare January 19, 2024 23:24
@renovate renovate bot force-pushed the renovate/connectrpc.com-otelconnect-0.x branch from f3d77d0 to 7dce8c1 Compare January 22, 2024 21:15
Signed-off-by: Kavindu Dodanduwa <[email protected]>
Copy link
Contributor Author

renovate bot commented Jan 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Kavindu-Dodan
Copy link
Contributor

Manual fixes were needed as there were method signature changes in Otel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants