mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
Add release notes for 09.25.25 (#111)
* Add release notes for 09.25.25 * Update release notes for 09.25.25 * Further updates to release notes for 09.25.25, fixed link * Final updates to release notes for 09.25.25
This commit is contained in:
parent
543c509be4
commit
bfa7fca315
41
content/releases/Release Notes 09.25.25.md
Normal file
41
content/releases/Release Notes 09.25.25.md
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
title: Release Notes 09.25.25
|
||||||
|
date: 09.25.25
|
||||||
|
tags:
|
||||||
|
- releases
|
||||||
|
- announcements
|
||||||
|
- honcho
|
||||||
|
- dev
|
||||||
|
---
|
||||||
|
## Honcho Updates v2.3.2
|
||||||
|
|
||||||
|
- Honcho is 10x faster!
|
||||||
|
- Added the ability to fetch peer cards directly from the API for streamlined access
|
||||||
|
- Reliability improvements
|
||||||
|
- Stability and performance improvements, bug fixes
|
||||||
|
|
||||||
|
Added
|
||||||
|
|
||||||
|
- Get peer cards endpoint (`GET /v2/peers/{peer_id}/card`) for retrieving targeted peer context information
|
||||||
|
|
||||||
|
Changed
|
||||||
|
|
||||||
|
- Replaced Mirascope dependency with small client implementation for better control
|
||||||
|
- Optimized deriver performance by using joins on messages table instead of storing token count in queue payload
|
||||||
|
- Database scope optimization for various operations
|
||||||
|
- Batch representation task processing for ~10x speed improvement in practice
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
|
||||||
|
- Separated clean and claim work units in queue manager to prevent race conditions
|
||||||
|
- Skip locked ActiveQueueSession rows on delete operations
|
||||||
|
- Langfuse SDK integration updates for compatibility
|
||||||
|
- Added configurable maximum message size to prevent token overflow in deriver
|
||||||
|
- Various minor bugfixes
|
||||||
|
|
||||||
|
## 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)
|
||||||
Loading…
Reference in New Issue
Block a user