Skip to content

chore(release): bump to 0.9.3 with SDK changelog and TypeScript update#164

Merged
macalbert merged 3 commits intomainfrom
chore/readme-overhaul-sdk-changelog
Apr 17, 2026
Merged

chore(release): bump to 0.9.3 with SDK changelog and TypeScript update#164
macalbert merged 3 commits intomainfrom
chore/readme-overhaul-sdk-changelog

Conversation

@macalbert
Copy link
Copy Markdown
Owner

@macalbert macalbert commented Apr 17, 2026

Summary

Bumps CLI version to 0.9.3 and adds changelog entries documenting the newly
available .NET and Python runtime SDKs with minimal code examples for each
stack (CLI, .NET, Python, GitHub Action). Also updates TypeScript from 6.0.2
to 6.0.3.

Changes

Changelogs (docs/)

  • New [0.9.3] - 2026-04-17 entry in docs/CHANGELOG.md and docs/changelogs/cli.md
  • Added: Runtime SDK availability with code examples for .NET, Python, CLI, and GitHub Action
  • Changed: README rewrite and comparison table corrections (already on main)
  • Fixed: CI workflow improvements for publish-npm and publish-website (already on main)
  • Dependencies: TypeScript 6.0.2 to 6.0.3

Version bump

  • package.json: 0.9.20.9.3
  • pnpm-workspace.yaml: TypeScript catalog ^6.0.2^6.0.3

Testing

  • pnpm build passes
  • pnpm test passes (28 files, 196 tests)
  • pnpm format:write passes

Open with Devin

Summary by CodeRabbit

Release Notes - v0.9.3

  • New Features

    • Runtime SDKs now available for .NET and Python
    • Added GitHub Action and CLI examples for loading secrets
  • Changed

    • README documentation rewritten
    • Corrected comparison table
  • Bug Fixes

    • Improved CI/CD workflow path filtering
    • Enhanced npm version detection mechanism
  • Dependencies

    • Updated TypeScript to 6.0.3

Copilot AI review requested due to automatic review settings April 17, 2026 08:01
@macalbert macalbert self-assigned this Apr 17, 2026
@macalbert macalbert added documentation Improvements or additions to documentation dependencies labels Apr 17, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@macalbert has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 53 minutes and 16 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 53 minutes and 16 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a38d1a8a-bf76-4c6b-8142-0ad84bfb8ad1

📥 Commits

Reviewing files that changed from the base of the PR and between 1b28fbe and d60fec7.

⛔ Files ignored due to path filters (1)
  • README.md is excluded by none and included by none
📒 Files selected for processing (4)
  • docs/CHANGELOG.md
  • docs/changelogs/cli.md
  • src/website/src/components/DocsContent.astro
  • src/website/src/components/HowItWorks.astro

Walkthrough

Updates two changelog files with a new 0.9.3 release entry (2026-04-17) documenting runtime SDKs for .NET and Python, CLI and GitHub Action examples, README rewrite, CI workflow refinements, npm version detection method change, website deployment trigger expansion, and TypeScript dependency version increment.

Changes

Cohort / File(s) Summary
Version 0.9.3 Release Documentation
docs/CHANGELOG.md, docs/changelogs/cli.md
Added release entry documenting new runtime SDKs (.NET/Python), CLI and GitHub Action usage examples, README rewrite, CI workflow path filter narrowing, npm version detection via curl registry API, changelog paths added to website deployment triggers, and TypeScript 6.0.2→6.0.3 dependency bump.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

dependencies, github-actions, enhancement

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description covers the main changes with detailed summaries but does not follow the provided template structure with required sections like 'Type of change' and 'Checklist'. Restructure the description to follow the provided PR template, including sections for Type of change, Checklist items, and Notes for reviewer.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: bumping version to 0.9.3 with SDK changelog additions and TypeScript update, which aligns with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/readme-overhaul-sdk-changelog

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

devin-ai-integration[bot]

This comment was marked as resolved.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version to 0.9.3 and bumps the typescript dependency to 6.0.3. It adds changelog entries detailing new Runtime SDKs for .NET and Python, README improvements, and CI workflow fixes. Feedback identifies that the release entry for version 0.9.3 is duplicated in both docs/CHANGELOG.md and docs/changelogs/cli.md, which should be resolved to maintain clean documentation.

I am having trouble creating individual review comments. Click here to see my feedback.

docs/CHANGELOG.md (60-120)

medium

The release entry for version 0.9.3 is duplicated in this file. One of the identical blocks should be removed to maintain a clean changelog history.



docs/changelogs/cli.md (57-114)

medium

The release entry for version 0.9.3 is duplicated in this file. One of the identical blocks should be removed.



This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

@macalbert macalbert merged commit cbc4e07 into main Apr 17, 2026
10 checks passed
@macalbert macalbert deleted the chore/readme-overhaul-sdk-changelog branch April 17, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants