Skip to content

chore(main): release sdk 0.4.1#31

Merged
qeeqez merged 1 commit into
mainfrom
release-please--branches--main--components--sdk
Jul 8, 2026
Merged

chore(main): release sdk 0.4.1#31
qeeqez merged 1 commit into
mainfrom
release-please--branches--main--components--sdk

Conversation

@qeeqez

@qeeqez qeeqez commented Jul 8, 2026

Copy link
Copy Markdown
Member

🤖 I have created a release beep boop

0.4.1 (2026-07-08)

Features

  • add example scripts and auth providers for RIXL API (a4b9670)
  • add LICENSE file and update package.json to include license info (b95c5fa)
  • add sdk #86ewyy49g (f229df7)
  • consolidate typescript sdk into js sdk (ec5a68d)
  • finish adding auth to sdk (aa9adf2)
  • generate SDK with hey api gen (c280a92)
  • get rid of kiota sdk (0761ec7)
  • introduce @rixl/sdk package (renamed from @rixl/rixl) (60598e6)
  • package name is "rixl" (0e4cb34)
  • repo: add @rixlhq/auth-lib-react as packages/react (15327eb)
  • repo: wire workspace deps, tooling, and shared SDK client with token interceptor (6a6491f)
  • restructure examples (cdf2605)
  • sdk: add auth runtime dependencies (2a9ef5e)
  • sdk: add beginPasskeyLogin function (cce04ec)
  • sdk: add beginPasskeyRegistration function (12f04d1)
  • sdk: add deletePasskey function (a31c0a7)
  • sdk: add finishPasskeyRegistration function (a7a83de)
  • sdk: add listPasskeys function for passkey management (4590a8c)
  • sdk: add renamePasskey function (6529643)
  • sdk: curate public surface, hide internal billing ops (0c40481)
  • sdk: regenerate @rixl/sdk from RIXL API Gateway spec (73c2059)
  • sdk: regenerate based on latest OpenAPI spec (b7060b5)
  • sdk: regenerate based on latest OpenAPI spec (e0cc5ed)

Bug Fixes

  • align release workflow with videosdk (OIDC & Node 25) (d01d940)
  • auth: align auth function schemas with updated swagger spec (97455ed)
  • auth: align SDK call schemas with swagger definitions (f2f552d)
  • bump sdk version to 0.2.0 (8245cf2)
  • do not format automatically after hey gen (84e74e6)
  • drop skip-github-release — also skips the tag/publish flow (3ad815b)
  • fix build error (03991c4)
  • minimal supported node version is Node 22 LTS release (f4341eb)
  • passkey (f157803)
  • proper release please setup (cdc508d)
  • regenerated sdk (10de668)
  • release: proper command for release (02ad23b)
  • sdk: add type modifiers to auth imports for rolldown compatibility (d99a39a)
  • sdk: release public createClient export (86233bc)
  • switch to bun for building (34f1bd1)
  • track sdk/ in release-please and force sequential patch bumps in pre-1.0 (7e3dcb1)
  • update package name in README to reflect correct sdk version (7c69e53)
  • update package name to @rixl/js (7a19e78)
  • updated readme for hey generator (ba82766)
  • upgrade actions to avoid node 20 deprecation (42febc6)
  • use NPM_TOKEN secret for publishing (19c4af8)
  • use the right input for sdk gen (d27c77f)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • Chores
    • Updated the project version to 0.4.1.
    • Refreshed the changelog with the latest release entry and notes.
    • Adjusted release tracking so the published version matches 0.4.1.

@qeeqez qeeqez requested a review from Muhtoyyib as a code owner July 8, 2026 15:06
@qeeqez qeeqez merged commit 412bf81 into main Jul 8, 2026
2 of 4 checks passed
@qeeqez qeeqez deleted the release-please--branches--main--components--sdk branch July 8, 2026 15:06
@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2902a9a3-7d35-4ca4-9249-3d5c6ade7edd

📥 Commits

Reviewing files that changed from the base of the PR and between e79179e and 372edfa.

📒 Files selected for processing (3)
  • .release-please-manifest.json
  • CHANGELOG.md
  • package.json

Walkthrough

Version identifiers in the release manifest and package.json are reverted from 0.5.0 to 0.4.1, and CHANGELOG.md is updated with a new release date and expanded Features and Bug Fixes sections for the 0.4.1 entry.

Changes

Release version rollback

Layer / File(s) Summary
Version metadata updates
.release-please-manifest.json, package.json
Version fields changed from 0.5.0 to 0.4.1.
Changelog content update
CHANGELOG.md
The 0.4.1 entry's date and comparison range updated, with expanded Features and Bug Fixes lists.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Poem

Hop, hop, back to point-four-one,
Version numbers realigned in the sun,
Changelog fluffed with fixes bright,
A rabbit's edit, swift and light.
🐇✨ Release done!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--sdk

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.

@qeeqez

qeeqez commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

🤖 Created releases:

🌻

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 372edfa047

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
{
"name": "@rixl/sdk",
"version": "0.5.0",
"version": "0.4.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep the SDK version monotonic

This release commit downgrades @rixl/sdk from the parent commit’s 0.5.0 back to 0.4.1 (the manifest is downgraded the same way, and the changelog already contains a prior 0.4.1 entry). If this is published, package managers will treat it as older than the current 0.5.x line, so consumers pinned to ^0.5.0 will not receive the release and future release-please state starts from the wrong version. The release version should advance from 0.5.0 instead of reusing 0.4.1.

Useful? React with 👍 / 👎.

@coderabbitai coderabbitai Bot mentioned this pull request Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant