From 56b5722cb9b7f1fa932462c79a5d8f241c28826e Mon Sep 17 00:00:00 2001
From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date: Wed, 1 Oct 2025 18:07:46 +0000
Subject: [PATCH] Update changelog for sdk-js v0.0.147
- Add v0.0.147 entry with release date October 1, 2025
- Document stream compression features from PR #186
- Document Content-Type header fix from PR #185
Co-Authored-By: unknown <>
---
content/Changelog/sdk-js.mdx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/content/Changelog/sdk-js.mdx b/content/Changelog/sdk-js.mdx
index fc37bb4a..ac239457 100644
--- a/content/Changelog/sdk-js.mdx
+++ b/content/Changelog/sdk-js.mdx
@@ -7,6 +7,20 @@ 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.147
+
+
+ Released: October 1, 2025
+
+
+**Changes**
+
+- **Added**: Support for automatic stream compression (defaults off) ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
+- **Added**: Support for direct write to Stream in addition to getWriter() ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
+- **Added**: Property `bytesWritten` to the Stream interface to track total bytes written ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
+- **Added**: Property `compressed` to the Stream interface to indicate if compression is enabled ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
+- **Fixed**: Remove explicit Content-Type header for application/json in GET requests ([PR #185](https://github.com/agentuity/sdk-js/pull/185))
+
## v0.0.146