Release New Version#2156
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated Changesets release PR bumping all packages from
Confidence Score: 5/5Safe to merge — all changes are automated version bumps, changelog entries, and docker tag updates with no logic modifications. Every file in this PR is either a CHANGELOG update, a package.json version bump, a docker compose image tag update, or an OpenAPI spec version string change. The only notable diff beyond mechanical version strings is the replacement of two snapshot pre-release dependency pins in ensadmin/package.json with the stable 1.14.1 versions, which is the correct outcome of publishing these packages. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Changesets Release Action] --> B[Consume changeset files]
B --> C[Bump all packages 1.14.0 → 1.14.1]
C --> D1[Update package.json versions]
C --> D2[Update CHANGELOG.md files]
C --> D3[Update docker image tags]
C --> D4[Update OpenAPI spec version]
D1 --> E[ensadmin: replace snapshot deps\n0.0.0-preview-... → 1.14.1]
D2 --> F1[ensdb-sdk: 3 new btree indexes]
D2 --> F2[ensapi: canonical filter fix]
D2 --> F3[ensindexer: Basenames/Lineanames canonicalization]
Reviews (3): Last reviewed commit: "chore(release): version apps" | Re-trigger Greptile |
4004c5e to
10555d7
Compare
Releases: ensapi@1.14.1 @ensnode/ensdb-sdk@1.14.1 ensindexer@1.14.1 @ensnode/integration-test-env@1.14.1 ensadmin@1.14.1 ensrainbow@1.14.1 fallback-ensapi@1.14.1 enssdk@1.14.1 enscli@1.14.1 enskit@1.14.1 ensskills@1.14.1 @ensnode/datasources@1.14.1 @ensnode/ensrainbow-sdk@1.14.1 @ensnode/ensnode-sdk@1.14.1 @ensnode/ponder-sdk@1.14.1 @ensnode/ponder-subgraph@1.14.1 @ensnode/shared-configs@1.14.1 @docs/ensnode@1.14.1 @docs/ensrainbow@1.14.1 @namehash/ens-referrals@1.14.1 @namehash/namehash-ui@1.14.1 @ensnode/ensindexer-perf-testing@1.14.1 [skip ci]
10555d7 to
52815b7
Compare
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/datasources@1.14.1
Patch Changes
@namehash/ens-referrals@1.14.1
Patch Changes
@ensnode/ensdb-sdk@1.14.1
Patch Changes
#2155
addfba6Thanks @shrugs! - Add three btree indexes to the indexer schema to fix slowDomain.subdomains,get-domain-by-interpreted-name, andQuery.domainspaths:domain_resolver_relations(domain_id)— secondary lookup off the PK so the namegraph-walk CTE can left-join bydomain_idalone.domains(registry_id, label_hash)— composite (replaces the standaloneregistry_idindex, which it subsumes via leading-column prefix).domains(registry_id, left(canonical_name, 256), id)— expression composite for registry-scopedWHERE registry_id = X ORDER BY canonical_name LIMIT N(theDomain.subdomainsshape). The 256-char prefix bounds the index tuple under btree's per-tuple max; NAME-ordered queries must sort by the sameleft(...)expression for the planner to use this index for ordered scan.Updated dependencies []:
enskit@1.14.1
Patch Changes
@ensnode/ensnode-sdk@1.14.1
Patch Changes
@ensnode/ensrainbow-sdk@1.14.1
Patch Changes
@namehash/namehash-ui@1.14.1
Patch Changes
enscli@1.14.1
enssdk@1.14.1
ensskills@1.14.1
@ensnode/ponder-sdk@1.14.1
@ensnode/ponder-subgraph@1.14.1
ensadmin@1.14.1
Patch Changes
ensapi@1.14.1
Patch Changes
#2155
addfba6Thanks @shrugs! - Omnigraph:AccountDomainsWhereInput.canonicalnow filters on bothtrueandfalse(previouslyfalsewas a no-op). ThedefaultValue: falseis dropped — clients omittingcanonicalwill receive all Domains owned by the Account regardless of canonicality. Passcanonical: truefor canonical-only orcanonical: falsefor non-canonical-only. The underlyingDomainsWhere.canonicalinresolveFindDomainswas generalized sotypeof === "boolean"triggers the filter;null/undefinedis "no filter".Updated dependencies [
addfba6]:ensindexer@1.14.1
Patch Changes
#2155
addfba6Thanks @shrugs! - Basenames and Lineanames are now correctly canonicalized in theunigraphplugin.Updated dependencies [
addfba6]:ensrainbow@1.14.1
Patch Changes
fallback-ensapi@1.14.1
Patch Changes
@docs/ensnode@1.14.1
Patch Changes
@docs/ensrainbow@1.14.1
Patch Changes
@ensnode/integration-test-env@1.14.1
Patch Changes
addfba6]:@ensnode/ensindexer-perf-testing@1.14.1
@ensnode/shared-configs@1.14.1