-
Notifications
You must be signed in to change notification settings - Fork 1
Update changelog for sdk-js v0.0.147 #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog for sdk-js v0.0.147 #303
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
WalkthroughUpdated the JS SDK changelog ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | f8b4f54 | Oct 04 2025, 02:58 PM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
content/Changelog/sdk-js.mdx (1)
18-23: Copy/format consistency for changelog entries
- Use backticks for interface/method names:
Stream,getWriter().- Change “(defaults off)” → “(default off).” and add trailing periods to each entry.
- Use “on the
Streaminterface” when referring to properties.- **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)) + **Added**: Support for automatic stream compression (default off). ([PR #186](https://github.com/agentuity/sdk-js/pull/186)) + **Added**: Support for writing directly to `Stream` in addition to `getWriter()`. ([PR #186](https://github.com/agentuity/sdk-js/pull/186)) + **Added**: Property `bytesWritten` on the `Stream` interface to track total bytes written. ([PR #186](https://github.com/agentuity/sdk-js/pull/186)) + **Added**: Property `compressed` on the `Stream` interface to indicate if compression is enabled. ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/Changelog/sdk-js.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Workers Builds: docs
🔇 Additional comments (1)
content/Changelog/sdk-js.mdx (1)
10-15: Release date verified for v0.0.147
The “Released: October 1, 2025” callout matches the v0.0.147 Git tag date.
jhaynie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge with main and update to the latest versions
Resolved conflicts in content/Changelog/sdk-js.mdx by: - Adding v0.0.149 entry (October 3, 2025) at the top - Adding v0.0.148 entry (October 2, 2025) - Preserving properly formatted v0.0.147 entry with detailed changes - Maintaining MDX format with Callout components and bolded categories Co-Authored-By: unknown <>
Update changelog for sdk-js v0.0.147
Summary
Added a new changelog entry for JavaScript SDK v0.0.147 to the documentation site. The entry documents the stream compression features and Content-Type header fix that were released on October 1, 2025.
Review & Testing Checklist for Human
Notes
This is a documentation-only change that adds the v0.0.147 entry to the top of the JavaScript SDK changelog. The information was extracted from the git commits between v0.0.146 and v0.0.147 tags. The entry follows the existing format with the Callout component for release date and categorized changes using Added and Fixed prefixes.
Link to Devin run: https://app.devin.ai/sessions/6556c3fbc97543298dd8d3a9fdcd6010
Requested by: unknown ()
Summary by CodeRabbit
New Features
Bug Fixes
Documentation