Skip to content

fix: split changesets#2056

Merged
shrugs merged 2 commits intomainfrom
fix/changesets
May 5, 2026
Merged

fix: split changesets#2056
shrugs merged 2 commits intomainfrom
fix/changesets

Conversation

@shrugs
Copy link
Copy Markdown
Member

@shrugs shrugs commented May 5, 2026

The generated PR descriptions duplicate change sets between all affected packages, so I split them to be per package, which should vastly improve readability.

Copilot AI review requested due to automatic review settings May 5, 2026 17:22
@shrugs shrugs requested a review from a team as a code owner May 5, 2026 17:22
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
admin.ensnode.io Ready Ready Preview, Comment May 5, 2026 5:24pm
ensnode-enskit-react-example Ready Ready Preview, Comment May 5, 2026 5:24pm
ensnode.io Ready Ready Preview, Comment May 5, 2026 5:24pm
ensrainbow.io Ready Ready Preview, Comment May 5, 2026 5:24pm

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 5, 2026

🦋 Changeset detected

Latest commit: ac70c93

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 24 packages
Name Type
@docs/ensnode Major
@ensnode/integration-test-env Major
ensapi Major
@ensnode/ensdb-sdk Major
ensindexer Major
@ensnode/ensnode-sdk Major
@ensnode/ensrainbow-sdk Major
ensrainbow Major
enssdk Major
ensadmin Major
fallback-ensapi Major
@namehash/ens-referrals Major
@ensnode/ensnode-react Major
@namehash/namehash-ui Major
@ensnode/enskit-react-example Patch
enskit Major
@docs/ensrainbow Major
enscli Major
ensskills Major
@ensnode/datasources Major
@ensnode/ponder-sdk Major
@ensnode/ponder-subgraph Major
@ensnode/shared-configs Major
@ensnode/ensindexer-perf-testing Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 2026

Warning

Rate limit exceeded

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

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c9d1c3c2-61bd-4538-9a08-aaf6b0b3fbde

📥 Commits

Reviewing files that changed from the base of the PR and between 92ca54f and ac70c93.

📒 Files selected for processing (19)
  • .changeset/all-kids-smash.md
  • .changeset/clean-rivers-buy.md
  • .changeset/docker-compose-move-docs.md
  • .changeset/docker-compose-move-integration-test-env.md
  • .changeset/hip-poems-shave.md
  • .changeset/indexing-metadata-context-ensapi.md
  • .changeset/indexing-metadata-context-ensdb-sdk.md
  • .changeset/indexing-metadata-context-ensindexer.md
  • .changeset/indexing-metadata-context-ensnode-sdk.md
  • .changeset/indexing-metadata-context-integration-test-env.md
  • .changeset/label-set-rename-ensnode-sdk.md
  • .changeset/label-set-rename-ensrainbow-sdk.md
  • .changeset/ready-endpoint-bg-bootstrap-ensindexer.md
  • .changeset/ready-endpoint-bg-bootstrap-ensrainbow-sdk.md
  • .changeset/ready-endpoint-bg-bootstrap-ensrainbow.md
  • .changeset/replace-bigints-helpers.md
  • .changeset/replace-bigints-in-sdk.md
  • .changeset/replace-bigints-migration.md
  • .changeset/unified-domain-model.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/changesets

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.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 5, 2026

Greptile Summary

This PR refactors existing multi-package changeset entries into per-package files to improve readability of generated changelogs. It also adds a new spec document (specs/2008-materialize-canonicality.md) for a future feature, which is unrelated to the changeset restructuring.

  • Four multi-package changesets are deleted and replaced by 12 focused per-package files; the ready-endpoint-bg-bootstrap.md changeset is renamed and trimmed rather than deleted.
  • unified-domain-model.md receives a content edit that changes the ENSv1DomainId delimiter description from a CAIP-style slash to a dash — this needs verification against the actual implementation.
  • replace-bigints-migration.md still covers two packages (ensapi + ensindexer) in one file, a minor inconsistency with the otherwise per-package approach.

Confidence Score: 3/5

Safe to merge once the ENSv1DomainId delimiter change in unified-domain-model.md is confirmed to match the actual implementation.

The changeset splitting is straightforward and well-executed, but the edit to unified-domain-model.md changes the documented format of a breaking-change ID from a slash-separated CAIP-style string to a dash-delimited tuple. This changeset describes a change that has already shipped, so a mismatch between this description and the real makeENSv1DomainId output could silently mislead consumers who parse the ID format.

.changeset/unified-domain-model.md — the delimiter change warrants a quick cross-check against the makeENSv1DomainId implementation.

Important Files Changed

