Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/rabbitmq/amqp091-go to v1.10.0 (o…
…pen-telemetry#33061) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/rabbitmq/amqp091-go](https://togithub.com/rabbitmq/amqp091-go) | `v1.9.0` -> `v1.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frabbitmq%2famqp091-go/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frabbitmq%2famqp091-go/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frabbitmq%2famqp091-go/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frabbitmq%2famqp091-go/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rabbitmq/amqp091-go (github.com/rabbitmq/amqp091-go)</summary> ### [`v1.10.0`](https://togithub.com/rabbitmq/amqp091-go/blob/HEAD/CHANGELOG.md#v1100-2024-05-08) [Compare Source](https://togithub.com/rabbitmq/amqp091-go/compare/v1.9.0...v1.10.0) [Full Changelog](https://togithub.com/rabbitmq/amqp091-go/compare/v1.9.0...v1.10.0) **Implemented enhancements:** - Undeprecate non-context publish functions [#​259](https://togithub.com/rabbitmq/amqp091-go/pull/259) ([Zerpet](https://togithub.com/Zerpet)) - Update Go directive [#​257](https://togithub.com/rabbitmq/amqp091-go/pull/257) ([Zerpet](https://togithub.com/Zerpet)) **Fixed bugs:** - republishing on reconnect bug in the example [#​249](https://togithub.com/rabbitmq/amqp091-go/issues/249) - Channel Notify Close not receive event when connection is closed by RMQ server. [#​241](https://togithub.com/rabbitmq/amqp091-go/issues/241) - Inconsistent documentation [#​231](https://togithub.com/rabbitmq/amqp091-go/issues/231) - Data race in the client example [#​72](https://togithub.com/rabbitmq/amqp091-go/issues/72) - Fix string function of URI [#​258](https://togithub.com/rabbitmq/amqp091-go/pull/258) ([Zerpet](https://togithub.com/Zerpet)) **Closed issues:** - Documentation needed (`PublishWithContext` does not use context) [#​195](https://togithub.com/rabbitmq/amqp091-go/issues/195) - concurrent dispatch data race [#​226](https://togithub.com/rabbitmq/amqp091-go/issues/226) **Merged pull requests:** - Fix data race in example [#​260](https://togithub.com/rabbitmq/amqp091-go/pull/260) ([Zerpet](https://togithub.com/Zerpet)) - Address CodeQL warning [#​252](https://togithub.com/rabbitmq/amqp091-go/pull/252) ([lukebakken](https://togithub.com/lukebakken)) - Add support for additional AMQP URI query parameters [#​251](https://togithub.com/rabbitmq/amqp091-go/pull/251) ([vilius-g](https://togithub.com/vilius-g)) - Example fix [#​250](https://togithub.com/rabbitmq/amqp091-go/pull/250) ([Boris-Plato](https://togithub.com/Boris-Plato)) - Increasing the code coverage [#​248](https://togithub.com/rabbitmq/amqp091-go/pull/248) ([edercarloscosta](https://togithub.com/edercarloscosta)) - Use correct mutex to guard confirms.published [#​240](https://togithub.com/rabbitmq/amqp091-go/pull/240) ([hjr265](https://togithub.com/hjr265)) - Documenting Publishing.Expiration usage [#​232](https://togithub.com/rabbitmq/amqp091-go/pull/232) ([niksteff](https://togithub.com/niksteff)) - fix comment typo in example_client_test.go [#​228](https://togithub.com/rabbitmq/amqp091-go/pull/228) ([wisaTong](https://togithub.com/wisaTong)) - Bump go.uber.org/goleak from 1.2.1 to 1.3.0 [#​227](https://togithub.com/rabbitmq/amqp091-go/pull/227) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
- Loading branch information