Skip to content
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

Bump github.com/Azure/go-amqp from 1.0.1 to 1.4.0 in /receiver/solacereceiver #28530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps github.com/Azure/go-amqp from 1.0.1 to 1.4.0.

Release notes

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

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)

v1.0.5

Bugs Fixed

  • Fixed an issue that could cause delays when parsing small frames.

... (truncated)

Changelog

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

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)

Features Added

  • ConnError, SessionError and LinkError now work with errors.As(), making it easier to write generalized error handling code that wants to deal with *amqp.Error's.

... (truncated)

Commits
  • 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)
  • 907d06c Move exported internal types to their own file (#351)
  • 45cff0b Prep for v1.3.0 release (#349)
  • d6da295 Expose the Symbol type (#346)
  • 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 1.0.1 to 1.4.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@v1.0.1...v1.4.0)

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

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 Mar 3, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants