github dolthub/dolt v1.52.1
1.52.1

latest releases: v1.59.4, v1.59.3, v1.59.2...
4 months ago

Merged PRs

dolt

  • 9132: Bump golang.org/x/net in /go/gen/proto/dolt/services/eventsapi
    Bumps golang.org/x/net from 0.36.0 to 0.38.0.
    updated-dependencies:
    • dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ...
  • 9121: Minor changes to support SET DEFAULT FK referential action
    MySQL parses the ON UPDATE/DELETE SET DEFAULT syntax, but does not actually support executing it. These minor changes allow the SET DEFAULT referential action to be used from Doltgres, but do not enable it for Dolt, to preserve MySQL compatibility.
    Depends on: dolthub/go-mysql-server#2944
  • 9119: Bump golang.org/x/net from 0.36.0 to 0.38.0 in /go/gen/proto/dolt/services/eventsapi
    Bumps golang.org/x/net from 0.36.0 to 0.38.0.
    Commits
    • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
    • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
    • 1f1fa29 publicsuffix: regenerate table
    • 1215081 http2: improve error when server sends HTTP/1
    • 312450e html: ensure <search> tag closes <p> and update tests
    • 09731f9 http2: improve handling of lost PING in Server
    • 55989e2 http2/h2c: use ResponseController for hijacking connections
    • 2914f46 websocket: re-recommend gorilla/websocket
    • 99b3ae0 go.mod: update golang.org/x dependencies
    • See full diff in compare view

    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.36.0&new-version=0.38.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 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).
  • 9118: Enable the GC process to write to archive files
    Enable the GC operation to output archive format storage files. This is exposed as the --archive-level argument in both the server config and as a dolt_gc() option.

go-mysql-server

  • 2951: update mysql version
    fixes: dolthub/go-mysql-server#2950
  • 2949: Added interpretation awareness
    This implements the necessary changes to allow for interpreted functions to properly interact with DML. This was made in response to the issues further detailed here:
  • 2948: fix json_extract panic
    fixes: #9134
  • 2947: fix coalesce with JSON types
    This PR removes the call to strings.Unquote when converting from JSON to StringType.
    Additionally, this fixes a test where we were incorrectly expecting an unquoted string from the JsonUnquote function.
    fixes: #9133
  • 2944: Add support for the SET DEFAULT foreign key referential action
    This is not supported by MySQL, but needed for Postgres support in Doltgres.
    A new analyzer validation rule continues to disallow usage of SET DEFAULT for Dolt/GMS, but Doltgres can disable that validation rule to allow processing of SET DEFAULT.

Closed Issues

  • 9134: Panic on JSON_Extract when second argument is NULL
  • 9133: coalesce() unescaping json with new lines
  • 9126: dolt_diff vs dolt_diff_ - commit time precision differs
  • 2950: Update MySQL version to 8.0.31 so that Django recognizes support for INTERSECT and EXCEPT?
  • 2922: Implementing Custom Functions, blocked by unexported method?
  • 2829: Will there be a postgres version of this?

Don't miss a new dolt release

NewReleases is sending notifications on new releases.