Skip to content

Commit 49bd4e2

Browse files
committed
Shorten WAL changelog entry to match PR title
Co-authored-by: Isaac
1 parent 97033bd commit 49bd4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NEXT_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Bundle variable references now accept Unicode letters in path segments (e.g. `${var.变量}`). ([#5532](https://github.com/databricks/cli/pull/5532))
1515
* Ignore remote changes for vector search direct_access_index_spec.schema_json to prevent drift when the backend normalizes the schema ([#5481](https://github.com/databricks/cli/pull/5481)).
1616
* Remove hidden, never-functional `--existing-dashboard-id`, `--existing-dashboard-path`, `--existing-alert-id`, and `--existing-genie-space-id` alias flags from `bundle generate`; use the documented `--existing-id` / `--existing-path` flags instead ([#5591](https://github.com/databricks/cli/pull/5591)).
17-
* direct: Fix two consecutive failed deploys leaving the local state WAL with a serial ahead of the committed state, which blocked all subsequent `bundle` commands until the WAL was deleted manually. A failed plan no longer opens the WAL for write, and recovering a header-only WAL no longer advances the serial ([#5557](https://github.com/databricks/cli/issues/5557)).
17+
* engine/direct: Fix WAL corruption after two consecutive failed deploys ([#5557](https://github.com/databricks/cli/issues/5557)).
1818

1919
### Dependency updates
2020

0 commit comments

Comments
 (0)