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
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,22 @@
1
1
# Release History
2
2
3
-
## 7.16.0-beta.2 (Unreleased)
3
+
## 7.16.0 (2024-04-19)
4
4
5
5
### Features Added
6
6
7
7
- Setting the v2 stack as the default for "Session Processor Client" and "Session Reactor Receiver Client". ([39750](https://github.com/Azure/azure-sdk-for-java/pull/39750))
8
8
9
-
### Breaking Changes
10
-
11
9
### Bugs Fixed
12
10
13
11
- Fixes the ServiceBusProcessorClient to signal intermediate errors to the processor handler. ([#39669](https://github.com/Azure/azure-sdk-for-java/issues/39669))
14
12
15
13
### Other Changes
16
14
15
+
#### Dependency Updates
16
+
- Upgraded `azure-core` from `1.47.0` to `1.48.0`.
17
+
- Upgraded `azure-core-amqp` from `2.9.2` to `2.9.3`.
18
+
- Upgraded `azure-identity` from `1.11.2` to `1.12.0`.
0 commit comments