Skip to content

Release New Version#2074

Open
github-actions[bot] wants to merge 2 commits intomainfrom
changeset-release/main
Open

Release New Version#2074
github-actions[bot] wants to merge 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 8, 2026

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

@ensnode/ensnode-sdk@1.12.0

Minor Changes

  • #2061 4fb7b33 Thanks @shrugs! - Breaking (@ensnode/ensnode-sdk): getRootRegistryIds is removed; use the new isRootRegistryId(namespace, registryId) predicate to test root membership instead. getRootRegistryId (singular, "preferred root") is unchanged.

Patch Changes

  • Updated dependencies []:
    • enssdk@1.12.0
    • @ensnode/datasources@1.12.0

@namehash/ens-referrals@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • enssdk@1.12.0

@ensnode/ensdb-sdk@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • enssdk@1.12.0

enskit@1.12.0

Patch Changes

  • Updated dependencies []:
    • enssdk@1.12.0

@ensnode/ensnode-react@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • enssdk@1.12.0

@ensnode/ensrainbow-sdk@1.12.0

Patch Changes

  • Updated dependencies []:
    • enssdk@1.12.0

@namehash/namehash-ui@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • @ensnode/ensnode-react@1.12.0
    • enssdk@1.12.0
    • @ensnode/datasources@1.12.0

@ensnode/datasources@1.12.0

enssdk@1.12.0

ensskills@1.12.0

@ensnode/ponder-sdk@1.12.0

@ensnode/ponder-subgraph@1.12.0

ensapi@1.12.0

Minor Changes

  • #2061 4fb7b33 Thanks @shrugs! - Omnigraph: expose Domain.canonical and Registry.canonical on the Omnigraph schema. Both are non-null Boolean! fields indicating whether the entity participates in the Canonical Nametree.

  • #2061 4fb7b33 Thanks @shrugs! - Omnigraph (breaking): drop the canonical: Boolean = false field from DomainsWhereInput (used by Query.domains). Every nameable Domain is canonical by definition, so the filter was redundant; the query now always scopes to Canonical Domains. Consumers passing where: { canonical: true } should drop the field; consumers relying on canonical: false (or default) to surface non-canonical Domains via this query no longer can — read Domain.canonical directly or scope by Account.domains / Registry.domains instead.

  • #2077 c2e1047 Thanks @shrugs! - Omnigraph: add an ENSProtocolVersion enum (ENSv1 | ENSv2) and where: { version } filter on Query.domains and Account.domains.

  • #2061 4fb7b33 Thanks @shrugs! - Omnigraph (breaking): Resolver.bridged is no longer an AccountId scalar; it now returns the bridged target Registry interface. Consumers should change their selection from bridged (scalar) to bridged { ... } (Registry interface) — the new shape exposes the full Registry and allows navigation into the bridged sub-registry's canonical Domain etc.

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • @namehash/ens-referrals@1.12.0
    • @ensnode/ensdb-sdk@1.12.0
    • enssdk@1.12.0
    • @ensnode/datasources@1.12.0
    • @ensnode/ponder-subgraph@1.12.0

ensadmin@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • @ensnode/ensnode-react@1.12.0
    • @namehash/namehash-ui@1.12.0
    • enssdk@1.12.0
    • @ensnode/datasources@1.12.0
    • @ensnode/scalar-react@0.0.0

ensindexer@1.12.0

Patch Changes

  • #2073 9785be0 Thanks @shrugs! - ENSIndexer ensv2 plugin: correctly handle non-UTF-8 string label args in RegistrarController:NameRegistered and :NameRenewed events. ABI-decoding replaces non-UTF-8 byte sequences with U+FFFD, which then fails the labelhash round-trip. Previously this threw a fatal Invariant(RegistrarController:NameRegistered) and aborted the run; now the label is treated as unemitted and the heal path indexes the registration under the canonical labelHash.

  • Updated dependencies [4fb7b33]:

    • @ensnode/ensnode-sdk@1.12.0
    • @ensnode/ensdb-sdk@1.12.0
    • @ensnode/ensrainbow-sdk@1.12.0
    • enssdk@1.12.0
    • @ensnode/datasources@1.12.0
    • @ensnode/ponder-sdk@1.12.0

ensrainbow@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • @ensnode/ensrainbow-sdk@1.12.0
    • enssdk@1.12.0

fallback-ensapi@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • @ensnode/datasources@1.12.0

@docs/ensnode@1.12.0

Patch Changes

  • Updated dependencies []:
    • @namehash/namehash-ui@1.12.0

@docs/ensrainbow@1.12.0

Patch Changes

  • Updated dependencies []:
    • @namehash/namehash-ui@1.12.0

@ensnode/enskit-react-example@0.0.5

Patch Changes

  • Updated dependencies []:
    • enssdk@1.12.0
    • enskit@1.12.0

@ensnode/integration-test-env@1.12.0

Patch Changes

  • Updated dependencies [4fb7b33]:
    • @ensnode/ensnode-sdk@1.12.0
    • @ensnode/ensdb-sdk@1.12.0
    • @ensnode/datasources@1.12.0
    • @ensnode/shared-configs@1.12.0

enscli@1.12.0

@ensnode/ensindexer-perf-testing@1.12.0

@ensnode/shared-configs@1.12.0

@github-actions github-actions Bot requested a review from a team as a code owner May 8, 2026 16:41
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 8, 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 8, 2026 9:21pm
ensnode-enskit-react-example Ready Ready Preview, Comment May 8, 2026 9:21pm
ensnode.io Ready Ready Preview, Comment May 8, 2026 9:21pm
ensrainbow.io Ready Ready Preview, Comment May 8, 2026 9:21pm

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 8, 2026

Greptile Summary

This is an automated Changesets release PR bumping all packages in the monorepo from 1.11.1 to 1.12.0 (with @ensnode/enskit-react-example going to 0.0.5). The version bump incorporates breaking API changes in @ensnode/ensnode-sdk and ensapi, a non-UTF-8 label fix in ensindexer, and a new ENSProtocolVersion filter on Query.domains.

  • Version bumps: All package.json files, Docker image tags (ensadmin, ensapi, ensindexer, ensrainbow), and the ensapi-openapi.json spec version are updated consistently to 1.12.0.
  • Changeset files deleted: The six consumed .changeset/*.md files are removed as expected by the Changesets workflow.
  • CHANGELOG entries added: Every affected package receives a corresponding changelog entry describing the breaking changes and patches included in this release.

Confidence Score: 5/5

This PR is safe to merge — it is an automated Changesets release commit with no logic changes.

Every file change is mechanical: version strings in package.json files, Docker image default tags, the OpenAPI spec version field, CHANGELOG entries, and deletion of consumed changeset stubs. No source code, business logic, or configuration beyond version numbers was modified. All bumps are consistent at 1.12.0 across packages and services.

No files require special attention.

Important Files Changed

Filename Overview
docker/services/ensadmin.yml Default image tag bumped from 1.11.1 to 1.12.0; no other changes.
docker/services/ensapi.yml Default image tag bumped from 1.11.1 to 1.12.0; no other changes.
docker/services/ensindexer.yml Default image tag bumped from 1.11.1 to 1.12.0; no other changes.
docker/services/ensrainbow.yml Default image tag bumped from 1.11.1 to 1.12.0; no other changes.
docs/ensnode.io/ensapi-openapi.json OpenAPI spec info.version bumped from 1.11.1 to 1.12.0; no schema changes.
packages/ensnode-sdk/package.json Package version bumped from 1.11.1 to 1.12.0 as expected for this minor release.
apps/ensapi/package.json App version bumped from 1.11.1 to 1.12.0; no dependency version changes.
apps/ensindexer/package.json App version bumped from 1.11.1 to 1.12.0; no dependency version changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Changesets Action] --> B[Consume .changeset/*.md files]
    B --> C[Bump versions: 1.11.1 → 1.12.0]
    C --> D[Update package.json files\n~24 packages]
    C --> E[Update CHANGELOG.md files\n~24 changelogs]
    C --> F[Update Docker image tags\nensadmin / ensapi / ensindexer / ensrainbow]
    C --> G[Update ensapi-openapi.json\ninfo.version]
    D & E & F & G --> H[Merge → npm publish triggered]
Loading

Reviews (5): Last reviewed commit: "chore(release): version apps" | Re-trigger Greptile

@github-actions github-actions Bot force-pushed the changeset-release/main branch from c3216f5 to 6a73f0b Compare May 8, 2026 17:36
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6a73f0b to c9746a5 Compare May 8, 2026 17:37
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c9746a5 to 8344e7d Compare May 8, 2026 18:00
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8344e7d to f5fd650 Compare May 8, 2026 21:06
github-actions Bot added 2 commits May 8, 2026 21:19
Releases:
  ensapi@1.12.0
  @ensnode/ensnode-sdk@1.12.0
  ensindexer@1.12.0
  ensadmin@1.12.0
  ensrainbow@1.12.0
  fallback-ensapi@1.12.0
  @namehash/ens-referrals@1.12.0
  @ensnode/ensdb-sdk@1.12.0
  @ensnode/ensnode-react@1.12.0
  @ensnode/ensrainbow-sdk@1.12.0
  @ensnode/integration-test-env@1.12.0
  @namehash/namehash-ui@1.12.0
  @docs/ensnode@1.12.0
  @docs/ensrainbow@1.12.0
  enssdk@1.12.0
  enscli@1.12.0
  enskit@1.12.0
  ensskills@1.12.0
  @ensnode/datasources@1.12.0
  @ensnode/ponder-sdk@1.12.0
  @ensnode/ponder-subgraph@1.12.0
  @ensnode/shared-configs@1.12.0
  @ensnode/ensindexer-perf-testing@1.12.0
  @ensnode/enskit-react-example@0.0.5

[skip ci]
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.

0 participants