You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release check ran the v2 and v3 suites against v26.7.1-rc.1 on
all four platforms and they passed, so the engine can be adopted. This
moves the pin v26.7.0 → v26.7.1-rc.1.
LIBCHDB_NPM_VERSION and the @chdb/lib-<platform> pins move with it,
to 26.7.1-rc.1.1 — the version has to name the engine inside it, and the
counter restarts because this engine has not been packaged before. Merging
this does not publish anything; that is still a separate decision.
No checks will appear here. GitHub does not start workflow runs for
commits a workflow pushed with GITHUB_TOKEN, and running CI on this
branch would exercise the same suites against the same engine the check
just used.
Note
Move engine pin to v26.7.1-rc.1
Updates the CHDB_ENGINE_PIN in update_libchdb.sh and the @chdb/lib-* optional dependencies in package.json from 26.7.0-stable.1 to 26.7.1-rc.1.1.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Closed: this was opened by the release check firing on v26.7.1-rc.1, which is a pre-release. Adopting a pre-release engine is a deliberate decision rather than something a tag should propose, and the trigger has been corrected in chdb-core to fire only on full releases. The pin stays where it is.
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
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.
The release check ran the v2 and v3 suites against
v26.7.1-rc.1onall four platforms and they passed, so the engine can be adopted. This
moves the pin v26.7.0 →
v26.7.1-rc.1.LIBCHDB_NPM_VERSIONand the@chdb/lib-<platform>pins move with it,to
26.7.1-rc.1.1— the version has to name the engine inside it, and thecounter restarts because this engine has not been packaged before. Merging
this does not publish anything; that is still a separate decision.
https://github.com/chdb-io/chdb-node/actions/runs/31955624296
Based on 7bceabf, the commit that run tested.
No checks will appear here. GitHub does not start workflow runs for
commits a workflow pushed with
GITHUB_TOKEN, and running CI on thisbranch would exercise the same suites against the same engine the check
just used.
Note
Move engine pin to v26.7.1-rc.1
Updates the
CHDB_ENGINE_PINin update_libchdb.sh and the@chdb/lib-*optional dependencies in package.json from26.7.0-stable.1to26.7.1-rc.1.1.Macroscope summarized 6213822.