chore: bump version to 0.7.6#27
Merged
Merged
Conversation
Release the unreleased delta since v0.7.4: - #26 — skip schema DDL on write-init when tables exist + SQL fallback for the bulk write path, so a least-privilege role (INSERT/UPDATE/SELECT) can write without schema-ownership DDL grants. - #23 — propagate connector-discovered status to the model row. Also relabels the stale top "Unreleased" CHANGELOG block as v0.7.4 (it shipped in the v0.7.4 release but was never relabeled). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Release the unreleased delta since v0.7.4 so the DDL-skip + status-propagation fixes ship to consumers.
Included
SnowflakeLedgerBackendskips schema DDL on write-mode init when the schema/tables already exist, and the bulk write path falls back to the DDL-free SQL path on a privilege error. Net: the entire write path needs onlyINSERT/UPDATE/SELECT— no schema-ownership DDL grants.statuspropagates to the model row.Notes
0.7.5is skipped: a strayv0.7.5tag pointed at a May-1 commit (pre-v0.7.4) and was never released; deleted for hygiene. Going straight to0.7.6avoids any version ambiguity.## Unreleasedblock as## v0.7.4(it shipped in the v0.7.4 release but was never relabeled). The second, historicalUnreleasedblock lower in the file is pre-existing and left untouched.After merge: cut the
v0.7.6GitHub release (CI publishes to PyPI onrelease: published), then repin model-ledger-api.