| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mo-v4.1.2-linux-arm64.zip | 2026-07-17 | 76.5 MB | |
| mo-v4.1.2-linux-x86_64.zip | 2026-07-17 | 86.1 MB | |
| MatrixOne-v4.1.2 source code.tar.gz | 2026-07-16 | 32.5 MB | |
| MatrixOne-v4.1.2 source code.zip | 2026-07-16 | 37.6 MB | |
| README.md | 2026-07-16 | 961 Bytes | |
| Totals: 5 Items | 232.7 MB | 0 | |
Release date: July 17, 2026
MatrixOne version: v4.1.2
MatrixOne 4.1.2 is a patch release on top of 4.1.1. It adds COPY GRANTS support for table clone, and fixes scalar subquery handling in INNER JOIN ON conditions.
Key Improvements
Security & Privilege / Git-for-Data
- Clone Copy Grants: Support
CREATE TABLE ... CLONE ... COPY GRANTSto copy explicit table-level privileges from the source table to the cloned table
Key Bug Fixes
SQL Correctness & Planner
- Join ON Subquery: Allow scalar subqueries in
INNER JOIN ONconditions (previously failed with NYI)
What's Changed
- [4.1-dev] fix: allow scalar subquery in INNER JOIN ON condition by @aunjgr in https://github.com/matrixorigin/matrixone/pull/25359
- cherrypick: add copy grants by @daviszhen in https://github.com/matrixorigin/matrixone/pull/25812
Full Changelog: https://github.com/matrixorigin/matrixone/compare/v4.1.1...v4.1.2