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/tables/azure-data-tables/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,35 @@
1
1
# Release History
2
2
3
+
## 12.4.0-beta.1 (Unreleased)
4
+
5
+
### Features Added
6
+
7
+
### Breaking Changes
8
+
9
+
### Bugs Fixed
10
+
11
+
### Other Changes
12
+
3
13
## 12.3.10 (2023-04-17)
4
14
5
15
### Bugs Fixed
16
+
6
17
- Fixed bug that disallowed empty strings as partition and row keys
7
18
- Fixed handling of paging headers when Table Storage returned a `x-ms-continuation-NextPartitionKey` but no `x-ms-continuation-NextRowKey`. This was causing the subsequent pages are not fetched.
8
19
9
20
### Other Changes
21
+
10
22
- Test proxy migration
11
23
12
24
#### Dependency Updates
13
25
14
26
- Upgraded `azure-core` from `1.37.0` to version `1.38.0`.
15
27
- Upgraded `azure-core-http-netty` from `1.13.1` to version `1.13.2`.
0 commit comments