Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@




## v1.23.3
- fix: revert shared framework packages to 8.x for net8 Functions host compatibility ([#698](https://github.com/microsoft/durabletask-dotnet/pull/698))
- Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693))
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The v1.23.3 changelog section includes an entry for "Release v1.23.2" (#693). This looks like the prior release PR and is inconsistent with the rest of the changelog (no other versions list their release PR). Consider removing this line so v1.23.3 only lists actual changes included in the release (e.g., #698).

Suggested change
- Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693))

Copilot uses AI. Check for mistakes.

## v1.23.2
- fix: improve large payload error handling — better error message and prevent infinite retry and fix conflict with auto chunking ([#691](https://github.com/microsoft/durabletask-dotnet/pull/691))
- Bump dotnet-sdk from 10.0.103 to 10.0.201 ([#673](https://github.com/microsoft/durabletask-dotnet/pull/673))
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.23.2</VersionPrefix>
<VersionPrefix>1.23.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down
Loading