Skip to content

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

dolt

  • 10276: dolthub/dolt#10269: Add @@dolt_override_schema support for dolt_diff()
    Fixes dolthub/dolt#10269
  • 10272: Skipped test for dolt_diff() table function not respecting schema overrides
    I tried to have Claude fix the actual bug but it got lost.
  • 10267: /{go,integration-tests}: support environment variable interpolation
    Adds support for environment variable interpolation in the dolt sql-server configuration file (config.yaml).
    Users can now reference environment variables using the ${VAR} syntax, which will be replaced at runtime with the value of the VAR environment variable.
  • 10259: Return empty IndexLookup if Literal type is not convertible to column type
    fixes #10246
    test added in dolthub/go-mysql-server#3360
  • 10241: Embed IANA time zone database for clean environments
    This does not resolve dolthub/dolt#10238 but addresses part one of the issue. Some environments do not have an IANA time zone database at a time.LoadLocation expected location. If you require manual loading of a specific time zone database, please see the Go's documentation and make an explicit request on Discord with the issue number above.
  • 10173: Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /go
    Bumps github.com/sirupsen/logrus from 1.8.1 to 1.8.3.
    Release notes

    Sourced from github.com/sirupsen/logrus's releases.

    v1.8.3

    What's Changed

    New Contributors

    Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

    v1.8.2

    What's Changed

    New Contributors

    Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

    Commits
    • b30aa27 Merge pull request #1339 from xieyuschen/patch-1
    • 6acd903 Merge pull request #1376 from ozfive/master
    • 105e63f Merge pull request #1 from ashmckenzie/ashmckenzie/fix-writer-scanner
    • c052ba6 Scan text in 64KB chunks
    • e59b167 Merge pull request #1372 from tommyblue/syslog_different_loglevels
    • 766cfec This commit fixes a potential denial of service vulnerability in logrus.Write...
    • 70234da Add instructions to use different log levels for local and syslog
    • a448f82 Merge pull request #1362 from FrancoisWagner/fix-data-race-in-hooks-test-pkg
    • ff07b25 Fix data race in hooks.test package
    • f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep
    • Additional commits viewable in compare view

    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.8.1&new-version=1.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
    Dependabot commands and options
    You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/dolt/network/alerts).
    > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
  • 10109: Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in /go
    Bumps golang.org/x/crypto from 0.41.0 to 0.45.0.
    Commits
    • 4e0068c go.mod: update golang.org/x dependencies
    • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
    • f91f7a7 ssh/agent: prevent panic on malformed constraint
    • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
    • bcf6a84 acme: pass context to request
    • b4f2b62 ssh: fix error message on unsupported cipher
    • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
    • 122a78f go.mod: update golang.org/x dependencies
    • c0531f9 all: eliminate vet diagnostics
    • 0997000 all: fix some comments
    • Additional commits viewable in compare view

    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.41.0&new-version=0.45.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
    Dependabot commands and options
    You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/dolt/network/alerts).
    > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
  • 10100: refactor: remove redundant variable declarations in for loops
    The new version of Go has been optimized, and variables do not need to be reassigned.
    For more info: https://tip.golang.org/wiki/LoopvarExperiment#does-this-mean-i-dont-have-to-write-x--x-in-my-loops-anymore

go-mysql-server

  • 3365: Handle more types in abs
    fixes dolthub/dolt#10171
    fixes dolthub/dolt#10270
    Add case for bool types and add default case that tries to convert value to Float64.
  • 3364: Add panic handling to spawned goroutine
    Spawning a new go routine prevented Doltgres' panic handler from catching the panic. This was discovered by Doltgres regression tests crashing from the unhandled panic.
  • 3361: Handle empty right iterators in exists iterator as an EOF
    fixes dolthub/dolt#10258
    An empty right iterator in an exists iterator should be treated the same as an EOF. Previously, we were treating an empty right iterator as if it would be returning a single nil row, but this is wrong. An empty right iterator would imply an empty set, which is not the same as a single nil row.
  • 3354: Add required attribution for mascot image to README
    This PR adds the required attribution for the mascot image used in the README.
    The mascot image is based on the Go gopher and related derivative work,
    and the README has been updated to include the appropriate credits.
    Please let me know if any adjustments are needed.
  • 3329: Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3
    Bumps github.com/sirupsen/logrus from 1.8.1 to 1.8.3.
    Release notes

    Sourced from github.com/sirupsen/logrus's releases.

    v1.8.3

    What's Changed

    New Contributors

    Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

    v1.8.2

    What's Changed

    New Contributors

    Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

    Commits
    • b30aa27 Merge pull request #1339 from xieyuschen/patch-1
    • 6acd903 Merge pull request #1376 from ozfive/master
    • 105e63f Merge pull request #1 from ashmckenzie/ashmckenzie/fix-writer-scanner
    • c052ba6 Scan text in 64KB chunks
    • e59b167 Merge pull request #1372 from tommyblue/syslog_different_loglevels
    • 766cfec This commit fixes a potential denial of service vulnerability in logrus.Write...
    • 70234da Add instructions to use different log levels for local and syslog
    • a448f82 Merge pull request #1362 from FrancoisWagner/fix-data-race-in-hooks-test-pkg
    • ff07b25 Fix data race in hooks.test package
    • f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep
    • Additional commits viewable in compare view

    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.8.1&new-version=1.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
    Dependabot commands and options
    You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/go-mysql-server/network/alerts).
    > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
  • 3311: Bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.45.0
    Bumps golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.45.0.
    Commits

    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191011191535-87dc89f01550&new-version=0.45.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
    Dependabot commands and options
    You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ...

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


@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 Jan 7, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

🤖 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 Jan 7, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 7, 2026 03:11
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 7, 2026
Merged via the queue into main with commit 46cc6b9 Jan 7, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.79.3 branch January 7, 2026 03:19
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