diff --git a/content/Changelog/sdk-js.mdx b/content/Changelog/sdk-js.mdx index 5ca36f8a..f81783e6 100644 --- a/content/Changelog/sdk-js.mdx +++ b/content/Changelog/sdk-js.mdx @@ -7,6 +7,72 @@ import { Callout } from 'fumadocs-ui/components/callout'; This page documents the release history of the [Agentuity JavaScript SDK](https://github.com/agentuity/sdk-js). +## v0.0.89 + + + Released: March 25, 2025 + + +### Changes + +- Add the agentName to the log attributes ([PR #33](https://github.com/agentuity/sdk-js/pull/33)) +- Console Logger: show max depth for any objects ([PR #32](https://github.com/agentuity/sdk-js/pull/32)) +- When stream is requested but the response isn't a stream, chunk up the response data into chunks and smooth out as if streamed ([PR #31](https://github.com/agentuity/sdk-js/pull/31)) +- Fixed issue with buffer underrun getting sent and issue with json encoding ([PR #34](https://github.com/agentuity/sdk-js/pull/34)) + +## v0.0.88 + + + Released: March 21, 2025 + + +### Changes + +- Improve loading project when using node or bun directly vs using start script or agentuity dev +- Fix mismatch between local run vs remote run with HTTP headers as property of metadata vs the metadata object + +## v0.0.87 + + + Released: March 18, 2025 + + +### Changes + +- Slight improvement in location of when context.logger for agent is created + +## v0.0.86 + + + Released: March 16, 2025 + + +### Changes + +- Add support for agentId on context.logger +- Fix issue with underrun on base64 stream + +## v0.0.85 + + + Released: March 15, 2025 + + +### Changes + +- Streaming Support including SSE + +## v0.0.84 + + + Released: March 14, 2025 + + +### Changes + +- Stream IO Input: add new facility to support stream io for input data ([PR #23](https://github.com/agentuity/sdk-js/pull/23)) +- Release with new transport model + ## v0.0.83