Skip to content

chore: bump rivetkit protocol version#4329

Open
MasterPtato wants to merge 1 commit into02-27-fix_udb_add_txn_taggingfrom
02-27-chore_bump_rivetkit_protocol_version
Open

chore: bump rivetkit protocol version#4329
MasterPtato wants to merge 1 commit into02-27-fix_udb_add_txn_taggingfrom
02-27-chore_bump_rivetkit_protocol_version

Conversation

@MasterPtato
Copy link
Contributor

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link
Contributor Author

MasterPtato commented Feb 27, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@railway-app
Copy link

railway-app bot commented Feb 27, 2026

🚅 Deployed to the rivet-pr-4329 environment in rivet-frontend

Service Status Web Updated (UTC)
website 😴 Sleeping (View Logs) Web Mar 6, 2026 at 6:57 pm
frontend-inspector 😴 Sleeping (View Logs) Web Mar 6, 2026 at 6:06 pm
frontend-cloud 😴 Sleeping (View Logs) Web Mar 6, 2026 at 6:05 pm
mcp-hub ✅ Success (View Logs) Web Feb 27, 2026 at 11:50 pm
ladle ❌ Build Failed (View Logs) Web Feb 27, 2026 at 11:49 pm

@claude
Copy link

claude bot commented Feb 27, 2026

PR Review: chore: bump rivetkit protocol version

This PR updates the serverless URL in the test runner by appending /api/rivet to the endpoint path, aligning it with the bumped RivetKit protocol version.

Change Analysis

engine/sdks/typescript/test-runner/src/index.ts:155

The change appends /api/rivet to the serverless localhost URL inside autoConfigureServerless.

Observations

  • Correctness: The path addition looks correct if the RivetKit server now routes under /api/rivet.
  • Scope: Only the test runner is updated here. Other callers that construct this URL (integration tests, CI scripts, docker configs) should be checked for consistency.
  • Test coverage: Worth confirming the existing integration tests that exercise autoConfigureServerless pass with this path change.
  • PR description: The PR template checklist is unchecked -- helpful to note which tests were run to validate the change.

Minor Suggestions

  1. Add a brief note in the PR description explaining what changed server-side to necessitate this path update, for future reference.
  2. Search for other references to the serverless URL in the codebase (e.g. docker/template/, other SDKs) to confirm they are already in sync or do not need updating.

Overall this is a small, focused change with minimal risk. Looks good assuming the corresponding server-side routing change is already in place.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 27, 2026

More templates

@rivetkit/cloudflare-workers

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/cloudflare-workers@4329

@rivetkit/framework-base

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/framework-base@4329

@rivetkit/next-js

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/next-js@4329

@rivetkit/react

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/react@4329

rivetkit

pnpm add https://pkg.pr.new/rivet-dev/rivet/rivetkit@4329

@rivetkit/sql-loader

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/sql-loader@4329

@rivetkit/sqlite-vfs

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/sqlite-vfs@4329

@rivetkit/traces

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/traces@4329

@rivetkit/workflow-engine

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/workflow-engine@4329

@rivetkit/virtual-websocket

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/virtual-websocket@4329

@rivetkit/engine-runner

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/engine-runner@4329

@rivetkit/engine-runner-protocol

pnpm add https://pkg.pr.new/rivet-dev/rivet/@rivetkit/engine-runner-protocol@4329

commit: 07c6eed

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.

1 participant