Skip to content

dolt 1.81.8#267088

Merged
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.8
Feb 12, 2026
Merged

dolt 1.81.8#267088
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.8

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

dolt

  • 10485: Git remote support fixes: shard git blobstore writes and normalize clone/remote URLs
    Fix git-remote workflows by defaulting git-blobstore sharding to 50MB and correcting clone dir inference, SSH remote parsing, and empty-remote validation (with tests).
  • 10483: Add git+* dbfactory remotes with required --git-cache-dir, --ref support, and integration tests
    Implements git-backed Dolt remotes via dbfactory (git+file/http/https/ssh), requiring --git-cache-dir and supporting --ref, with end-to-end BATS + Go multi-client coverage for push/clone/pull and empty-remote bootstrap.
  • 10481: [no-review-notes] Removed most of the remaining LD_1 specific codepaths and types
  • 10474: NBS-on-Git: add GitBlobstore-backed NBS store and empty-remote bootstrap
    Add nbs.NewGitStore wiring plus fetch/push semantics and tests to open against an empty Git remote and bootstrap refs/dolt/data on first write.
  • 10466: GitBlobstore: add cache
    Make GitBlobstore cache fetches.
  • 10458: GitBlobstore: remote-managed fetch/merge/push sync
  • 10429: go/store/nbs: For local databases, crash on fatal I/O errors during writes.
    If an fsync fails, or if a critical write(2) calls returns an error against a shared mutable file, it is not safe for the server to keep running because it cannot necessarily guarantee the state of the files as they exist on disk and will exist on disk in the future.
    Implement functionality so that the Dolt process cashes in such cases.

go-mysql-server

  • 3425: Do not set scope length during join planning
    related to dolthub/dolt#10472
    Scope length should only be set when assigning indexes if the scope length then is not zero. The scope length set during join planning is doesn't actually refer to the correct scope length, and if it was actually supposed to be zero, it was never correct set back to zero, causing a panic.
  • 3423: Do not allow sort-based joins between text and number type columns
    fixes dolthub/dolt#10435
    Disables merge and range heap joins between text and number type columns

Closed Issues

  • 10435: Disable RangeHeapJoin with string and number columns
  • 3420: VECTOR INDEX causes batch inserts to fail with NULL embeddings

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.81.8.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` icu4c ICU use is a significant feature of the PR or issue labels Feb 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 12, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 12, 2026
Merged via the queue into main with commit 64f987b Feb 12, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.81.8 branch February 12, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue icu4c ICU use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants