You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ServiceBus] Track2 - Dead Letter Queue Receiver Implementation and Dead Letter Fix (Azure#11535)
* dead letter fix
* fix mypy and update dependency
* draft implementation of dead letter queue receiver, re-enable dead letter test
* helpify entity name generation in dead letter queue
* tweak test
* merge kieran commit
* complete dlq feature
* fix pylint
* add dlq samples
* fix pylint
* update according to review comment
* move DLQ path generation outside
* tweak change log
* fix pylint error
* fix pylint
* move idletimeout and prefetch out of config
* fix typo
Co-authored-by: Kieran Brantner-Magee <[email protected]>
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-servicebus/CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## 7.0.0b3 (Unreleased)
4
4
5
+
**New Features**
6
+
7
+
* Added methods `get_queue_deadletter_receiver` and `get_subscription_deadletter_receiver` in `ServiceBusClient` to get a `ServiceBusReceiver` for the dead-letter sub-queue of the target entity.
8
+
9
+
**BugFixes**
10
+
11
+
* Updated uAMQP dependency to 1.2.8.
12
+
* Fixed bug where reason and description were not being set when dead-lettering messages.
5
13
6
14
## 7.0.0b2 (2020-05-04)
7
15
@@ -23,7 +31,7 @@
23
31
24
32
**BugFixes**
25
33
26
-
*Fig bug where http_proxy and transport_type in ServiceBusClient are not propagated into Sender/Receiver creation properly.
34
+
*Fixed bug where http_proxy and transport_type in ServiceBusClient are not propagated into Sender/Receiver creation properly.
27
35
* Updated uAMQP dependency to 1.2.7.
28
36
* Fixed bug in setting certificate of tlsio on MacOS. #7201
29
37
* Fixed bug that caused segmentation fault in network tracing on MacOS when setting `logging_enable` to `True` in `ServiceBusClient`.
0 commit comments