This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates dolt, Closed Issues, and Merged PRs across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
Prevent unnecessary rebuilds of fulltext indexes during concurrent session updates Prevent unnecessary rebuilds of fulltext indexes during concurrent session updates Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Medium |
Mark `dolt_diff_$TABLENAME` `to_commit` and `from_commit` indexes as non‑unique Mark `dolt_diff_$TABLENAME` `to_commit` and `from_commit` indexes as non‑unique Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Medium |
Avoid unnecessary rebuilds of fulltext indexes when updates don't affect indexed columns Avoid unnecessary rebuilds of fulltext indexes when updates don't affect indexed columns Source: llm_adapter@2026-06-06 Confidence: low |
— |
Full changelog
Merged PRs
dolt
- 11178: Mark
dolt_diff_$TABLENAMEto_commitandfrom_commitindexes as non-unique
Thedolt_diff_$TABLENAMEsystem table marked itsto_commitandfrom_commitindexes as unique. A single commit changes many rows, so each commit hash maps to many diff rows and these indexes are not unique.
Fix dolthub/dolt#11159 - 11177: Bug fix: don't rebuild fulltext indexes unnecessarily
When two sessions are making changes to a table with afulltextindex, the index was unnecessarily getting rebuilt, even when the indexed column wasn't changing in the updates. This change limits when the index is rebuilt to avoid unnecessary rebuilds.
Closed Issues
- 11159:
dolt_diff_$TABLENAME: markto_commitandfrom_commitindexes as non-unique
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]