Bump version to 2.13.0 - #227
Merged
Merged
Conversation
sameh-farouk
force-pushed
the
master-bump-version-to-2.13.0
branch
from
July 26, 2026 20:03
6d86adc to
bcc7dd1
Compare
sameh-farouk
force-pushed
the
master-bump-version-to-2.13.0
branch
from
July 26, 2026 20:43
bcc7dd1 to
3218aa6
Compare
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.
First release since v2.12.3 (2025-10-02). Version bump only.
Release contents
37 commits since v2.12.3. Four are indexing-correctness fixes that have been sitting unreleased:
fix: resolve data loss bugs in farm IP, node interface, and contract mapping handlersfix: resolve logic issues in contract and farm mapping handlersfix: read node certification from NodeStored event payloadfix: patch dedicatedFarm field for pre-V14 Farm event decodingPlus 25 database indexes with a matching migration (
db/migrations/1775123913074-Data.js— 25CREATE INDEX, 25DROP INDEX, nothing destructive; verified against the 25@indexadditions inschema.graphql), typegen automation via the append-only version log, npm standardization, named volumes for the databases, and the docs/LICENSE rebrand.Minor rather than patch: there is a
feat:and aperf:alongside the fixes.All four fixes are in mapping handlers — they change how events become entities. Rows already written by the buggy handlers are not retroactively corrected. Without a resync you end up with a database that is correct going forward and wrong historically, which is harder to reason about than being consistently wrong.
Related: the 25 new indexes are plain
CREATE INDEX, notCONCURRENTLY, so on a large table they would takeACCESS EXCLUSIVElocks and stall the processor and API. If you are resyncing anyway they land on an empty database and this stops mattering.This repo's release description is written by hand — unlike tfchain, there is no changelog-generating workflow — so the resync requirement needs to be carried into the release notes deliberately or it will not appear anywhere an operator looks.
Scope
package-lock.jsonis included so it does not drift frompackage.json. The bump target does not update it today; that is tracked separately rather than changed as part of a release.Chart
versionfields are deliberately untouched: only the chart READMEs changed since v2.12.3, so there is no packaged-behaviour change to signal.After merge
Tag
v2.13.0and create the release;publish_container_images.ymlfires onrelease: publishedand pushes toghcr.io/threefoldtech/tfchain_graphql_{processor,query-node}following #226, which is what the charts and compose file already pull.🤖 Generated with Claude Code
https://claude.ai/code/session_011YKJm3zuWdSepriT9KL9zy