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

fix: bump github.com/Azure/azure-event-hubs-go/v3 from 3.2.0 to 3.3.13 #9677

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2021

Bumps github.com/Azure/azure-event-hubs-go/v3 from 3.2.0 to 3.3.13.

Release notes

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

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

v3.3.6

  • Fixed goroutine leak on listener close. (#204)

v3.3.5

  • Remove the check for temporary network errors in sender.go #80

v3.3.4

  • Read AZURE_ENVIRONMENT variable from environment to use the specified value when calling NewHub()

v3.3.3

  • EventBatchIterator drops messages that are bigger than 1MB with an error

v3.3.2

  • updating internal code from go-amqp that now takes a context. #186
  • updating dependencies in go.mod and go.sum

v3.3.1

  • fixed panic caused by interface conversion in event.go
  • apply Receive options after populating last stored checkpoint
Changelog

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

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

  • add option to customise initial checkpoint

v3.3.7

  • add option to prefix checkpoint blob paths

v3.3.6

  • fix goroutine leak on listener close

v3.3.5

  • Remove the check for temporary network errors in sender.go #80

v3.3.4

  • read AZURE_ENVIRONMENT variable from environment to use the specified value when creating NewHub

v3.3.3

  • EventBatchIterator drops messages which bigger than 1MB with an error

v3.3.2

  • passing a context to internal calls that use go-amqp that now expect a context
  • updating dependencies in go.mod

v3.3.1

  • fixed panic caused by interface conversion in event.go #182
  • apply Receive options after populating last stored checkpoint

v3.3.0

  • add support for sending and receiving custom annotations
Commits
  • e9f5ac3 Using new option in go-amqp that lets us keep the link alive after dispositio...
  • 2278e11 Updating throttling.go to validate messages after sending
  • 24a5515 Update with the correct version number
  • fa1fdd1 empty commit
  • fe908f3 Fix spelling mistake
  • b3cb1b9 Updating changelog with PR
  • 329b8ca Using new option in go-amqp that lets us keep the link alive, even when we ge...
  • 3d81e00 Adding in a sample using EventHubs with OpenCensus #233
  • e45ed57 empty commit
  • 833a407 Merge branch 'eh-logging-sample' of github.com:Azure/azure-event-hubs-go into...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2021
@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Aug 24, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-event-hubs-go/v3-3.3.13 branch from c132403 to fd55175 Compare August 26, 2021 20:58
@sjwang90 sjwang90 added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Sep 13, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-event-hubs-go/v3-3.3.13 branch from fd55175 to 062686e Compare September 13, 2021 18:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot bot and others added 2 commits September 13, 2021 14:02
Bumps [github.com/Azure/azure-event-hubs-go/v3](https://github.com/Azure/azure-event-hubs-go) from 3.2.0 to 3.3.13.
- [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.2.0...v3.3.13)

---
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] <[email protected]>
@sspaink sspaink force-pushed the dependabot/go_modules/github.com/Azure/azure-event-hubs-go/v3-3.3.13 branch from 062686e to b0b7945 Compare September 13, 2021 19:04
@sspaink sspaink removed the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Sep 13, 2021
@popey popey merged commit c331669 into master Sep 14, 2021
@popey popey deleted the dependabot/go_modules/github.com/Azure/azure-event-hubs-go/v3-3.3.13 branch September 14, 2021 21:36
reimda pushed a commit that referenced this pull request Sep 17, 2021
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 ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants