Skip to content

Release New Version#2093

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

Release New Version#2093
github-actions[bot] wants to merge 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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/ensdb-sdk@1.14.0

Minor Changes

  • #2101 7dd0d3f Thanks @shrugs! - Materialize Domain.canonicalName, canonicalLabelHashPath, and canonicalNode on every Canonical Domain. Indexes: hash on canonicalName (exact lookup), GIN trigram on canonicalName (substring), GIN on canonicalLabelHashPath (heal cascade), hash on canonicalNode (resolver-record joins).

Patch Changes

  • #2096 75e8aac Thanks @shrugs! - Replace the default btree index on label.interpreted with a hash index (for exact-match lookups) and a GIN trigram index (for substring / prefix LIKE queries). Avoids the btree 8191-byte leaf-size hazard that surfaces when a single label exceeds the limit (e.g. spam names), which previously crashed create_indexes at the historical→realtime boundary.

  • Updated dependencies [3132a77, 1b6abb0]:

    • @ensnode/ensnode-sdk@1.14.0
    • enssdk@1.14.0

@ensnode/ensnode-sdk@1.14.0

Minor Changes

  • #2090 3132a77 Thanks @tk-o! - Added indexing status based functions for checking Omnigraph API and Subgraph API availability.

  • #2102 1b6abb0 Thanks @tk-o! - Added globalBlockrangeEndBlock param to buildIndexedBlockranges.

Patch Changes

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

@ensnode/datasources@1.14.0

Patch Changes

  • Updated dependencies []:
    • enssdk@1.14.0

@namehash/ens-referrals@1.14.0

Patch Changes

  • Updated dependencies [3132a77, 1b6abb0]:
    • @ensnode/ensnode-sdk@1.14.0
    • enssdk@1.14.0

enskit@1.14.0

Patch Changes

  • Updated dependencies []:
    • enssdk@1.14.0

@ensnode/ensnode-react@1.14.0

Patch Changes

  • Updated dependencies [3132a77, 1b6abb0]:
    • @ensnode/ensnode-sdk@1.14.0
    • enssdk@1.14.0

@ensnode/ensrainbow-sdk@1.14.0

Patch Changes

  • Updated dependencies []:
    • enssdk@1.14.0

@namehash/namehash-ui@1.14.0

Patch Changes

  • Updated dependencies [3132a77, 1b6abb0]:
    • @ensnode/ensnode-sdk@1.14.0
    • @ensnode/ensnode-react@1.14.0
    • enssdk@1.14.0
    • @ensnode/datasources@1.14.0

enssdk@1.14.0

ensskills@1.14.0

@ensnode/ponder-sdk@1.14.0

@ensnode/ponder-subgraph@1.14.0

ensadmin@1.14.0

Minor Changes

  • #2090 3132a77 Thanks @tk-o! - Added indexing status based guard for Omnigraph API and Subgraph API views.

Patch Changes

  • #2118 bb7ad4a Thanks @tk-o! - Refined information presented on the "Connection" view.

  • Updated dependencies [3132a77, 1b6abb0]:

    • @ensnode/ensnode-sdk@1.14.0
    • @ensnode/ensnode-react@1.14.0
    • @namehash/namehash-ui@1.14.0
    • enssdk@1.14.0
    • @ensnode/datasources@1.14.0
    • @ensnode/scalar-react@0.0.0

ensapi@1.14.0

Minor Changes

  • #2101 7dd0d3f Thanks @shrugs! - Omnigraph (breaking): Renamed Domain.resolver to Domain.assignedResolver for clarity. The field's semantics are unchanged — it remains the Domain's assigned Resolver, not its effective Resolver.

  • #2101 7dd0d3f Thanks @shrugs! - Omnigraph (breaking): restructure Domain.canonical into a nullable DomainCanonical object. Removes top-level Domain.canonical: Boolean!, Domain.name: InterpretedName, and Domain.path: [DomainInterface]; adds Domain.canonical: DomainCanonical (null when the Domain is not Canonical) with subfields { name: InterpretedName!, path: [Domain!]!, node: Node! }.

    Omnigraph (semantic change): Domain.parent now follows a single unidirectional pointer (Registry.canonicalDomainId) and does NOT enforce bidirectional canonical-edge agreement. Previously, parent was effectively null for non-canonical Domains and always pointed at a canonical Domain when non-null. With this change, a non-canonical Domain may have a non-null parent, and a canonical Domain's parent may itself be non-canonical. Consumers that relied on parent ⇒ canonical should additionally check domain.canonical.

  • #2102 1b6abb0 Thanks @tk-o! - Continue to support protocol acceleration for data indexed from ENSv1 namespaces. Protocol acceleration for data indexed from ENSv2 namespaces will be supported in the near future.

  • #2090 3132a77 Thanks @tk-o! - Added indexing status based guard for Omnigraph API and Subgraph API routes.

