| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dolt-windows-amd64.msi | 2026-03-06 | 44.8 MB | |
| dolt-1.83.3-1.aarch64.rpm | 2026-03-06 | 40.3 MB | |
| dolt-1.83.3-1.x86_64.rpm | 2026-03-06 | 43.4 MB | |
| install.sh | 2026-03-06 | 3.2 kB | |
| dolt-windows-amd64.7z | 2026-03-06 | 22.4 MB | |
| dolt-windows-amd64.zip | 2026-03-06 | 39.1 MB | |
| dolt-darwin-arm64.tar.gz | 2026-03-06 | 40.3 MB | |
| dolt-darwin-amd64.tar.gz | 2026-03-06 | 42.6 MB | |
| dolt-linux-arm64.tar.gz | 2026-03-06 | 40.3 MB | |
| dolt-linux-amd64.tar.gz | 2026-03-06 | 43.4 MB | |
| 1.83.3 source code.tar.gz | 2026-03-06 | 11.9 MB | |
| 1.83.3 source code.zip | 2026-03-06 | 13.6 MB | |
| README.md | 2026-03-06 | 2.0 kB | |
| Totals: 13 Items | 382.1 MB | 0 | |
Merged PRs
dolt
- 10645: use sql.Row and sql/type.Compare for dolt_diff table This was one of the few non-test places we were instantiating and comparing noms types values. Converted it to use the native SQL types Compare method
- 10640: /{go,integration-tests}: handle scp style git remote urls better
- 10581: commit verification workflow Provide a resolution workflow for when commit_verification fails during rebase/cherry-pick/merge.
go-mysql-server
- 3461: Update
ON UPDATEcolumns duringINSERT...ON DUPLICATE KEY UPDATEfixes [#10627] - 3455: Do not convert AntiJoins to LeftOuterJoin when inside an Update node fixes [#10600]
- 3451: Route unknown-user auth failures to
ER_ACCESS_DENIEDfor clients Fix [#10565] - Fix
malformed packetinmariadb10.11 and 11.8 clients when using unknown user. Authentication failures for unknown users follow themysql_native_passwordnegotiation path instead of a handshake-level method-selection failure.
vitess
- 458: Fix server-to-client authentication error packets to be server only Fixes [#10565]
- 456: add AuthInformation to FuncExpr