github dolthub/dolt v1.30
1.30

latest releases: v1.42.20, v1.42.19, v1.42.18...
8 months ago

Merged PRs

dolt

  • 7206: upgrade crypto
    Dependabot sent two proposed changes to update crypto dependency, but they don't build unless they are combined.
    #7190
    #7188
  • 7152: Support pushing to a sql-server instance
    This change alters the remoteapi server behavior running in a sql-server to allow people to push to it, with some caveats:
    • User authenticates using the DOLT_REMOTE_PASSWORD environment vairable, and --user passed as a stored procedure or CLI flag
    • User has SuperUser privledges, due to the nature of the root update
    • The update of the server will be performed only if there are no working set changes and the commit being pushed is a fast forward.
    • The --force option will overwrite any changes on the target, including the working set changes
  • 7135: Removing --old-format option from dolt init
    Removes the --old-format flag from dolt init. I decided to keep the flag for --new-format for a little longer (even though it's the default, so that's a no-op) just in case people are still using it in scripts.
    This one should technically be released as a minor version bump, so we can hold off on merging it in if we want to coordinate it with another minor version bump change so they go out together.

Closed Issues

  • 7155: Unexpected Results when Using IN after Creating Index

Don't miss a new dolt release

NewReleases is sending notifications on new releases.