From 15828343f6057a2e71c217b462685afcc2f366e4 Mon Sep 17 00:00:00 2001 From: Courtland Leer Date: Thu, 2 Oct 2025 14:30:26 -0400 Subject: [PATCH] release notes 10.02.25 --- content/releases/Release Notes 10.02.25.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/releases/Release Notes 10.02.25.md diff --git a/content/releases/Release Notes 10.02.25.md b/content/releases/Release Notes 10.02.25.md new file mode 100644 index 000000000..b06b5f239 --- /dev/null +++ b/content/releases/Release Notes 10.02.25.md @@ -0,0 +1,31 @@ +--- +title: Release Notes 10.02.25 +date: 10.02.25 +tags: + - releases + - announcements + - honcho + - dev +--- +# Honcho Updates v2.3.3 + +- A modified deriver that balances speed with providing with max possible context for Peer representations updates +- More capable SDKs to compose the different contextual elements of Honcho more easily (Peer Cards, Messages, etc) +- Easier to build reactive applications that dynamically change based on deriver progress +## ADDED +- SDK: Get Peer Card method +- SDK: Update Message metadata method +- SDK: Session level deriver status methods - SDK: Delete session message +## CHANGED +- SDK: Pagination class to match core implementation +- CORE: Deriver Rollup Queue processes interleaved messages for more context +## FIXED +- SDK: Dialectic Stream returns Iterators +- SDK: Type warnings +- CORE: Dialectic Streaming to follow SSE conventions +- CORE: Sentry tracing in the deriver +# Links +- [Sign-up for Honcho](https://app.honcho.dev/) & start building personalized agent experiences +- [Join our Discord](https://discord.gg/honcho) & tell us what you're working on +- [Visit our open-source repo](https://github.com/plastic-labs/honcho) & get your hands dirty +- [Check out the docs](https://docs.honcho.dev) \ No newline at end of file