-
Notifications
You must be signed in to change notification settings - Fork 15
Release New Version #1413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release New Version #1413
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c05e8c0 to
ddf67f5
Compare
ddf67f5 to
406cdce
Compare
406cdce to
d47343a
Compare
d47343a to
67d02ea
Compare
67d02ea to
693f0d6
Compare
693f0d6 to
f62b262
Compare
f62b262 to
15e7042
Compare
8064011 to
a64fad7
Compare
a64fad7 to
f36d0bc
Compare
f36d0bc to
f14ae59
Compare
f14ae59 to
c830e61
Compare
c830e61 to
f5f2452
Compare
Releases: ensrainbow@1.4.0 ensapi@1.4.0 ensadmin@1.4.0 ensindexer@1.4.0 @docs/ensnode@1.4.0 @ensnode/ensnode-sdk@1.4.0 @ensnode/ensrainbow-sdk@1.4.0 @ensnode/ensnode-schema@1.4.0 @ensnode/datasources@1.4.0 @namehash/namehash-ui@1.4.0 @namehash/ens-referrals@1.4.0 fallback-ensapi@1.4.0 @ensnode/ensnode-react@1.4.0 @ensnode/ponder-metadata@1.4.0 @ensnode/ponder-subgraph@1.4.0 @ensnode/shared-configs@1.4.0 @docs/ensrainbow@1.4.0 [skip ci]
f5f2452 to
1bae805
Compare
shrugs
approved these changes
Jan 12, 2026
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 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/datasources@1.4.0
Minor Changes
#1280
c254385Thanks @shrugs! - Introduces the ENSv2 Plugin ('ensv2') for indexing both ENSv1 and the future ENSv2 protocol.#1280
c254385Thanks @shrugs! - BREAKING: Removed holesky ENSNamespace.@namehash/ens-referrals@1.4.0
Minor Changes
#1476
9862514Thanks @Y3drk! - Moves referral program status business logic to ens-referrals.#1418
4e0579bThanks @Goader! - Added revenue contribution tracking to referrer metrics, calculating total revenue contributed to the ENS DAO from referrals. AddedtotalRevenueContributionto individual referrer metrics andgrandTotalRevenueContributionto aggregated metrics.@ensnode/ensnode-schema@1.4.0
Minor Changes
c254385Thanks @shrugs! - Introduces the ENSv2 Plugin ('ensv2') for indexing both ENSv1 and the future ENSv2 protocol.@ensnode/ensnode-sdk@1.4.0
Minor Changes
#1444
fcd96dbThanks @Goader! - Added optional time range filtering to the Registrar Actions API.#1484
cf1b218Thanks @Goader! - AddedaccurateAsOfresponse field to the Registrar Actions API.#1418
4e0579bThanks @Goader! - Added revenue contribution tracking to referrer metrics, calculating total revenue contributed to the ENS DAO from referrals. AddedtotalRevenueContributionto individual referrer metrics andgrandTotalRevenueContributionto aggregated metrics.Patch Changes
#1075
706f86bThanks @djstrong! - Refine ENSRainbow Docs#1338
bb1686aThanks @stevedylandev! - Adds OpenAPI schema endpoint and route descriptions to ENSApiUpdated dependencies [
c254385,c254385,9862514,4e0579b]:@namehash/namehash-ui@1.4.0
Minor Changes
57137efThanks @Y3drk! - Createsnamehash-uipackage.Patch Changes
@ensnode/ensnode-react@1.4.0
Patch Changes
706f86b,fcd96db,cf1b218,4e0579b,bb1686a]:@ensnode/ensrainbow-sdk@1.4.0
Patch Changes
706f86bThanks @djstrong! - Refine ENSRainbow Docs@ensnode/ponder-metadata@1.4.0
Patch Changes
706f86b]:@ensnode/ponder-subgraph@1.4.0
ensapi@1.4.0
Minor Changes
#1412
fae127eThanks @tk-o! - IntroducesGET /amirealtimeendpoint allowing for easy realtime indexing distance verification.#1442
05d7481Thanks @shrugs! - Fixed issue regarding Protocol Accelerated Resolution API requests and legacy unmigrated names, which should now resolve correctly when accelerated.#1280
c254385Thanks @shrugs! - Introduces the ENSv2 Plugin ('ensv2') for indexing both ENSv1 and the future ENSv2 protocol.#1411
ec96ff9Thanks @shrugs! - Disabled viem's built-in Transport Ranking feature in order to minimize net_listening RPC credit ussage.#1444
fcd96dbThanks @Goader! - Added optional time range filtering to the Registrar Actions API.#1484
cf1b218Thanks @Goader! - AddedaccurateAsOfresponse field to the Registrar Actions API.#1418
4e0579bThanks @Goader! - Added revenue contribution tracking to referrer metrics, calculating total revenue contributed to the ENS DAO from referrals. AddedtotalRevenueContributionto individual referrer metrics andgrandTotalRevenueContributionto aggregated metrics.Patch Changes
#1485
4f3abbeThanks @notrab! - Fix openapi validation errors by adding missing route descriptionsdescribeRoutewith tags, summary, description, and responses to/amirealtime,/ensanalytics/referrers,/ensanalytics/referrers/:referrer,/registrar-actions, and/registrar-actions/:parentNodeendpoints.describe()to Zod schema fields for query and path parameters to improve OpenAPI documentationResolution,Meta,Explore,ENSAwards) to organize endpoints in the spec#1338
bb1686aThanks @stevedylandev! - Adds OpenAPI schema endpoint and route descriptions to ENSApiUpdated dependencies [
706f86b,c254385,c254385,fcd96db,9862514,cf1b218,4e0579b,bb1686a]:ensindexer@1.4.0
Minor Changes
#1280
c254385Thanks @shrugs! - Introduces the ENSv2 Plugin ('ensv2') for indexing both ENSv1 and the future ENSv2 protocol.#1280
c254385Thanks @shrugs! - BREAKING: Removed holesky ENSNamespace.Patch Changes
#1075
706f86bThanks @djstrong! - Refine ENSRainbow DocsUpdated dependencies [
706f86b,c254385,c254385,fcd96db,cf1b218,4e0579b,bb1686a]:fallback-ensapi@1.4.0
Minor Changes
abc141dThanks @shrugs! - Introduce infrastructure-level fallback-ensapi service, which handles ENSApi requests in the event of ENSNode environment failures. Intended for NameHash hosted ENSNode instances only.Patch Changes
706f86b,c254385,c254385,fcd96db,cf1b218,4e0579b,bb1686a]:@docs/ensnode@1.4.0
Minor Changes
fae127eThanks @tk-o! - ExtendsRealtime Indexing Distancesection on the API Usage page.Patch Changes
706f86bThanks @djstrong! - Refine ENSRainbow Docsensadmin@1.4.0
Patch Changes
#1453
842b704Thanks @Y3drk! - Fixes an issue where?name=param stays on page regardless of route.Updated dependencies [
706f86b,c254385,c254385,fcd96db,cf1b218,4e0579b,bb1686a]:ensrainbow@1.4.0
Patch Changes
#1136
79be028Thanks @djstrong! - feat: add CSV conversion command to ensrainbow CLI to convert rainbow tables from CSV format to ensrainbow format#1075
706f86bThanks @djstrong! - Refine ENSRainbow DocsUpdated dependencies [
706f86b,fcd96db,cf1b218,4e0579b,bb1686a]:@docs/ensrainbow@1.4.0
@ensnode/shared-configs@1.4.0