Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps github.com/Azure/go-amqp from 0.17.5 to 1.5.0.

Release notes

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

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

  • Added type Null used to send an AMQP null message value.
  • Added method Properties to Conn, Session, Receiver, and Sender which contains the peer's respective properties.

Bugs Fixed

  • Fixed a rare race in Conn.start that could cause goroutines to be leaked if the provided context was canceld/expired.

Other Changes

  • The field MessageHeader.Durable is not omitted when it's false.

v1.1.0

Features Added

  • Allow for errors.As() to see the underlying AMQP error by (PR#329)

... (truncated)

Changelog

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

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.

1.2.0 (2024-09-30)

Features Added

  • Added type Null used to send an AMQP null message value.
  • Added method Properties to Conn, Session, Receiver, and Sender which contains the peer's respective properties.

Bugs Fixed

  • Fixed a rare race in Conn.start that could cause goroutines to be leaked if the provided context was canceled/expired.

Other Changes

  • The field MessageHeader.Durable is not omitted when it's false.

1.1.0 (2024-08-20)

... (truncated)

Commits
  • 0c03085 Add support for arrays of maps (#366)
  • a931a5a [EngSys] Update agent pool to "azsdk-pool" (#368)
  • 3838047 Update CI to the latest two versions of Go (#364)
  • 358eb0d Push release date to tomorrow, give some time for some tests to run. (#361)
  • cf14fbd Add in DrainCreditOptions, and update changelog for release next week. (#360)
  • 40ac1ba Reviving DrainCredit(), adding back into Receiver (#356)
  • 2fada64 Fixing bug where we can't encode/decode a timestamp properly if it was equiva...
  • 99237a4 Make it possible to set the ATTACH frame's desired-capabilities field (#355)
  • 63cbd1a Prep for v1.4.0-beta.1 release (#353)
  • 2048490 SendReceipt feature (#352)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.5 to 1.5.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.5...v1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2025
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Sep 22, 2025
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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants