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 Azure.Messaging.ServiceBus from 7.17.5 to 7.18.1 in the azure group across 1 directory #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the azure group with 1 update in the / directory: Azure.Messaging.ServiceBus.

Updates Azure.Messaging.ServiceBus from 7.17.5 to 7.18.1

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.18.1

7.18.1 (2024-07-31)

Other Changes

  • Bump Azure.Core.Amqp dependency to 1.3.1, which includes a fix to serialization of binary application properties.

Azure.Messaging.ServiceBus_7.18.0

7.18.0 (2024-07-18)

Acknowledgments

Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:

Bugs Fixed

  • Fixed an issue that caused connection strings using host names without a scheme to fail parsing and be considered invalid.

  • Fixed an issue where the scheduled enqueue time was not cleared when creating a new message from a received message.

  • Fixed an issue that prevented relative URIs from being used with application properties in the ServiceBusMessage.ApplicationProperties and ServiceBusReceivedMessage.ApplicationProperties collections.

  • Fixed an issue that caused ServiceBusMessageBatch to accept more than the allowed 1mb batch limit when sending to Service Bus entities with large message sizes enabled.

  • Fixed issue where the SupportOrdering property was not being respected when set on CreateTopicOptions.

Other Changes

  • The client will now refresh the maximum message size each time a new AMQP link is opened; this is necessary for large message support, where the maximum message size for entities can be reconfigureed adjusted on the fly. Because the client had cached the value, it would not be aware of the change and would enforce the wrong size for batch creation.

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.7, which contains a fix for decoding messages with a null format code as the body.

  • Improved efficiency of subclient creation, reducing allocations when no explicit options are passed.

  • Fixed deserialization of the lock token to take into account endianness. (A community contribution, courtesy of martincostello)

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 <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 group with 1 update in the / directory: [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net).


Updates `Azure.Messaging.ServiceBus` from 7.17.5 to 7.18.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.17.5...Azure.Messaging.ServiceBus_7.18.1)

---
updated-dependencies:
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 1, 2024
@coveralls
Copy link

Coverage Status

coverage: 50.873%. remained the same
when pulling 38affc7 on dependabot/nuget/azure-0ca7ccea23
into 8d78dfe on main.

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