mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
2.0 KiB
2.0 KiB
Release History
[Unreleased]
Changed
- Added TTL configuration for durable agent entities (#2679)
- Switch to new "Run" method name (#2843)
- Removed AgentThreadMetadata and used AgentSessionId directly instead (#3067);
- Renamed AgentThread to AgentSession (#3430)
- Moved AgentSession.Serialize to AIAgent.SerializeSession (#3650)
- Renamed serializedSession parameter to serializedState on DeserializeSessionAsync for consistency (#3681)
- Introduce Core method pattern for Session management methods on AIAgent (#3699)
- Changed AIAgent.SerializeSession to AIAgent.SerializeSessionAsync (#3879)
- Changed ChatHistory and AIContext Providers to have pipeline semantics (#3806)
- Marked all
RunAsync<T>overloads asnew, added missing ones, and added support for primitives and arrays (#3803) - Improve session cast error message quality and consistency (#3973)
v1.0.0-preview.251204.1
- Added orchestration ID to durable agent entity state (#2137)
v1.0.0-preview.251125.1
- Added support for .NET 10 (#2128)
v1.0.0-preview.251114.1
- Added friendly error message when running durable agent that isn't registered (#2214)
v1.0.0-preview.251112.1
- Initial public release (#1916)