From 2a404ec5a958138711162360be291cf265706137 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 18:03:49 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.104 Co-Authored-By: unknown <> --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b179f..41e419d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.104] - 2025-08-28 + +### ⚠️ Breaking Changes + +The AgentContext constructor parameter has been renamed from `run_id` to `session_id` for better alignment with how we reference sessions. The `runId` property is still available for backward compatibility but is deprecated. ([#89](https://github.com/agentuity/sdk-py/pull/89)) + +```diff +- context = AgentContext(run_id="sess_123", ...) ++ context = AgentContext(session_id="sess_123", ...) +``` + +### Changed +- Switch from OpenLIT to TraceLoop SDK for OpenTelemetry instrumentation to improve async context management ([#88](https://github.com/agentuity/sdk-py/pull/88)) + +### Fixed +- Resolved "context attached/detached in a different context" warnings in async environments, particularly with LangChain instrumentation ([#88](https://github.com/agentuity/sdk-py/pull/88)) + ## [0.0.103] - 2025-08-08 ### Added @@ -293,3 +310,5 @@ The Discord interface method has been renamed from `discord_message()` to `disco [0.0.72]: https://github.com/agentuity/sdk-py/compare/v0.0.71...v0.0.72 [0.0.71]: https://github.com/agentuity/sdk-py/compare/v0.0.70...v0.0.71 [0.0.70]: https://github.com/agentuity/sdk-py/compare/v0.0.69...v0.0.70 + +[0.0.104]: https://github.com/agentuity/sdk-py/compare/v0.0.103...v0.0.104 From 2dfa90308e02ade23e06ca067863cedb8ca54685 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:12:41 +0000 Subject: [PATCH 2/2] Fix version comparison link ordering in changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e419d..01f2acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -276,6 +276,7 @@ The Discord interface method has been renamed from `discord_message()` to `disco ## [0.0.69] - 2025-03-10 +[0.0.104]: https://github.com/agentuity/sdk-py/compare/v0.0.103...v0.0.104 [0.0.103]: https://github.com/agentuity/sdk-py/compare/v0.0.102...v0.0.103 [0.0.102]: https://github.com/agentuity/sdk-py/compare/v0.0.101...v0.0.102 [0.0.101]: https://github.com/agentuity/sdk-py/compare/v0.0.100...v0.0.101 @@ -310,5 +311,3 @@ The Discord interface method has been renamed from `discord_message()` to `disco [0.0.72]: https://github.com/agentuity/sdk-py/compare/v0.0.71...v0.0.72 [0.0.71]: https://github.com/agentuity/sdk-py/compare/v0.0.70...v0.0.71 [0.0.70]: https://github.com/agentuity/sdk-py/compare/v0.0.69...v0.0.70 - -[0.0.104]: https://github.com/agentuity/sdk-py/compare/v0.0.103...v0.0.104