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 Microsoft.Azure.WebJobs.Extensions.ServiceBus from 3.1.0 to 4.2.2 #68

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Microsoft.Azure.WebJobs.Extensions.ServiceBus from 3.1.0 to 4.2.2.

Release notes

Sourced from Microsoft.Azure.WebJobs.Extensions.ServiceBus's releases.

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.2

Release notes

Version 4.2.2

  • Modified behavior of ServiceBusListener.Cancel() to not set the cancellation token as this was inconsistent with other extensions and impacting WebJobs on shutdown by resulting in auto-abandoned messages in the interval between when ServiceBusListener.Cancel() is called and ServiceBusListener.StopAsync() completes.

Release sprint: Sprint 98 [ bugs | features ]

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.1

Release notes

Version 4.2.1

  • Upgraded to version 4.2.1 of Microsoft.Azure.ServiceBus dependency (PR# 133)
  • Bug fix in scaling related metrics gathering logic (PR# 121)

Release sprint: Sprint 94 [ bugs | features ]

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.0

Release Notes

  • Support for message draining before the Functions host shuts down as part of a scale-in operation. Addresses issue #95. See PR #102 for implementation details. With this change, once the Functions host receives a stop signal, there will be no new Service Bus messages triggered function invocations while any function invocations that are in-flight will have a few seconds to complete (approximately 10 seconds).
  • Addressed #95
  • Updated deprecated nuget packaging configuration (PR #109)
  • Fixed an issue causing function invocation to fail when the Service Bus message value ExpiresAtUtc does not expire (max value) (PR #111)

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.2

Release Notes

  • Additional logging trigger details (sessionId, sequenceNumber)
  • Reusing IMessageSession
  • Set PrefetchCount for Sessions

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.1

Release Notes

  • Bug fixes

Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.0

Release Notes

  • Batch support

Microsoft.Azure.WebJobs.Extensions.ServiceBus 3.1.1

Release Notes

  • Strong-named signing
Changelog

Sourced from Microsoft.Azure.WebJobs.Extensions.ServiceBus's changelog.

Version 4.2.2

  • Modified behavior of ServiceBusListener.Cancel() to call StopAsync() instead of cancelling the cancellation token as this was inconsistent with other extensions and impacting WebJobs on shutdown.
  • When the cancellation token passed to functions is cancelled, messages are no longer automatically abandoned by the default MessageProcessor implementation. This behavior was changed to allow in-flight function executions to complete successfully via "drain mode" which will provide functions with an extended period of time when an instance is shutting down as a result of scaling in.

Release sprint: Sprint 98 [ bugs | features ]

Commits
  • 378d2b3 Update release_notes.md (#150)
  • e8041e6 Adding dev commits
  • bd33615 Allow all in-flight Service Bus messages to complet during shutdown when func...
  • da43efe Upgraded to version 4.2.1 of Microsoft.Azure.ServiceBus dependency (#133)
  • c72b7e4 Fix PeekAsync for ServiceBusScaleMonitor (#121)
  • b316233 Log exception
  • 32f8df8 Upgraded to version 4.2.1 of Microsoft.Azure.ServiceBus dependency (#133)
  • f17eef1 Fix PeekAsync for ServiceBusScaleMonitor (#121)
  • 062a555 Log exception
  • e0be531 Convert ExpiresAtUtc to UTC time to mitigate serialization issue (#111)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 14, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #69.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.ServiceBus-4.2.2 branch April 29, 2021 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants