Skip to content

Commit d6f5462

Browse files
committed
changelog + version
1 parent 1f358d0 commit d6f5462

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 5.6.2 (Unreleased)
3+
## 5.7.0 (Unreleased)
44

55
### Features Added
66

sdk/eventhub/azure-eventhub/azure/eventhub/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "5.6.2"
6+
VERSION = "5.7.0"

sdk/servicebus/azure-servicebus/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Release History
22

3-
## 7.4.1 (Unreleased)
3+
## 7.5.0 (Unreleased)
44

55
### Features Added
66

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+
711
### Breaking Changes
812

913
### Bugs Fixed

sdk/servicebus/azure-servicebus/azure/servicebus/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "7.4.1"
6+
VERSION = "7.5.0"

0 commit comments

Comments
 (0)