| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mo-v3.0.2-darwin-x86_64.zip | 2025-10-11 | 88.2 MB | |
| mo-v3.0.2-linux-arm64.zip | 2025-10-11 | 73.5 MB | |
| mo-v3.0.2-darwin-arm64.zip | 2025-10-11 | 80.3 MB | |
| mo-v3.0.2-linux-x86_64.zip | 2025-10-11 | 80.1 MB | |
| MatrixOne-v3.0.2 source code.tar.gz | 2025-10-10 | 15.9 MB | |
| MatrixOne-v3.0.2 source code.zip | 2025-10-10 | 19.5 MB | |
| README.md | 2025-10-10 | 1.0 kB | |
| Totals: 7 Items | 357.5 MB | 0 | |
Release date: Oct 11 2025 MatrixOne version: v3.0.2
MatrixOne 3.0.2 introduces improvements and bug fixes that enhance usability. Below are the major updates.
Key Improvements
Support FOREIGN_KEY_CHECKS
Bugfix
Fix load data bugs Fix cdc show status bug
What's Changed
- to 3.0: should ignore the nonexistence err of the foreign table when dropping the database and table by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/22552
- fix cdc create sql by @jiangxinmeng1 in https://github.com/matrixorigin/matrixone/pull/22572
- to 3.0: Align the default field separators for the export table and load data by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/22571
- Add vector cases 3.0 by @heni02 in https://github.com/matrixorigin/matrixone/pull/22574
- to 3.0: enable escape and escape the JSON control characters. by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/22607
Full Changelog: https://github.com/matrixorigin/matrixone/compare/v3.0.1...v3.0.2