chore(release): 0.64.0#450
Merged
Merged
Conversation
…g, native distribution Consolidates everything since the last published release (v0.63.2): the data-app git-repo introspection + managed-repo credentials feature (tagged 0.63.3 but never released), the 0.63.4 serve --ui auth fix + Typer/StrEnum + REPL fixes, the native-binary distribution pipeline (#405), the data-app module split (#423), and dependency bumps. Tags v0.63.3 / v0.63.4 exist but were never published as GitHub Releases (the release pipeline was being built/fixed during that window); 0.64.0 is the first clean release on the finished pipeline. Version bumped in pyproject.toml + plugin.json + marketplace.json + uv.lock (via make version-sync); 0.64.0 changelog entry added. No code change vs main HEAD.
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.
Cuts 0.64.0, consolidating everything merged since the last published GitHub Release (v0.63.2). Tags
v0.63.3andv0.63.4exist but were never published as releases (the native-distribution pipeline was being built/fixed in that window — #405, #439, #444, #445); 0.64.0 is the first clean release on the finished pipeline.Version bump (all surfaces)
pyproject.toml·plugin.json·marketplace.json·uv.lock→0.64.0(viamake version-sync), plus a0.64.0entry inchangelog.py. No code change vs currentmainHEAD — pure release commit.What's in 0.64.0 (since v0.63.2)
data-app git-repo/git-branches/git-entrypoints/git-credentials/git-credentials-create, mirrored 1:1 onkbagent serve. Read trio = project token; credentials = managed-repo + admin token. 409-until-deployed gotcha documented.serve --uiauth resolves via the router match protocol and fails closed — fixes the fastapi-0.137 nested-router bypass (GHSA-ffpq-prmh-3gx2);fastapi<0.137cap lifted.--mode/--poll-strategy/--role/--role-hintagain exit 2 (StrEnum under Typer ≥0.25's vendored Click); REPLhelp+ completion list all commands again._data_app_git.py,_data_app_runtime.py,data_app_git_service.py); dep bumps (cryptography 48, starlette 1.3, python-multipart 0.0.31, pyjwt 2.13).Release mechanics (after merge)
make checkgreen (4137 passed); changelog-check + command-sync + version consistency pass. Pushing thev0.64.0tag triggersrelease-kbagent.yml→ PyInstaller freeze + nfpm + Homebrew/Chocolatey/WinGet + PyPI + S3 + the GitHub Release. That tag push is the deliberate, outward-facing publish step — to be done after this merges.