File tree 4 files changed +8
-4
lines changed
servicebus/azure-servicebus
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 5.6.2 (Unreleased)
3
+ ## 5.7.0 (Unreleased)
4
4
5
5
### Features Added
6
6
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
5
6
- VERSION = "5.6.2 "
6
+ VERSION = "5.7.0 "
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 7.4.1 (Unreleased)
3
+ ## 7.5.0 (Unreleased)
4
4
5
5
### Features Added
6
6
7
+ - Added support for fixed (linear) retry backoff:
8
+ - Sync/async ` ServiceBusClient ` constructors and ` from_connection_string ` take ` retry_mode ` as a keyword argument.
9
+ - ` RetryMode ` enum has been added to ` azure.servicebus ` , with values ` FIXED ` and ` EXPONENTIAL ` .
10
+
7
11
### Breaking Changes
8
12
9
13
### Bugs Fixed
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
5
6
- VERSION = "7.4.1 "
6
+ VERSION = "7.5.0 "
You can’t perform that action at this time.
0 commit comments