Release New Version#2322
Open
github-actions[bot] wants to merge 2 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 19, 2026 18:27
23c453f to
bc5b337
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 19, 2026 18:39
bc5b337 to
32ee653
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 19, 2026 18:40
32ee653 to
e48714e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 19, 2026 18:56
e48714e to
a7d1bf0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 19, 2026 19:58
a7d1bf0 to
88c11e6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 22, 2026 11:30
016c69a to
7825a9c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 22, 2026 20:27
7825a9c to
f7b9df7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 22, 2026 20:33
f7b9df7 to
dc43e85
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 29, 2026 17:32
dc43e85 to
7fe6756
Compare
Releases: @ensnode/datasources@1.17.0 @ensnode/ensdb-sdk@1.17.0 ensindexer@1.17.0 enskit@1.17.0 ensapi@1.17.0 enssdk@1.17.0 ensskills@1.17.0 @ensnode/ensnode-sdk@1.17.0 ensadmin@1.17.0 fallback-ensapi@1.17.0 enscli@1.17.0 @ensnode/integration-test-env@1.17.0 @namehash/namehash-ui@1.17.0 @ensnode/ensdb-cli@1.16.1 @docs/ensnode@1.17.0 ensrainbow@1.17.0 @namehash/ens-referrals@1.17.0 @ensnode/ensrainbow-sdk@1.17.0 @docs/ensrainbow@1.17.0 @ensnode/ponder-sdk@1.17.0 @ensnode/ponder-subgraph@1.17.0 @ensnode/shared-configs@1.17.0 @ensnode/ensindexer-perf-testing@1.17.0 [skip ci]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.17.0
Minor Changes
6542c89Thanks @shrugs! - Introduces theEFP*Datasources on themainnetandens-test-envnamespaces.Patch Changes
#2318
eaab1bfThanks @shrugs! - Updates thesepolia-v2ENS Namespace with the latest deployment addresses.Updated dependencies [
6542c89]:@ensnode/ensdb-sdk@1.17.0
Minor Changes
#2296
6542c89Thanks @shrugs! - Introduces theefp.schema.tsEFP plugin tables to the Abstract ENSIndexer Schema.#2329
eb33f1dThanks @shrugs! - Add public schema and ENSNode metadata helpers.EnsDbReadernow exposesschemaExists(schemaName)and a public, typedgetEnsNodeMetadata({ key })that returns the full{ key, value }record.EnsDbWriternow exposesdropSchema(schemaName),renameSchema(from, to), and a publicwriteEnsNodeMetadata(metadata)that re-keys aSerializedEnsNodeMetadatarecord to the writer's ENSIndexer schema.SerializedEnsNodeMetadatais now re-exported from the package entrypoint.#2346
ac07f68Thanks @tk-o! - UpdatedisReady()method inEnsDbReaderto check for relevant database schemas existence.Patch Changes
6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b]:enskit@1.17.0
Minor Changes
6542c89Thanks @shrugs! - Adds urql cache key resolvers for the EFP (Ethereum Follow Protocol) Omnigraph types (EfpListkeyed bytokenId;AccountEfp,EfpQuery, andEfpListStorageLocationas Embedded Data), and aby tokenIdlookup resolver onEfpQuery.listso repeat list lookups are cache hits.Patch Changes
6542c89]:@ensnode/ensnode-sdk@1.17.0
Minor Changes
#2176
edf120eThanks @shrugs! -buildIndexedBlockrangesnow accepts achainEndBlocks: ReadonlyMap<ChainId, number>(per-chain end blocks viaEND_BLOCK_<chainId>) instead of a singleglobalBlockrangeEndBlock: number | undefined. The chain's end block now caps each contract's indexed range, mirroring the Ponder config path.#2347
af444c3Thanks @tk-o! - BREAKING: DroppedensRainbowPublicConfigfield fromEnsIndexerPublicConfigdata model, andensIndexerPublicConfigfromEnsApiPublicConfigdata model.#2347
af444c3Thanks @tk-o! - BREAKING: Indexing Status API'sstackInfo.ensApino longer includesensIndexerPublicConfig, andstackInfo.ensIndexerno longer includesensRainbowPublicConfig. UsestackInfo.ensIndexerandstackInfo.ensRainbow, respectively, instead.#2344
6abf99bThanks @shrugs! - Removes the deprecatedPluginName.ENSv2("ensv2") enum member. It was retained for one release as a backwards-compatible alias forPluginName.Unigraphand is now fully removed; usePluginName.Unigraph("unigraph") instead.Patch Changes
#2350
566cab2Thanks @tk-o! - AlignedisRegistrationFullyExpiredandisRegistrationInGracePeriodhelpers with onchain logic.Updated dependencies [
6542c89,6542c89,eaab1bf]:enssdk@1.17.0
Minor Changes
#2296
6542c89Thanks @shrugs! - Exposes EFP (Ethereum Follow Protocol) data through the Omnigraph API.Query.efp(null ifefpplugin is not enabled) exposes the EFP-protocol-level queriesQuery.efp.list(by:),Query.efp.lists(where:), andQuery.efp.listRecords(where:)(each record exposing its owninglist), with cursor-paginated connections and where-filters (owner/user/manager, recordData).Account.efp(null ifefpplugin is not enabled) exposes the Account-specific queriesAccount.efp.primaryList,Account.efp.following/Account.efp.followers(the validated social follow graph — accounts whose validated primary list follows, or is followed by, this account, excludingblock/mute-tagged records), theAccount.efp.listsit is theuserof, and its accountAccount.efp.metadata(key:)/Account.efp.metadatas.ensskills@1.17.0
Minor Changes
9fd6918Thanks @shrugs! - Adds anefp-protocolskill orienting agents on the Ethereum Follow Protocol: the onchain social graph data model (lists, list records, tags, storage locations, account metadata), primary-list validation,block/mutefollower semantics, and how EFP surfaces in the Omnigraph viaQuery.efp/Account.efp. Theomnigraphskill now declaresefp-protocolas a conditional dependency, to be loaded when a query touches EFP fields.@namehash/ens-referrals@1.17.0
Patch Changes
6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b]:enscli@1.17.0
Patch Changes
6542c89,6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b,eaab1bf]:@ensnode/ensrainbow-sdk@1.17.0
Patch Changes
6542c89]:@namehash/namehash-ui@1.17.0
Patch Changes
6542c89,6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b,eaab1bf]:@ensnode/ponder-sdk@1.17.0
@ensnode/ponder-subgraph@1.17.0
ensapi@1.17.0
Minor Changes
#2296
6542c89Thanks @shrugs! - Exposes EFP (Ethereum Follow Protocol) data through the Omnigraph API.Query.efp(null ifefpplugin is not enabled) exposes the EFP-protocol-level queriesQuery.efp.list(by:),Query.efp.lists(where:), andQuery.efp.listRecords(where:)(each record exposing its owninglist), with cursor-paginated connections and where-filters (owner/user/manager, recordData).Account.efp(null ifefpplugin is not enabled) exposes the Account-specific queriesAccount.efp.primaryList,Account.efp.following/Account.efp.followers(the validated social follow graph — accounts whose validated primary list follows, or is followed by, this account, excludingblock/mute-tagged records), theAccount.efp.listsit is theuserof, and its accountAccount.efp.metadata(key:)/Account.efp.metadatas.Patch Changes
6542c89,6542c89,6542c89,eb33f1d,edf120e,af444c3,af444c3,566cab2,ac07f68,6abf99b,eaab1bf]:ensindexer@1.17.0
Minor Changes
#2296
6542c89Thanks @shrugs! - Introduces the EFP (Ethereum Follow Protocol) plugin (efp). Enabling it will index EFP list NFTs, records, tags, and account metadata into ENSDb'sefp_*tables and will enable theQuery.efpandAccount.efpfields in the Omnigraph API.#2176
edf120eThanks @shrugs! - Replace the globalSTART_BLOCK/END_BLOCKindexing-range configuration with per-chain end blocks viaEND_BLOCK_<chainId>environment variables (e.g.END_BLOCK_1,END_BLOCK_8453). Each constrains the indexing end block of its chain independently and MAY be set across any number of indexed chains. This enables deterministic, reproducible multichain checkpoints where every indexed chain stops at a block corresponding to a shared timestamp.Patch Changes
#2339
ffc2d49Thanks @shrugs! - Domains composed of Labels that are healed after discovery now have their Canonical Names correctly updated.#2219
db70772Thanks @tk-o! - IntroducedPONDER_STATEMENT_TIMEOUTsetting to manage database timeouts more granularly.#2318
eaab1bfThanks @shrugs! - Updates thesepolia-v2ENS Namespace with the latest deployment addresses.#2350
566cab2Thanks @tk-o! - Updated ENSv2Registry handling for non-expiring reverse-name registrations.Updated dependencies [
6542c89,6542c89,6542c89,eb33f1d,edf120e,af444c3,af444c3,566cab2,ac07f68,6abf99b,eaab1bf]:ensadmin@1.17.0
Patch Changes
6542c89,6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b,eaab1bf]:ensrainbow@1.17.0
Patch Changes
6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b]:fallback-ensapi@1.17.0
Patch Changes
6542c89,edf120e,af444c3,af444c3,566cab2,6abf99b,eaab1bf]:@docs/ensnode@1.17.0
Patch Changes
edf120e,af444c3,af444c3,566cab2,6abf99b]:@docs/ensrainbow@1.17.0
Patch Changes
@ensnode/ensdb-cli@1.16.1
Patch Changes
6542c89,eb33f1d,ac07f68]:@ensnode/integration-test-env@1.17.0
Patch Changes
6542c89,6542c89,6542c89,eb33f1d,edf120e,af444c3,af444c3,566cab2,ac07f68,6abf99b,eaab1bf]:@ensnode/ensindexer-perf-testing@1.17.0
@ensnode/shared-configs@1.17.0