From 840a2a31b4f1e438e11b46ca2c5f22baf4be4bd2 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:12:21 -0400 Subject: [PATCH] chore: update changelogs (#225) --- CHANGELOG.md | 8 +++++-- docs/changelog/introduction.mdx | 38 +++++++++++++++++++++++++++++++++ sdks/python/CHANGELOG.md | 20 ++++++++++++++++- sdks/typescript/CHANGELOG.md | 18 ++++++++++++++++ 4 files changed, 81 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6de328b..53642f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.3.3] - 2025-10-01 +## [2.3.3] — 2025-10-01 + +### Changed + +- Deriver Rollup Queue processes interleaved messages for more context ### Fixed - Dialectic Streaming to follow SSE conventions - Sentry tracing in the deriver -## [2.3.2] - 2025-09-25 +## [2.3.2] — 2025-09-25 ### Added diff --git a/docs/changelog/introduction.mdx b/docs/changelog/introduction.mdx index c9c80059..638eb6aa 100644 --- a/docs/changelog/introduction.mdx +++ b/docs/changelog/introduction.mdx @@ -28,6 +28,10 @@ Welcome to the Honcho changelog! This section documents all notable changes to t + ### Changed + + - Deriver Rollup Queue processes interleaved messages for more context + ### Fixed - Dialectic Streaming to follow SSE conventions @@ -301,6 +305,23 @@ Welcome to the Honcho changelog! This section documents all notable changes to t [Python SDK](https://pypi.org/project/honcho-ai/) + + ### Added + + - Get Peer Card method + - Update Message metadata method + - Session level deriver status methods + - Delete session message + + ### Fixed + + - Dialectic Stream returns Iterators + - Type warnings + + ### Changed + + - Pagination class to match core implementation + ### Added @@ -348,6 +369,23 @@ Welcome to the Honcho changelog! This section documents all notable changes to t [TypeScript SDK](https://www.npmjs.com/package/@honcho-ai/sdk) + + ### Added + + - Get Peer Card method + - Update Message metadata method + - Session level deriver status methods + - Delete session message + + ### Fixed + + - Dialectic Stream returns Iterators + - Type warnings + + ### Changed + + - Pagination class to match core implementation + ### Added diff --git a/sdks/python/CHANGELOG.md b/sdks/python/CHANGELOG.md index b7bfed95..8a06e418 100644 --- a/sdks/python/CHANGELOG.md +++ b/sdks/python/CHANGELOG.md @@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.4.0] - 2025-08-12 +## [1.4.1] — 2025-01-01 + +### Added + +- Get Peer Card method +- Update Message metadata method +- Session level deriver status methods +- Delete session message + +### Fixed + +- Dialectic Stream returns Iterators +- Type warnings + +### Changed + +- Pagination class to match core implementation + +## [1.4.0] — 2025-08-12 ### Added diff --git a/sdks/typescript/CHANGELOG.md b/sdks/typescript/CHANGELOG.md index 3bb90d8c..e4366558 100644 --- a/sdks/typescript/CHANGELOG.md +++ b/sdks/typescript/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.1] — 2025-01-01 + +### Added + +- Get Peer Card method +- Update Message metadata method +- Session level deriver status methods +- Delete session message + +### Fixed + +- Dialectic Stream returns Iterators +- Type warnings + +### Changed + +- Pagination class to match core implementation + ## [1.4.0] - 2025-08-12 ### Added