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
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,22 @@
1
1
# Release History
2
2
3
-
## 7.13.0-beta.1 (Unreleased)
3
+
## 7.13.0 (2022-11-14)
4
4
5
5
### Features Added
6
6
- Added rule manager client to manage rules for ServiceBus subscription with listen claims. ([#27711](https://github.com/Azure/azure-sdk-for-java/issues/27711))
7
7
- Added ability to create a subscription with default rule. ([#29885](https://github.com/Azure/azure-sdk-for-java/issues/29885))
8
8
-`ServiceBusAdministrationClientBuilder` now supports using `AzureSasCredential`. ([#30255](https://github.com/Azure/azure-sdk-for-java/issues/30255))
9
9
-`EntityPath` and `FullyQualifiedNamespace` properties are now readable from `ServiceBusReceivedMessageContext`. ([#29089](https://github.com/Azure/azure-sdk-for-java/issues/29089))
10
-
### Breaking Changes
11
-
12
10
### Bugs Fixed
13
11
- Fixed `ServiceBusReceiverClient` release messages if the prefetch is disabled and there is no active receive call in `RECEIVE_AND_DELETE` mode. ([#30861](https://github.com/Azure/azure-sdk-for-java/issues/30861))
14
12
- Fixed incorrect proxy configuration using environment variables. ([#24230](https://github.com/Azure/azure-sdk-for-java/issues/24230))
15
13
- Changed the `sizeInBytes` type in `QueueDescription` and `TopicDescription` from Integer to Long. ([#32064](https://github.com/Azure/azure-sdk-for-java/issues/32064))
16
14
### Other Changes
17
15
- Changed the log level for adding credits from Info to Debug. ([#20836](https://github.com/Azure/azure-sdk-for-java/issues/20836))
18
-
16
+
#### Dependency Updates
17
+
- Upgraded `azure-core` from `1.33.0` to `1.34.0`.
18
+
- Upgraded `azure-core-amqp` from `2.7.2` to `2.8.0`.
19
+
- Upgraded `azure-identity` from `1.6.1` to `1.7.0`.
0 commit comments