Patch Changes

  • #2104 89c022b Thanks @shrugs! - Resolution API: Protocol Accelerated records now correctly resolve instead of incorrectly always returning null.

  • #2097 1bc96f8 Thanks @shrugs! - Forward Resolution is no longer disabled on ENSv1-only namespaces when the ensv2 plugin is enabled. Forward Resolution is only (temporarily) disabled when a namespace has been upgraded to ENSv2. The Resolution API continues to operate in either case, just without Protocol Acceleration (temporarily) when ENSv2 is deployed.

  • #2101 7dd0d3f Thanks @shrugs! - Omnigraph: The Domain interface now exposes Domain.registry and Domain.subregistry rather than being isolated to the concrete ENSv2 Domain entity, as in the unified model both ENSv1 and ENSv2 Domains have a parent and child Registry.

  • Updated dependencies [3132a77, 1b6abb0, 7dd0d3f, 75e8aac]:

    • @ensnode/ensnode-sdk@1.14.0
    • @ensnode/ensdb-sdk@1.14.0
    • @namehash/ens-referrals@1.14.0
    • enssdk@1.14.0
    • @ensnode/datasources@1.14.0
    • @ensnode/ponder-subgraph@1.14.0

ensindexer@1.14.0

Minor Changes

  • #2101 7dd0d3f Thanks @shrugs! - Materialize Domain.canonicalName, canonicalLabelHashPath, and canonicalNode on every Canonical Domain. Indexes: hash on canonicalName (exact lookup), GIN trigram on canonicalName (substring), GIN on canonicalLabelHashPath (heal cascade), hash on canonicalNode (resolver-record joins).

Patch Changes

  • #2108 f61d04b Thanks @shrugs! - ENSIndexer: fix crash on startup after crash recovery when one or more chains were in Queued status pre-crash. The omnichain status snapshot builder now promotes such chains to Backfill once other chains' progress has advanced past their startBlock timestamp, instead of failing the omnichainIndexingCursor < earliestQueuedStartBlock invariant.

  • Updated dependencies [3132a77, 1b6abb0, 7dd0d3f, 75e8aac]:

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

@docs/ensnode@1.14.0

Minor Changes

Patch Changes

  • #2106 c4b00ae Thanks @shrugs! - Updates the Omnigraph Integration Documentation with comprehensive getting started examples and walkthroughs.

  • Updated dependencies []:

    • @namehash/namehash-ui@1.14.0

ensrainbow@1.14.0

Patch Changes

  • Updated dependencies [3132a77, 1b6abb0]:
    • @ensnode/ensnode-sdk@1.14.0
    • @ensnode/ensrainbow-sdk@1.14.0
    • enssdk@1.14.0

fallback-ensapi@1.14.0

Patch Changes

  • Updated dependencies [3132a77, 1b6abb0]:
    • @ensnode/ensnode-sdk@1.14.0
    • @ensnode/datasources@1.14.0

@docs/ensrainbow@1.14.0

Patch Changes

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

@ensnode/enskit-react-example@0.0.8

Patch Changes

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

@ensnode/enssdk-example@0.0.2

Patch Changes

  • Updated dependencies []:
    • enssdk@1.14.0

@ensnode/integration-test-env@1.14.0

Patch Changes

  • Updated dependencies [3132a77, 1b6abb0, 7dd0d3f, 75e8aac]:
    • @ensnode/ensnode-sdk@1.14.0
    • @ensnode/ensdb-sdk@1.14.0
    • @ensnode/datasources@1.14.0
    • @ensnode/shared-configs@1.14.0

enscli@1.14.0

@ensnode/ensindexer-perf-testing@1.14.0

@ensnode/shared-configs@1.14.0

