chore: update changelogs (#225)
This commit is contained in:
parent
73c5eb1f5a
commit
840a2a31b4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,10 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
|
|||
<Tabs>
|
||||
<Tab title="Honcho API">
|
||||
<Update label="v2.3.3 (Current)">
|
||||
### 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
|
|||
|
||||
<Tab title="Python SDK">
|
||||
[Python SDK](https://pypi.org/project/honcho-ai/)
|
||||
<Update label="v1.4.1">
|
||||
### 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
|
||||
</Update>
|
||||
<Update label="v1.4.0">
|
||||
### Added
|
||||
|
||||
|
|
@ -348,6 +369,23 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
|
|||
|
||||
<Tab title="TypeScript SDK">
|
||||
[TypeScript SDK](https://www.npmjs.com/package/@honcho-ai/sdk)
|
||||
<Update label="v1.4.1">
|
||||
### 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
|
||||
</Update>
|
||||
<Update label="v1.4.0">
|
||||
### Added
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue