| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mo-v3.0.7-linux-x86_64.zip | 2026-02-22 | 81.4 MB | |
| MatrixOne-v3.0.7 source code.tar.gz | 2026-02-14 | 16.9 MB | |
| MatrixOne-v3.0.7 source code.zip | 2026-02-14 | 20.6 MB | |
| README.md | 2026-02-14 | 1.4 kB | |
| Totals: 4 Items | 118.8 MB | 0 | |
Release date: Feb 22 2026 MatrixOne version: v3.0.7
MatrixOne 3.0.7 introduces bug fixes that enhance usability. Below are the major updates.
Bug Fixes
1.Fix pipeline client leak 2.Fix execute create as select in one transaction and enforce source SELECT privilege 3.Fix force CTAS follow-up insert to run on one CN 4.Fix UNION with ORDER BY FIELD() function 5.Fix cdc truncate bug
What's Changed
- fix cdc truncate by @jiangxinmeng1 in https://github.com/matrixorigin/matrixone/pull/23623
- Fix UNION with ORDER BY FIELD() function by @aptend in https://github.com/matrixorigin/matrixone/pull/23627
- disable wrong parallel decompression for LOAD DATA by @robll-v1 in https://github.com/matrixorigin/matrixone/pull/23648
- fix: fix pipeline client leak 3.0-dev by @XuPeng-SH in https://github.com/matrixorigin/matrixone/pull/23711
- to 3.0: fix: UT
TestPauseResumeDaemonTaskdeadwait by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/23734 - to 3.0: fix: execute create as select in one transaction and enforce source SELECT privilege by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/23726
- to 3.0: fix: force CTAS follow-up insert to run on one CN by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/23749
Full Changelog: https://github.com/matrixorigin/matrixone/compare/v3.0.6...v3.0.7