File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Major Features and Improvements
44
5+ ## Bug Fixes and Other Changes
6+
7+ ## Breaking Changes
8+
9+ ## Deprecations
10+
11+ # Version 1.4.0
12+
13+ ## Major Features and Improvements
14+
515* Introduce MySQLSourceErrorInfo message to metadata_source proto to support
616 adding additional error information. MySQL implementation adds MySQL error
717 numbers as part MySQLSourceErrorInfo payload message.
1020
1121## Bug Fixes and Other Changes
1222
23+ * N/A
24+
1325## Breaking Changes
1426
27+ * N/A
28+
1529## Deprecations
1630
1731* Deprecated python 3.6 support.
Original file line number Diff line number Diff line change @@ -493,6 +493,7 @@ The list of `schema_version` used in MLMD releases are:
493493
494494ml-metadata (MLMD) | schema_version
495495------------------ | --------------
496+ 1.4.0 | 7
4964971.3.0 | 7
4974981.2.0 | 7
4984991.1.0 | 7
Original file line number Diff line number Diff line change 1515"""Contains the version string of ML Metadata."""
1616
1717# Note that setup.py uses this version.
18- __version__ = '1.4 .0.dev'
18+ __version__ = '1.5 .0.dev'
You can’t perform that action at this time.
0 commit comments