Skip to content

Commit 4601293

Browse files
Prepare for release (Azure#34792)
1 parent 6283da5 commit 4601293

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.1.0 (2023-03-08)
84

95
### Bugs Fixed
106

11-
### Other Changes
127
- Custom defined entity models that implement `ITableEntity` explicitly will now be serialized properly ([#26514](https://github.com/Azure/azure-sdk-for-net/issues/26514))
138

9+
- Added support for parsing JSON bytes to `TableEntity` to support out-of-process language workers.
10+
1411
## 1.0.0 (2022-04-11)
1512

1613
### Breaking Changes

sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.1.0-beta.1</Version>
4+
<Version>1.1.0</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>1.0.0</ApiCompatVersion>
77
<Description>This package extends the Microsoft.Azure.WebJobs library with Table triggers using Azure Table service.</Description>

0 commit comments

Comments
 (0)