Skip to content
Open
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
16 changes: 14 additions & 2 deletions dotnet/src/Microsoft.Agents.AI.DurableTask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## v1.0.0-preview.* (Unreleased)
## v1.0.0-preview.251204.1

- Initial public release.
- Added orchestration ID to durable agent entity state ([#2137](https://github.com/microsoft/agent-framework/pull/2137))

## v1.0.0-preview.251125.1

- Added support for .NET 10 ([#2128](https://github.com/microsoft/agent-framework/pull/2128))

## v1.0.0-preview.251114.1

- Added friendly error message when running durable agent that isn't registered ([#2214](https://github.com/microsoft/agent-framework/pull/2214))

## v1.0.0-preview.251112.1

- Initial public release ([#1916](https://github.com/microsoft/agent-framework/pull/1916))
Loading