Release New Version#2282
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated release PR generated by the Changesets action, bumping all packages in the monorepo from
Confidence Score: 5/5Purely automated version-bump and changelog PR with no logic changes — safe to merge when ready to release. Every file change is mechanical: version strings in package.json files, Docker image default tags, the OpenAPI spec version field, generated CHANGELOG entries, and deletion of consumed changeset files. No application logic, schema migrations, or configuration values are modified beyond the version number itself. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
CS[".changeset/*.md files (6)"] -->|consumed by Changesets action| REL[Release PR]
REL --> PKG["package.json bumps\n1.15.2 → 1.16.0\n(all packages)"]
REL --> CL["CHANGELOG.md updates\n(all packages)"]
REL --> DOC["docker/services/*.yml\ndefault image tag → 1.16.0"]
REL --> OAS["docs/ensnode.io/ensapi-openapi.json\nversion → 1.16.0"]
PKG --> NPM["npm publish\n(on merge + CI)"]
DOC --> GH["ghcr.io/namehash/ensnode/*:1.16.0\n(built by CI)"]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
CS[".changeset/*.md files (6)"] -->|consumed by Changesets action| REL[Release PR]
REL --> PKG["package.json bumps\n1.15.2 → 1.16.0\n(all packages)"]
REL --> CL["CHANGELOG.md updates\n(all packages)"]
REL --> DOC["docker/services/*.yml\ndefault image tag → 1.16.0"]
REL --> OAS["docs/ensnode.io/ensapi-openapi.json\nversion → 1.16.0"]
PKG --> NPM["npm publish\n(on merge + CI)"]
DOC --> GH["ghcr.io/namehash/ensnode/*:1.16.0\n(built by CI)"]
Reviews (15): Last reviewed commit: "chore(release): version apps" | Re-trigger Greptile |
aafbd6b to
9601c7a
Compare
There was a problem hiding this comment.
Additional Suggestions:
- Missing pnpm install in release:postversion script causes stale lockfile after changeset version, leading to ERR_PNPM_OUTDATED_LOCKFILE in all builds
- upsertResolver function does not return the resolver record, but multiple callers depend on the return value to access resolver properties
9601c7a to
61ab4ab
Compare
61ab4ab to
dabc4fb
Compare
dabc4fb to
5758984
Compare
5758984 to
6616c5f
Compare
a70ba44 to
bc841f3
Compare
bc841f3 to
4da5d84
Compare
4da5d84 to
6a13817
Compare
6a13817 to
6591e24
Compare
6591e24 to
234d0d6
Compare
Releases: ensapi@1.16.0 ensskills@1.16.0 @ensnode/ensdb-sdk@1.16.0 ensindexer@1.16.0 @ensnode/integration-test-env@1.16.0 @ensnode/ensnode-sdk@1.16.0 ensadmin@1.16.0 ensrainbow@1.16.0 fallback-ensapi@1.16.0 enssdk@1.16.0 enscli@1.16.0 enskit@1.16.0 @ensnode/datasources@1.16.0 @ensnode/ensrainbow-sdk@1.16.0 @ensnode/ponder-sdk@1.16.0 @ensnode/ponder-subgraph@1.16.0 @ensnode/shared-configs@1.16.0 @docs/ensnode@1.16.0 @docs/ensrainbow@1.16.0 @namehash/ens-referrals@1.16.0 @namehash/namehash-ui@1.16.0 @ensnode/ensindexer-perf-testing@1.16.0 @ensnode/enskit-react-example@0.0.11 @ensnode/enssdk-example@0.0.5 [skip ci]
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.16.0
Minor Changes
09b4aa5Thanks @shrugs! - Add a(value, coinType)index onresolver_address_recordsto support reverse lookups of the Names whoseaddr()record points at a given address. PowersAccount.nameReferencesin the Omnigraph API.Patch Changes
ensskills@1.16.0
Minor Changes
7f7627aThanks @shrugs! - Theenssdkandenskitskills are now fully authored (previously stubs):enssdkcovers the typed ENS Omnigraph client (gql.tada), hashing, normalization, and interpretation primitives for TypeScript integrations;enskitcovers building ENS React UIs (provider setup, typed Omnigraph hooks, caching, Relay pagination). Theens-protocolskill also gained the Subgraph-Interpreted Label concept (why subgraph-compatible APIs may return an Encoded LabelHash where the Omnigraph returns the literal label).Patch Changes
7f7627aThanks @shrugs! - Theomnigraphskill now explains Protocol Acceleration (resolve is accelerated by default, transparent protocol-compliant fallback, theacceleration { requested attempted }introspection) and the indexing-status/503 contract (when an instance responds 503 and how to check progress withenscli ensnode indexing-status). Theens-protocolskill now defines the ENS Namespace concept (a logically-isolated set of names spanning many chains, not 1:1 with an L1 chain).@ensnode/datasources@1.16.0
Patch Changes
@namehash/ens-referrals@1.16.0
Patch Changes
enscli@1.16.0
Patch Changes
enskit@1.16.0
Patch Changes
@ensnode/ensnode-sdk@1.16.0
Patch Changes
@ensnode/ensrainbow-sdk@1.16.0
Patch Changes
@namehash/namehash-ui@1.16.0
Patch Changes
enssdk@1.16.0
@ensnode/ponder-sdk@1.16.0
@ensnode/ponder-subgraph@1.16.0
ensapi@1.16.0
Minor Changes
09b4aa5Thanks @shrugs! - Omnigraph API: AddsAccount.nameReferences, surfacing the Names whose indexedaddr()record points at the Account, optionally scoped to a singleCoinTypeviawhere: { coinType }. Reflects literally-indexed, Canonical Domains only: records whose node has no canonical Domain are omitted, and Forward Resolution / CCIP-Read and ENSIP-19 address record defaulting are not applied.Patch Changes
#2285
ba68bbeThanks @sevenzing! - - AddDomain.resolve.profile.contenthashinterpretationUpdated dependencies [
09b4aa5]:ensadmin@1.16.0
Patch Changes
ensindexer@1.16.0
Patch Changes
#2280
dff338cThanks @shrugs! - ENSIndexer now re-derives a Resolver's ENSIP-10IExtendedResolversupport when a known proxy Resolver emits an EIP-1967Upgradedevent, instead of fixing the value once at first visibility. Proxy Resolvers that activateIExtendedResolvervia a post-assignment upgrade (e.g. the 3DNS Resolver behind.box) were stuckextended = falseforever, silently breaking wildcard resolution for affected names.Updated dependencies [
09b4aa5]:ensrainbow@1.16.0
Patch Changes
fallback-ensapi@1.16.0
Patch Changes
@docs/ensnode@1.16.0
Patch Changes
@docs/ensrainbow@1.16.0
Patch Changes
@ensnode/enskit-react-example@0.0.11
Patch Changes
@ensnode/enssdk-example@0.0.5
Patch Changes
@ensnode/integration-test-env@1.16.0
Patch Changes
09b4aa5]:@ensnode/ensindexer-perf-testing@1.16.0
@ensnode/shared-configs@1.16.0