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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 7.15.0-beta.3 (Unreleased)
3
+
## 7.15.0-beta.4 (Unreleased)
4
4
5
5
### Features Added
6
6
@@ -10,6 +10,19 @@
10
10
11
11
### Other Changes
12
12
13
+
## 7.15.0-beta.3 (2023-08-14)
14
+
15
+
### Features Added
16
+
17
+
- Redesigned session processor that addresses the out of order message delivery and to use Prefetch reliability redesign in azure-core-amqp 2.9.0-beta.5.
18
+
19
+
### Other Changes
20
+
21
+
#### Dependency Updates
22
+
- Upgraded `azure-core` from `1.41.0` to `1.42.0`.
23
+
- Upgraded `azure-core-amqp` from `2.9.0-beta.4` to `2.9.0-beta.5`.
24
+
- Upgraded `azure-identity` from `1.9.2` to `1.10.0`.
0 commit comments