Skip to content

Commit 0a79239

Browse files
kshyjuCopilot
andcommitted
Add changelog entries for durable workflow support (#4436)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ad51aee commit 0a79239

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

dotnet/src/Microsoft.Agents.AI.DurableTask/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## [Unreleased]
44

5-
### Changed
5+
- Added support for durable workflows ([#4436](https://github.com/microsoft/agent-framework/pull/4436))
6+
7+
## v1.0.0-preview.260127.1
8+
9+
- [BREAKING] Renamed AgentThread to AgentSession ([#3430](https://github.com/microsoft/agent-framework/pull/3430))
10+
11+
## v1.0.0-preview.260108.1
12+
13+
- [BREAKING] Removed AgentThreadMetadata and used AgentSessionId directly instead ([#3067](https://github.com/microsoft/agent-framework/pull/3067))
14+
15+
## v1.0.0-preview.251219.1
616

717
- Added TTL configuration for durable agent entities ([#2679](https://github.com/microsoft/agent-framework/pull/2679))
818
- Switch to new "Run" method name ([#2843](https://github.com/microsoft/agent-framework/pull/2843))
9-
- Removed AgentThreadMetadata and used AgentSessionId directly instead ([#3067](https://github.com/microsoft/agent-framework/pull/3067));
10-
- Renamed AgentThread to AgentSession ([#3430](https://github.com/microsoft/agent-framework/pull/3430))
1119

1220
## v1.0.0-preview.251204.1
1321

dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release History
22

3-
## <version>
3+
## [Unreleased]
4+
5+
- Added Azure Functions hosting support for durable workflows ([#4436](https://github.com/microsoft/agent-framework/pull/4436))
6+
7+
## v1.0.0-preview.251219.1
48

59
- Addressed incompatibility issue with `Microsoft.Azure.Functions.Worker.Extensions.DurableTask` >= 1.11.0 ([#2759](https://github.com/microsoft/agent-framework/pull/2759))
610

0 commit comments

Comments
 (0)