| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mo-v4.1.1-linux-arm64.zip | 2026-07-16 | 76.5 MB | |
| mo-v4.1.1-linux-x86_64.zip | 2026-07-16 | 86.1 MB | |
| MatrixOne-v4.1.1 source code.tar.gz | 2026-07-16 | 32.5 MB | |
| MatrixOne-v4.1.1 source code.zip | 2026-07-16 | 37.5 MB | |
| README.md | 2026-07-16 | 2.9 kB | |
| Totals: 5 Items | 232.7 MB | 0 | |
Release date: July 16, 2026
MatrixOne version: v4.1.1
MatrixOne 4.1.1 is a stability patch release on top of 4.1.0. It hardens logtail reads against pending table apply, backports fenced orphan unlock in lockservice, and fixes issues across planner index pushdown, publication lookup, data branch BLOB merge, uint64 division, Parquet/Hive external tables, and default incremental checkpoint interval.
Key Improvements
Storage & Checkpoint
- Incremental Checkpoint: Set the default incremental checkpoint interval to 5m
External Tables & Data Loading
- Parquet: Support Parquet cross-type conversions for broader schema compatibility
- Data Branch: Support BLOB columns in data branch merge
Key Bug Fixes
Transaction, Logtail & Lock Service
- Logtail Reads: Fence latest logtail reads with pending table apply to avoid inconsistent reads during apply
- Lock Service: Backport fenced orphan unlock to 4.1-dev to prevent unsafe unlock of orphaned locks
SQL Correctness & Planner
- Index Pushdown: Guard regular index ordered
LIMITpushdown to avoid incorrect results - Numeric Division: Fix
uint64division correctness - Publication: Fix publication table lookup for quoted database names
External Tables, Hive & Test Stability
- Hive Partition Cache: Close partition cache
singleflightrace - Backup / Checkpoint Tests: Stabilize backup checkpoint timeout in TAE tests
What's Changed
- fix: guard regular index ordered limit pushdown by @LeftHandCold in https://github.com/matrixorigin/matrixone/pull/25543
- [4.1] fix publication table lookup for quoted database names by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/25532
- [4.1] fix: support BLOB columns in data branch merge by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/25569
- fix uint64 div by @daviszhen in https://github.com/matrixorigin/matrixone/pull/25566
- fix(disttae): fence latest logtail reads with pending table apply by @LeftHandCold in https://github.com/matrixorigin/matrixone/pull/25649
- fix(lockservice): backport fenced orphan unlock to 4.1-dev by @LeftHandCold in https://github.com/matrixorigin/matrixone/pull/25652
- fix: support parquet cross-type conversions by @iamlinjunhong in https://github.com/matrixorigin/matrixone/pull/25510
- fix(hive): close partition cache singleflight race by @iamlinjunhong in https://github.com/matrixorigin/matrixone/pull/25671
- set default incremental checkpoint interval to 5m by @jiangxinmeng1 in https://github.com/matrixorigin/matrixone/pull/25432
- [4.1-dev] test(tae): stabilize backup checkpoint timeout by @LeftHandCold in https://github.com/matrixorigin/matrixone/pull/25660
Full Changelog: https://github.com/matrixorigin/matrixone/compare/v4.1.0...v4.1.1