Skip to content

Commit e832f29

Browse files
authored
[EventHub/ServiceBus] prep release (Azure#38458)
1 parent 7c414fe commit e832f29

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Release History
22

3-
## 5.12.3 (Unreleased)
3+
## 5.13.0 (2024-11-12)
44

55
### Features Added
66

77
- Added `ssl_context` parameter to the clients to allow users to pass in the SSL context, in which case, `connection_verify` will be ignored if specified.
88

9-
- Added logging to track received messages.
9+
### Other Changes
10+
11+
- Added debug logging to track received messages.
1012

1113
## 5.12.2 (2024-10-02)
1214

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "5.12.3"
6+
VERSION = "5.13.0"

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
# Release History
22

3-
## 7.12.4 (Unreleased)
3+
## 7.13.0 (2024-11-12)
44

55
### Features Added
66

77
- Added `ssl_context` parameter to the clients to allow users to pass in the SSL context, in which case, `connection_verify` will be ignored if specified.([#37246](https://github.com/Azure/azure-sdk-for-python/issues/37246))
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
- Fixed a broken f-string present in a `ValueError` when using the async client ([37695](https://github.com/Azure/azure-sdk-for-python/issues/37695))
1412

1513
### Other Changes
1614

17-
- Added logging to track received messages.
15+
- Added debug logging to track received messages.
1816

1917
## 7.12.3 (2024-09-19)
2018

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "7.12.4"
6+
VERSION = "7.13.0"

0 commit comments

Comments
 (0)