chore(deps): update dependency azure-servicebus to v7.12.3 #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.8.2
->==7.12.3
Release Notes
Azure/azure-sdk-for-python (azure-servicebus)
v7.12.3
Compare Source
7.12.3 (2024-09-19)
Bugs Fixed
ResourceNotFoundError
(36545)v7.12.2
Compare Source
7.12.2 (2024-05-08)
Bugs Fixed
v7.12.1
Compare Source
7.12.1 (2024-03-20)
Bugs Fixed
Other Changes
v7.12.0
Compare Source
7.12.0 (2024-03-06)
Features Added
max_wait_time
on the ServiceBusReceiver constructor allowing users to change the default server timeout of 65 seconds when accepting a session on a Session-Enabled/Queues/Topics if NEXT_AVAILABLE_SESSION is used.Other Changes
azure-core
version to 1.28.0.None
values in AMQP connection info with empty strings as per the OpenTelemetry specification (#32190).v7.11.4
Compare Source
7.11.4 (2023-11-13)
Bugs Fixed
v7.11.3
Compare Source
7.11.3 (2023-10-11)
Bugs Fixed
prefetch_count
was not being passed through correctly and caused messages to not be received as expected when inRECEIVE_AND_DELETE
mode (#31712, #31711).v7.11.2
Compare Source
7.11.2 (2023-09-13)
Bugs Fixed
NoneType object has no attribute 'settle_messages'
which was raised when a connection was dropped due to a blocked process (#30514)Other Changes
__contains__
method was added toazure.servicebus
for the following (PR #30846, thanks @pamelafox).ServiceBusConnectionStringProperties
amqp.AmqpMessageHeader
amqp.AmqpMessageProperties
management.AccessRights
management.NamespaceProperties
management.QueueProperties
management.TopicProperties
management.SubscriptionProperties
management.RuleProperties
v7.11.1
Compare Source
7.11.1 (2023-07-12)
Bugs Fixed
end frame received on invalid channel
which was raised when a disconnect was sent by the service (#30860)link already closed
which was raised when the client was closing and disconnecting from the service (#30836)Other Changes
MessageLockLostError
from the superclassServiceBusError
.v7.11.0
Compare Source
7.11.0 (2023-06-06)
Features Added
socket_timeout
has been added toget_queue_sender
,get_queue_receiver
,get_topic_sender
, andget_subscription_receiver
on the sync and asyncServiceBusClient
.Bugs Fixed
delivery_id
beingNone
.Other Changes
Diagnostic-Id
if thetraceparent
message application property is not found.component
attribute was removed from all spans.v7.10.0
Compare Source
7.10.0 (2023-05-09)
Version 7.10.0 is our first stable release of the Azure Service Bus client library based on a pure Python implemented AMQP stack.
Features Added
uamqp_transport
has been added to sync and asyncServiceBusClient
constructors which indicates whether to use theuamqp
library or the default pure Python AMQP library as the underlying transport.Bugs Fixed
ServiceBusAdministrationClient
expectedcredential
withget_token
method returningAccessToken.token
of typebytes
and notstr
, now matching the documentation.raw_amqp_message.header
andmessage.header
properties onServiceReceivedBusMessage
were returned withdurable
,first_acquirer
, andpriority
properties set by default, rather than the values returned by the service.ServiceBusReceivedMessage
was not picklable (Issue #27947).Other Changes
message
attribute onServiceBus
/ServiceBusMessageBatch
/ServiceBusReceivedMessage
, which previously exposed theuamqp.Message
/uamqp.BatchMessage
, has been deprecated.LegacyMessage
/LegacyBatchMessage
objects returned by themessage
attribute onServiceBus
/ServiceBusMessageBatch
have been introduced to help facilitate the transition.uamqp >= 1.6.3
as an optional dependency for use with theuamqp_transport
keyword.messaging.system
- messaging system (i.e.,servicebus
)messaging.operation
- type of operation (i.e.,publish
,receive
, orsettle
)messaging.batch.message_count
- number of messages sent or received (if more than one)ServiceBus.complete
)az.namespace
,messaging.destination.name
,net.peer.name
,messaging.system
, andmessaging.operation
attributes.send
spans now contain links tomessage
spans. Now,message
spans will no longer contain a link to thesend
span.v7.9.0
Compare Source
7.9.0 (2023-04-11)
Breaking Changes
ServiceBusAdministrationClient
. This means there will be nomsrest.exceptions.ValidationError
raised by theServiceBusAdministrationClient
in the case of malformed input. Anazure.core.exceptions.HttpResponseError
may now be raised if the server refuses the request.Bugs Fixed
azure.servicebus.management
were not following uppercase convention.Other Changes
azure-core
version to 1.24.0.msrest
dependency.azure-common
dependency.v7.8.3
Compare Source
7.8.3 (2023-03-09)
Bugs Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.