Skip to content

chore(release): bump versions and update changelogs#174

Merged
designcode merged 1 commit into
mainfrom
changeset-release/main
Jul 1, 2026
Merged

chore(release): bump versions and update changelogs#174
designcode merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tigrisdata/storage@3.17.0

Minor Changes

  • #157 9d5c591 Thanks @designcode! - Add mergeFork and rebaseFork for managing bucket forks.

    • mergeFork(forkName, sourceBucketName, options?) merges a fork's changes back into its parent source bucket. The gateway requires the merge source to be a direct fork of the target, so the request targets the source bucket and names the fork as the merge source. Pass forkSnapshot to merge from a specific snapshot of the fork.
    • rebaseFork(forkName, options?) re-bases a fork onto the latest state of its source bucket.

    Both return the resulting snapshotVersion (read from the X-Tigris-Snapshot-Version response header).

    const { data } = await mergeFork("my-fork", "source-bucket");
    // data.snapshotVersion: string
    
    await rebaseFork("my-fork");

Note

Low Risk
Release housekeeping (version bump, changelog, changeset cleanup) with no code changes in the PR diff.

Overview
Automated Changesets release PR: bumps @tigrisdata/storage from 3.16.0 to 3.17.0 and records the 3.17.0 minor release in CHANGELOG.md.

The changelog entry documents mergeFork and rebaseFork (from [#157])—fork merge/rebase APIs that return snapshotVersion from the gateway response header. The consumed changeset file .changeset/fork-merge-and-rebase.md is removed as part of the release flow.

No runtime or API implementation changes appear in this diff; it is version metadata and release notes only, ahead of npm publish when merged.

Reviewed by Cursor Bugbot for commit 0a7b9f4. Bugbot is set up for automated code reviews on this repo. Configure here.

@designcode designcode merged commit a4f2277 into main Jul 1, 2026
2 of 3 checks passed
@designcode designcode deleted the changeset-release/main branch July 1, 2026 16:48
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