Skip to content

dolt

v2.1.4 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo Relational Databases
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory agent-memory-server ai-agents ai-database data-version-control data-versioning
+14 more
database database-version-control database-versioning decentralized-database git git-database git-for-data git-for-databases git-sql immutable-database mariadb mysql sql version-controlled-database

Summary

AI summary

Updates dolt, Closed Issues, and Merged PRs across a mixed release.

Changes in this release

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_$TABLENAME to_commit and from_commit indexes as non-unique
    The dolt_diff_$TABLENAME system table marked its to_commit and from_commit indexes 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 a fulltext index, 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: mark to_commit and from_commit indexes 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

Track dolt

Get notified when new releases ship.

Sign up free

About dolt

Dolt – Git for Data

All releases →

Related context

Earlier breaking changes

  • v2.0.4 `DOLT_CHECKOUT('<table>')` now gated with Write permission.

Beta — feedback welcome: [email protected]