chore(release): 0.63.0 -- typed SDK contracts, idempotent run_job, sync clone#438
Merged
Conversation
…nc clone Bump 0.62.0 -> 0.63.0 + changelog for the SDK-hardening features merged since 0.62.0 (#432: #426 sync clone + flow Phase-D remap, #427 client-side run_job idempotency, #428 typed result models + py.typed). version-sync propagates to plugin.json / marketplace.json / uv.lock. make check green (4092).
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.
Version bump 0.62.0 -> 0.63.0 + changelog for everything merged since the 0.62.0 release.
Shipped in 0.63.0 (
#432)JobResult/QueryResult/UploadTableResult/SyncPushResult/ConfigDetailResult/CloneResult) + PEP 561py.typed.job run --idempotency-key+Client.run_job(idempotency_key=...)(client-side dedup; Queue API has no server token).sync clonecomposite + new push Phase D (keboola.flowtask configId remap).(The internal
sync_service.pysplit (#437) and the PyPI rename tokeboola-cli(#424, already noted under 0.62.0) are not re-listed here.)Changes
pyproject.tomlversion = "0.63.0"src/keboola_agent_cli/changelog.py-- new0.63.0entry (3 bullets)make version-sync->plugin.json,marketplace.json,uv.lockAfter merge
Tag
v0.63.0on the merge commit +gh release create v0.63.0(stable, non-prerelease) -- the auto-update startup hook then picks it up via/releases/latest.make checkgreen (4092 passed).