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/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,13 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
3
+
## 1.1.0 (2023-03-08)
8
4
9
5
### Bugs Fixed
10
6
11
-
### Other Changes
12
7
- Custom defined entity models that implement `ITableEntity` explicitly will now be serialized properly ([#26514](https://github.com/Azure/azure-sdk-for-net/issues/26514))
13
8
9
+
- Added support for parsing JSON bytes to `TableEntity` to support out-of-process language workers.
0 commit comments