@github-actions github-actions Bot requested a review from a team as a code owner May 12, 2026 08:35
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 12, 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 15, 2026 5:34pm
enskit-react-example.ensnode.io Ready Ready Preview, Comment May 15, 2026 5:34pm
ensnode.io Ready Ready Preview, Comment May 15, 2026 5:34pm
ensrainbow.io Ready Ready Preview, Comment May 15, 2026 5:34pm

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 12, 2026

Greptile Summary

This is an automated release PR generated by the Changesets action, bumping all packages from 1.13.1 to 1.14.0. No production logic is changed — the diff consists entirely of version number updates, changelog entries, and deletion of consumed changeset files.

  • All package.json files across apps and packages have their version field incremented to 1.14.0, and Docker service defaults (ENSNODE_VERSION) are updated to match.
  • Changeset markdown files (16 total) are deleted after being consumed into the respective CHANGELOG.md entries, and docs/ensnode.io/ensapi-openapi.json has its info.version field bumped to 1.14.0.

Confidence Score: 5/5

Safe to merge — this is a purely mechanical version-bump PR with no production logic changes.

Every changed file is either a deleted changeset stub, a CHANGELOG entry, a version field increment in package.json, a Docker default-tag update, or an OpenAPI version string. No application logic, schema migrations, or configuration values are modified.

No files require special attention.

Important Files Changed

Filename Overview
docker/services/ensapi.yml Default image tag updated from 1.13.1 to 1.14.0 via ENSNODE_VERSION variable
docker/services/ensindexer.yml Default image tag updated from 1.13.1 to 1.14.0 via ENSNODE_VERSION variable
docs/ensnode.io/ensapi-openapi.json OpenAPI info.version bumped from 1.13.1 to 1.14.0
apps/ensapi/package.json Version bumped from 1.13.1 to 1.14.0
packages/ensnode-sdk/package.json Version bumped from 1.13.1 to 1.14.0

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Changesets Action] -->|consumes .changeset/*.md files| B[Delete 16 changeset files]
    A -->|generates| C[Update CHANGELOG.md files]
    A -->|generates| D[Bump package.json versions]
    D --> E[All packages: 1.13.1 → 1.14.0]
    E --> F[apps: ensadmin, ensapi, ensindexer, ensrainbow, fallback-ensapi]
    E --> G[packages: ensnode-sdk, ensdb-sdk, ensrainbow-sdk, datasources, ...]
    E --> H[docker/services/*.yml default tags updated]
    E --> I[docs/ensnode.io/ensapi-openapi.json version updated]
Loading

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

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 25abac3 to cc70363 Compare May 12, 2026 11:56
@github-actions github-actions Bot force-pushed the changeset-release/main branch from cc70363 to 06d271e Compare May 12, 2026 15:56
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 06d271e to b3aeaff Compare May 12, 2026 15:57
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b3aeaff to 48a9ca9 Compare May 13, 2026 14:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 48a9ca9 to d9e2edb Compare May 13, 2026 17:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f8665b3 to 438d182 Compare May 14, 2026 10:39
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 438d182 to 951261f Compare May 14, 2026 11:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 951261f to 2b55627 Compare May 14, 2026 12:34
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2b55627 to 773ffc8 Compare May 14, 2026 13:08
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 773ffc8 to 4ae13bf Compare May 14, 2026 13:21
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4ae13bf to c224f81 Compare May 14, 2026 20:10
github-actions Bot added 2 commits May 15, 2026 17:32
Releases:
  ensapi@1.14.0
  @ensnode/ensnode-sdk@1.14.0
  ensindexer@1.14.0
  ensadmin@1.14.0
  @ensnode/ensdb-sdk@1.14.0
  @docs/ensnode@1.14.0
  ensrainbow@1.14.0
  fallback-ensapi@1.14.0
  @namehash/ens-referrals@1.14.0
  @ensnode/ensnode-react@1.14.0
  @ensnode/ensrainbow-sdk@1.14.0
  @ensnode/integration-test-env@1.14.0
  @namehash/namehash-ui@1.14.0
  @docs/ensrainbow@1.14.0
  enssdk@1.14.0
  enscli@1.14.0
  enskit@1.14.0
  ensskills@1.14.0
  @ensnode/datasources@1.14.0
  @ensnode/ponder-sdk@1.14.0
  @ensnode/ponder-subgraph@1.14.0
  @ensnode/shared-configs@1.14.0
  @ensnode/ensindexer-perf-testing@1.14.0
  @ensnode/enskit-react-example@0.0.8
  @ensnode/enssdk-example@0.0.2

[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