Skip to content

Bump github.com/Azure/go-amqp from 0.17.0 to 1.7.0#26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/Azure/go-amqp-1.7.0
Open

Bump github.com/Azure/go-amqp from 0.17.0 to 1.7.0#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/Azure/go-amqp-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown

Bumps github.com/Azure/go-amqp from 0.17.0 to 1.7.0.

Release notes

Sourced from github.com/Azure/go-amqp's releases.

v1.7.0

Features Added

  • Add OnDeliveryStateChanged callback to SenderOptions and ReceiverOptions.

v1.6.0

Features Added

  • Add SourceDistributionMode to ReceiverOptions
  • Add a callback for link state properties in the flow frame. This allows applications to react to the properties sent by the broker.

v1.5.1

Bugs Fixed

  • Fixed attach frame nil terminus check expectations

v1.5.0

Features Added

  • Added support for marshaling and unmarshaling arrays of maps

v1.4.0

Features Added

  • Added support in both Sender and Receiver to set the desired-capabilities in their ATTACH frames, using DesiredCapabilities in their respective Options.
  • Added Receiver.DrainCredit, which allows you to drain credits from a link.

Bugs Fixed

  • Fixed encoding and decoding larger timestamp values, like .NET's DateTime.MaxValue.

v1.4.0-beta.1

Features Added

  • Added Sender support for delayed confirmation of message settlement and retrieval of delivery state.
    • Sender.SendWithReceipt sends a message and returns a SendReceipt.
    • SendReceipt.Wait waits for confirmation of settlement and returns the message's delivery state.
    • The DeliveryState interface encapsulates concrete delivery outcomes StateAccepted, StateModified, StateRejected, StateReleased and non-terminal delivery state StateReceived.

v1.3.0

Features Added

  • Added methods Done and Err to Conn
    • Done returns a channel that's closed when Conn has closed.
    • Err explains why Conn was closed.
  • encoding.Symbol was exposed as a public type Symbol.

v1.2.0

Features Added

... (truncated)

Changelog

Sourced from github.com/Azure/go-amqp's changelog.

1.7.0 (2026-06-08)

  • Add OnDeliveryStateChanged callback to SenderOptions and ReceiverOptions.

1.6.0 (2026-04-22)

  • Add SourceDistributionMode to ReceiverOptions
  • Add a callback for link state properties in the flow frame. This allows applications to react to the properties sent by the broker.

1.5.1 (2026-01-07)

Bugs Fixed

  • Fixed attach frame nil terminus check expectations

1.5.0 (2025-09-04)

  • Added support for marshaling and unmarshaling arrays of maps

1.4.0 (2025-02-19)

Features Added

  • Added support in both Sender and Receiver to set the desired-capabilities in their ATTACH frames, using DesiredCapabilities in their respective Options.
  • Added Receiver.DrainCredit, which allows you to drain credits from a link.

Bugs Fixed

  • Fixed encoding and decoding larger timestamp values, like .NET's DateTime.MaxValue.

1.4.0-beta.1 (2024-12-05)

Features Added

  • Added Sender support for delayed confirmation of message settlement and retrieval of delivery state.
    • Sender.SendWithReceipt sends a message and returns a SendReceipt.
    • SendReceipt.Wait waits for confirmation of settlement and returns the message's delivery state.
    • The DeliveryState interface encapsulates concrete delivery outcomes StateAccepted, StateModified, StateRejected, StateReleased and non-terminal delivery state StateReceived.

1.3.0 (2024-12-03)

Features Added

  • Added methods Done and Err to Conn
    • Done returns a channel that's closed when Conn has closed.
    • Err explains why Conn was closed.
  • encoding.Symbol was exposed as a public type Symbol.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/Azure/go-amqp](https://github.com/Azure/go-amqp) from 0.17.0 to 1.7.0.
- [Release notes](https://github.com/Azure/go-amqp/releases)
- [Changelog](https://github.com/Azure/go-amqp/blob/main/CHANGELOG.md)
- [Commits](Azure/go-amqp@v0.17.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-amqp
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 6, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants