Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Backwards Incompatible Changes

This version enables Automatic Garbage Collection and the Archive storage format as the default behavior. We do not expect any backwards in compatibility, but this is a significant change which merits having a significant version bump from our previous version, 1.59.

Per Dolt’s versioning policy, this is a minor version bump because these changes may impact existing applications. Please reach out to us on GitHub or Discord if you have questions or need help with any of these changes.

We called this release 1.75 to indicate we are much closer to Dolt 2.0 for which Automatic Garbage Collection and the Archive storage format as the default are requirements.

Merged PRs

dolt

  • 9964: Enable AutoGC and Archive format by default
    In prep for dolt 1.75, this change makes auto_gc and archives the default.
  • 9957: go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
  • 9952: dolthub/dolt#9904: Add MariaDB connectors integration tests
    Fixes dolthub/dolt#9904
    Companion dolthub/docs#2691
  • 9940: go: sqle: Add support for visting GC roots in current table editors.
    This will unlock the ability to finalize GC even during long running statements. To accomplish this, we add support to table editors to visit their own GC roots. Stashed edits in a table editor need to be flushed before we visit them, so we do that here.
  • 9939: blobstore push/pull and conjoin
    Add support for pushing and pulling archives to blobstore remotes. This includes conjoin support.

go-mysql-server

  • 3267: Fix GroupBy validation for queries with Having
    fixes dolthub/dolt#9963
    In #3166, I had skipped adding aggregate function dependencies to the from scope of the Having node because they were being included in the select expressions during GroupBy validation. However, removing them caused other scoping issue.
    So I undid the skip, and instead of using the select expressions from the innermost Project node, we now use the select expressions from the innermost Project node that is not a direct child of a Having node. This exposed a bug where we were not able to resolve aliases in OrderBy expressions so I added Alias expressions to the select dependency map used for resolving OrderBy and Select expressions
  • 3265: Do not allow inserting NaN and Inf values into numeric type columns
    fixes #3264
  • 3263: Do not prune tables in semi-joins
    Fixes dolthub/dolt#9951
  • 3262: dolthub/dolt#9927: Fix SQL regression on UnaryMinus NULL CAST
    Fixes dolthub/dolt#9927

Closed Issues

  • 9963: Bug with having and dates
  • 9904: Add MariaDB Connectors to Supported Clients
  • 9951: Nested query exception
  • 3264: Panic When Comparing Decimal against NaN

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


@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 Oct 16, 2025
@github-actions
Copy link
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 Oct 16, 2025
@BrewTestBot BrewTestBot enabled auto-merge October 16, 2025 23:44
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 16, 2025
auto-merge was automatically disabled October 16, 2025 23:53

Pull Request is not mergeable

Merged via the queue into main with commit fd3e176 Oct 16, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.75.0 branch October 16, 2025 23:54
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.

3 participants