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-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
# Release History
2
2
3
-
## 7.18.0-beta.2 (Unreleased)
3
+
## 7.17.6 (2024-11-12)
4
4
5
5
### Features Added
6
6
7
7
- Enabled RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache by default. ([42641](https://github.com/Azure/azure-sdk-for-java/pull/42641))
8
8
- Improves the synchronous `acceptNextSession` and `acceptSession` APIs of `ServiceBusSessionReceiverClient` to reduce the chances of the broker holding session lock for some time when client-side timeout occurs. ([42838](https://github.com/Azure/azure-sdk-for-java/pull/42838))
9
9
10
-
### Breaking Changes
11
-
12
-
### Bugs Fixed
13
-
14
10
### Other Changes
15
11
12
+
#### Dependency Updates
13
+
- Upgraded `azure-core` from `1.53.0` to `1.54.0`.
14
+
- Upgraded `azure-core-amqp` from `2.9.10` to `2.9.11`.
15
+
- Upgraded `azure-identity` from `1.14.0` to `1.14.1`.
16
+
16
17
## 7.17.5 (2024-10-16)
17
18
18
19
### Bugs Fixed
@@ -81,12 +82,6 @@
81
82
- Upgraded `azure-core-amqp` from `2.9.4` to `2.9.6`.
82
83
- Upgraded `azure-identity` from `1.12.1` to `1.13.0`.
83
84
84
-
## 7.18.0-beta.1 (2024-05-15)
85
-
86
-
### Features Added
87
-
88
-
- Added the support for batch-delete APIs in Receiver client.
0 commit comments