Skip to content

Commit 7ed6c6a

Browse files
Update changelog for sdk-js v0.0.147 (#303)
- 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 <> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 842c4bb commit 7ed6c6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/Changelog/sdk-js.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ This page documents the release history of the [Agentuity JavaScript SDK](https:
3838

3939
**Changes**
4040

41-
- **Added**: Support for automatic stream compression with new `bytesWritten` and `compressed` properties on Stream interface ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
42-
- **Added**: Support for direct write to Stream in addition to getWriter() method ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
43-
- **Fixed**: Remove the explicit Content-Type header for application/json in send (internal) to allow each service caller to properly set ([PR #185](https://github.com/agentuity/sdk-js/pull/185))
44-
41+
- **Added**: Support for automatic stream compression (defaults off) ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
42+
- **Added**: Support for direct write to Stream in addition to getWriter() ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
43+
- **Added**: Property `bytesWritten` to the Stream interface to track total bytes written ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
44+
- **Added**: Property `compressed` to the Stream interface to indicate if compression is enabled ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
45+
- **Fixed**: Remove explicit Content-Type header for application/json in GET requests ([PR #185](https://github.com/agentuity/sdk-js/pull/185))
4546
## v0.0.146
4647

4748
<Callout type="info">

0 commit comments

Comments
 (0)