Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Oct 1, 2025

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

  • Verify PR links work correctly - Check that PR #186 and PR #185 link to the correct pull requests
  • Confirm release date accuracy - Verify that October 1, 2025 matches the actual v0.0.147 git tag date
  • Check format consistency - Ensure the new entry renders correctly and matches the format of other changelog entries (Callout component, bolded prefixes, etc.)

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

    • Added optional automatic stream compression (off by default).
    • Enabled direct write to streams alongside existing writer API.
    • Added stream metadata: bytesWritten and compressed flags.
  • Bug Fixes

    • Stopped forcing a Content-Type header for application/json on GET requests.
  • Documentation

    • Updated changelog for version 0.0.147 with these changes.

- 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 <>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 1, 2025

Walkthrough

Updated the JS SDK changelog (content/Changelog/sdk-js.mdx) for v0.0.147: replaced the prior bullet list with a revised set of Added/Fix items describing stream compression, direct stream write, stream properties, and a Content-Type GET fix; version heading and Callout remain.

Changes

Cohort / File(s) Summary of Changes
Docs: JS SDK changelog
content/Changelog/sdk-js.mdx
Replaced the v0.0.147 entry's bullet list with an updated set: added support for automatic stream compression (defaults off), retained direct write to Stream (in addition to getWriter()), added bytesWritten and compressed properties on Stream, and fixed removal of explicit Content-Type: application/json for GET requests. Version heading and Callout preserved.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • jhaynie

Poem

I nibble notes beneath the log,
v0.0.147 hops through the fog.
Bytes and compress, a tidy trail,
My whiskers twitch at every detail.
A rabbit’s cheer — small changes prevail. 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title “Update changelog for sdk-js v0.0.147” precisely summarizes the primary change by indicating the addition of the new SDK version entry, aligning directly with the pull request’s objective to update the documentation; it is concise and specific without extraneous terms.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch devin/1759342066-update-changelog-sdk-js-v0.0.147

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 56b5722 and f8b4f54.

📒 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)

41-45: Changelog entry looks solid.

New bullets align with the referenced PRs and match the established formatting for this page. Nicely captured the stream compression additions plus the Content-Type fix.


Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai bot requested a review from jhaynie October 1, 2025 18:09
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 1, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
docs f8b4f54 Oct 04 2025, 02:58 PM

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 Stream interface” 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

📥 Commits

Reviewing files that changed from the base of the PR and between 3f87389 and 56b5722.

📒 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.

Copy link
Member

@jhaynie jhaynie left a 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 <>
@coderabbitai coderabbitai bot requested a review from jhaynie October 4, 2025 14:55
@jhaynie jhaynie merged commit 7ed6c6a into main Oct 4, 2025
2 checks passed
@jhaynie jhaynie deleted the devin/1759342066-update-changelog-sdk-js-v0.0.147 branch October 4, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants