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 the azure-sdk group with 2 updates #595

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2024

Bumps the azure-sdk group with 2 updates: Azure.Messaging.EventHubs.Processor and Azure.Messaging.ServiceBus.

Updates Azure.Messaging.EventHubs.Processor from 5.11.0 to 5.11.1

Release notes

Sourced from Azure.Messaging.EventHubs.Processor's releases.

Azure.Messaging.EventHubs.Processor_5.11.1

5.11.1 (2024-03-05)

Other Changes

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.5, which includes several bug fixes. A notable fix addresses an obscure race condition when a cancellation token is signaled while service operations are being invoked concurrently which caused those operations to hang.
Commits
  • 0873748 [Messaging] Companion package 2024 March Release Prep (#42365)
  • 9abf159 Increment package version after release of Azure.Messaging.ServiceBus (#42413)
  • d45fd3d Increment package version after release of Azure.Analytics.Defender.Easm (#42...
  • 0b8edf6 [Text Translation] Update clientRequestId parameter type to System.Guid (#42238)
  • 9084906 ClientModel: Updates to ClientModel public APIs from Azure.Core 2.0 integrati...
  • 3f7d0ca Increment package version after release of Azure.Messaging.EventHubs (#42408)
  • 6886bc5 Increment package version after release of Azure.AI.OpenAI (#42376)
  • 4949862 Increment package version after release of Azure.ResourceManager.Batch (#42399)
  • c512f6b fix(batch): orphan commit id in spec url (#42396)
  • 4fac1f1 Updated Batch Track 2 Management plane SDK for 2024-02-01 API version (#41874)
  • Additional commits viewable in compare view

Updates Azure.Messaging.ServiceBus from 7.17.0 to 7.17.4

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.17.4

7.17.4 (2024-03-05)

Bugs Fixed

  • When creating a new ServiceBusMessage from an existing ServiceBusReceivedMessage, diagnostic properties will now be properly reset. Previously, they were incorrectly retained which led to the new message being indistinguishable from the old in traces.

Other Changes

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.5, which includes several bug fixes. One notable fix addresses an obscure race condition when a cancellation token is signaled while service operations are being invoked concurrently which caused those operations to hang. Another notable fix is for an obscure race condition that occurred when attempting to complete a message which caused the operation to hang.

Azure.Messaging.ServiceBus_7.17.3

7.17.3 (2024-02-14)

Bugs Fixed

  • Fixed draining of credits when prefetch is enabled.
  • No longer drain credits when using the ServiceBusSessionProcessor as it is not necessary unless the ServiceBusSessionProcessorOptions.SessionIds property is set.

Other Changes

  • Loosened validation for the fully qualified namespace name passed to the ServiceBusClient constructor. A URI is now also accepted as a valid format. This is intended to improve the experience when using the management library, CLI, Bicep, or ARM template to create the namespace, as they return only an endpoint for the namespace. Previously, callers were responsible for parsing the endpoint and extracting the host name for use with the client.

Azure.Messaging.ServiceBus_7.17.2

7.17.2 (2024-01-16)

Bugs Fixed

  • Fixed the logic used to set the TimeToLive value of the AmqpMessageHeader for received messages to be based on the difference of the AbsoluteExpiryTime and CreationTime properties of the AmqpMessageProperties.
  • Prevent NullReferenceException from being thrown when the ReceiveMessagesAsync method is called using a high degree of concurrency.
Commits
  • 6886bc5 Increment package version after release of Azure.AI.OpenAI (#42376)
  • 4949862 Increment package version after release of Azure.ResourceManager.Batch (#42399)
  • c512f6b fix(batch): orphan commit id in spec url (#42396)
  • 4fac1f1 Updated Batch Track 2 Management plane SDK for 2024-02-01 API version (#41874)
  • 6f2c47b dotnet sdk update support api 2023 (#42308)
  • d347df8 Failed Update AutoRest C# version to 3.0.0-beta.20240304.1 (#42382)
  • 6948051 [LiveMetrics] report process metrics CPU Total and Committed Memory (#42213)
  • d07d15d Sync eng/common directory with azure-sdk-tools for PR 7758 (#42381)
  • ba3ec48 [Search] Add support for sbyte and int16 types to FieldBuilder (#42378)
  • b48a30e put back explicit usings (#42373)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the azure-sdk group with 2 updates: [Azure.Messaging.EventHubs.Processor](https://github.com/Azure/azure-sdk-for-net) and [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net).


Updates `Azure.Messaging.EventHubs.Processor` from 5.11.0 to 5.11.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs.Processor_5.11.0...Azure.Messaging.EventHubs.Processor_5.11.1)

Updates `Azure.Messaging.ServiceBus` from 7.17.0 to 7.17.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.17.0...Azure.Messaging.ServiceBus_7.17.4)

---
updated-dependencies:
- dependency-name: Azure.Messaging.EventHubs.Processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdk
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 8, 2024
@mburumaxwell mburumaxwell merged commit 6514f63 into main Mar 8, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/azure-sdk-24caec38d6 branch March 8, 2024 14:11
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant