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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
# Release History
2
2
3
-
## 12.4.0-beta.1 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
3
+
## 12.3.10 (2023-04-17)
8
4
9
5
### Bugs Fixed
10
6
- Fixed bug that disallowed empty strings as partition and row keys
11
7
- 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
+
12
9
### Other Changes
10
+
- Test proxy migration
11
+
12
+
#### Dependency Updates
13
13
14
+
- Upgraded `azure-core` from `1.37.0` to version `1.38.0`.
15
+
- Upgraded `azure-core-http-netty` from `1.13.1` to version `1.13.2`.
0 commit comments