Filename Overview
.changeset/unified-domain-model.md Substantive content edit: changes the ENSv1DomainId delimiter from CAIP-shaped slash (/) to dash (-) in the breaking-change description — needs verification against the actual implementation.
specs/2008-materialize-canonicality.md New spec document for a future feature (materialized canonicality); unrelated to the stated goal of splitting changesets but benign as a standalone addition.
.changeset/replace-bigints-migration.md Still covers two packages (ensapi + ensindexer) in one file; minor inconsistency with the per-package approach otherwise applied throughout this PR.
.changeset/ready-endpoint-bg-bootstrap-ensrainbow.md Correctly trimmed to ensrainbow-only content after splitting out ensrainbow-sdk and ensindexer changes; migration note updated to remove the client.ready() reference since SDK details moved to its own file.
.changeset/indexing-metadata-context-ensdb-sdk.md Clean per-package split for ensdb-sdk; description is more detailed and better formatted than the original combined entry.

Reviews (1): Last reviewed commit: "fix: remove spec" | Re-trigger Greptile

Comment thread .changeset/unified-domain-model.md
Comment thread .changeset/replace-bigints-migration.md
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR refactors the repo’s Changesets metadata by splitting previously “multi-package” changesets into per-package entries, improving generated PR/release-note readability.

Changes:

  • Split combined changesets into multiple per-package changesets (e.g., ENSRainbow bootstrap work, bigint helpers adoption, indexing metadata context refactor, docker-compose move).
  • Updated the unified domain model changeset to reflect the current dash-delimited ENSv1 domain id format.
  • Removed older aggregated changeset files that bundled multiple packages together.

Reviewed changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.changeset/unified-domain-model.md Updates release note text for ENSv1DomainId formatting.
.changeset/replace-bigints-migration.md New per-package changeset for ensapi/ensindexer migration to SDK bigint/json helpers.
.changeset/replace-bigints-in-sdk.md Removes the previous combined changeset (superseded by split entries).
.changeset/replace-bigints-helpers.md New per-package changeset for adding bigint/json helpers to @ensnode/ensnode-sdk.
.changeset/ready-endpoint-bg-bootstrap-ensrainbow.md Restricts this changeset to ensrainbow only (other packages split out).
.changeset/ready-endpoint-bg-bootstrap-ensrainbow-sdk.md New per-package changeset for @ensnode/ensrainbow-sdk client/type updates.
.changeset/ready-endpoint-bg-bootstrap-ensindexer.md New per-package changeset for ensindexer readiness polling behavior.
.changeset/label-set-rename-ensrainbow-sdk.md New per-package breaking changeset for @ensnode/ensrainbow-sdk model/options renames.
.changeset/label-set-rename-ensnode-sdk.md New per-package breaking changeset for @ensnode/ensnode-sdk labelSet rename.
.changeset/indexing-metadata-context-integration-test-env.md New per-package changeset for integration-test-env adapting to indexing metadata context changes.
.changeset/indexing-metadata-context-ensnode-sdk.md New per-package changeset for ensnode-sdk stack info type refactor.
.changeset/indexing-metadata-context-ensindexer.md New per-package changeset summarizing ensindexer startup/config/indexing-status refactor.
.changeset/indexing-metadata-context-ensdb-sdk.md New per-package changeset for ensdb-sdk IndexingMetadataContext API changes.
.changeset/indexing-metadata-context-ensapi.md New per-package changeset for ensapi caches/schema consuming IndexingMetadataContext.
.changeset/hip-poems-shave.md Removes the previous combined docker-compose move changeset (superseded by split entries).
.changeset/docker-compose-move-integration-test-env.md New per-package changeset for integration-test-env docker-compose path move.
.changeset/docker-compose-move-docs.md New per-package changeset for docs/CI updates due to docker-compose path move.
.changeset/clean-rivers-buy.md Removes the previous combined indexing-metadata-context changeset (superseded by split entries).
.changeset/all-kids-smash.md Removes the previous combined label-set rename changeset (superseded by split entries).
Comments suppressed due to low confidence (1)

.changeset/ready-endpoint-bg-bootstrap-ensrainbow.md:9

  • The changeset claims /v1/config returns 503 Service Unavailable during bootstrap, but the ENSRainbow API serves /v1/config eagerly (it always returns 200 with publicConfig even before the DB is attached). Only DB-backed routes like /v1/heal/:labelhash and /v1/labels/count return 503 while bootstrapping. Please update this bullet to avoid misleading release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@shrugs shrugs merged commit 0e7c601 into main May 5, 2026
20 checks passed
@shrugs shrugs deleted the fix/changesets branch May 5, 2026 20:07
@github-actions github-actions Bot mentioned this pull request May 5, 2026
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