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/azure-event-hubs-go/v3 from 3.3.6 to 3.4.0 #114

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 Jan 1, 2023

Bumps github.com/Azure/azure-event-hubs-go/v3 from 3.3.6 to 3.4.0.

Release notes

Sourced from github.com/Azure/azure-event-hubs-go/v3's releases.

v3.4.0

Update to latest azure-amqp-common-go and go-amqp modules.

v3.3.20

  • Fixed issue with a lease existing on start #277

v3.3.19

Vendor a copy of azblob to avoid compilation errors with mismatched versions Azure/azure-event-hubs-go#261

v3.3.18

  • Fixing issue where the LeaserCheckpointer could fail with a "ContainerAlreadyExists" error. (#253)

v3.3.17

Updating to the latest go-amqp and azure-amqp-common-go to take advantage of some underlying reliability and interface improvements #245

v3.3.16

  • Exporting a small subset of read-only (ie, not sendable) properties from the AMQP message. #239

v3.3.15

  • Fixing bug where the internal sender interface was out of sync with go-amqp changes. #238

v3.3.14

Bug Fixes

  • Update to latest go-amqp #236

v3.3.13

  • We no longer close the link when we receive disposition errors on sending. This allows us to return errors properly when doing parallel sends on a link that is being throttled. PR#234

v3.3.12

  • Incorporating the latest go-amqp release (https://github.com/Azure/go-amqp/releases/tag/v0.13.10) which returns ErrLinkDetached when the link is closed based on errors from service. This will properly trigger our recovery code when Event Hubs returns throttling errors.
  • Changes made to the Sender recovery to do a cheaper recovery when possible: PR #232

v3.3.11

Allow for controlling the maximum retry count when sending messages. #226

v3.3.10

  • Fix sender.Recover() to be goroutine safe #218
  • Skip calling sender.Recover() for some errors #219

v3.3.9

  • update the checkpoint after the receiver options are applied
  • return the error from reading an old checkpoint when initializing the receiver

v3.3.8

  • add option to customize initial checkpoint

v3.3.7

  • Add option to prefix checkpoint blob paths
Changelog

Sourced from github.com/Azure/azure-event-hubs-go/v3's changelog.

v3.4.0

-Updated to latest azure-amqp-common-go and go-amqp modules.

v3.3.20

  • Fixed issue with a lease existing on start #277

v3.3.19

  • Vendor a copy of azblob to avoid compilation errors with mismatched versions #261

v3.3.18

  • Fixing issue where the LeaserCheckpointer could fail with a "ContainerAlreadyExists" error. (#253)

v3.3.17

Updating to the latest go-amqp and azure-amqp-common-go to take advantage of some underlying reliability and interface improvements (#245)

v3.3.16

  • Exporting a subset of AMQP message properties for the Dapr project.

v3.3.13

  • We no longer close the link when we receive disposition errors on sending. This allows us to return errors properly when doing parallel sends on a link that is being throttled. PR#234

v3.3.12

  • Fix bug in sender.Recover() where recovery could get stuck when a link was throttled. PR#232

v3.3.11

  • Allow for controlling the maximum retry count when sending messages. #226

v3.3.10

  • Fix sender.Recover() to be goroutine safe #218
  • Skip calling sender.Recover() for some errors #219

v3.3.9

  • update the checkpoint after the receiver options are applied
  • return the error from reading an old checkpoint when initializing the receiver

v3.3.8

... (truncated)

Commits
  • 0e9e4ef Prepare v3.4.0 release (#283)
  • 8a67a58 Update to latest go-amqp and common module (#281)
  • 519593c Update CI to latest version of Go (#282)
  • 8a7b58b Microsoft mandatory file (#264)
  • 571caa4 Updating to let people know that there's a new beta package if they'd like to...
  • d9a8850 Fixing issue with a lease existing on start (#277)
  • adc9788 Vendor the azblob 0.6.0 dependency so customers can upgrade to later blobs pa...
  • d88c0a0 fix run command for golangci-lint in makefile (#270)
  • a3e806e install golangci-lint for integration tests (#269)
  • d735432 switch makefile to use golangci-lint (#268)
  • 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 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/azure-event-hubs-go/v3](https://github.com/Azure/azure-event-hubs-go) from 3.3.6 to 3.4.0.
- [Release notes](https://github.com/Azure/azure-event-hubs-go/releases)
- [Changelog](https://github.com/Azure/azure-event-hubs-go/blob/master/changelog.md)
- [Commits](Azure/azure-event-hubs-go@v3.3.6...v3.4.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-event-hubs-go/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the enhancement New feature or request label Jan 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2023

The following labels could not be found: dependency-management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants