Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

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

Release notes

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

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.

v1.0.4

Other Changes

  • A Receiver's unsettled messages are tracked as a count (currently used for diagnostic purposes only).

v1.0.3

Bugs Fixed

  • Fixed an issue that could cause a memory leak when settling messages across Receiver instances.

v1.0.2

Bugs Fixed

  • Fixed an issue that could cause frames to be sent even when the provided context.Context was cancelled.
  • Fixed a potential hang in Sender.Send() that could happen in rare circumstances.
  • Ensure that Sender's delivery count and link credit are updated when a transfer fails to send due to context cancellation/timeout.

v1.0.1

Bugs Fixed

  • Fixed an issue that could cause links to terminate with error "received disposition frame with unknown link handle X".

v1.0.0

Features Added

  • Added ConnOptions.WriteTimeout to control the write deadline when writing to net.Conn.

Bugs Fixed

... (truncated)

Changelog

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

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 canceld/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.

1.0.5 (2024-03-04)

Bugs Fixed

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

1.0.4 (2024-01-16)

Other Changes

  • A Receiver's unsettled messages are tracked as a count (currently used for diagnostic purposes only).

1.0.3 (2024-01-09)

Bugs Fixed

  • Fixed an issue that could cause a memory leak when settling messages across Receiver instances.

1.0.2 (2023-09-05)

Bugs Fixed

  • Fixed an issue that could cause frames to be sent even when the provided context.Context was cancelled.
  • Fixed a potential hang in Sender.Send() that could happen in rare circumstances.
  • Ensure that Sender's delivery count and link credit are updated when a transfer fails to send due to context cancellation/timeout.

1.0.1 (2023-06-08)

Bugs Fixed

... (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 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.2.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.2.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-amqp
  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 Oct 7, 2024
@github-actions
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 Oct 21, 2024
@github-actions
Copy link

github-actions bot commented Nov 4, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Nov 4, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 4, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/receiver/solacereceiver/github.com/Azure/go-amqp-1.2.0 branch November 4, 2024 05:18
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.

1 participant