@@ -45,64 +45,47 @@ For detailed information see the list of [supported migration features for Oracl
4545
4646For older releases see [ Release Notes] ( RELEASE_NOTES.md ) .
4747
48- ### v3.13.2 - 2022-12-02
49-
50- #### Resolved Bugs
51-
52- - Regression: Can't create table and column comments containing single quotes
53-
54- ### v3.13.1 - 2022-12-01
55-
56- #### Resolved Bugs
57-
58- - Tables containing columns named after Oracle-only reserved identifiers (e.g. ` SIZE ` ) fail during the data stage
59-
60- ### v3.13.0 - 2022-11-30
48+ ### v3.14.0 - 2023-01-10
6149
6250#### Features
6351
64- - _ Migration Assessment_ :
65-
66- - Quickly determine how much effort an individual migration encompasses
67- <p align =" left " >
68- <img src =" ./docs/pictures/release-notes/v3.13.0/migration-assessment-bar-chart.png " />
69- </p >
70- - Inspect the cost for discrete database objects and identify outliers
71- <p align =" left " >
72- <img src =" ./docs/pictures/release-notes/v3.13.0/migration-assessment-table-and-donut-chart.png " />
73- </p >
52+ - _ Live Data stage overview_ : Determine the migration status of each table at a glance
7453
75- > Note: The figures given by the assessment are only a rough estimation. \
76- > We will continue to tweak and improve these values as we collect experience and introduce new technologies, such as a PL/SQL parser.
77-
78- - _ Migration Overview_ : List empty and non-empty schemas separately
7954 <p align =" left " >
80- <img src =" ./docs/pictures/release-notes/v3.13 .0/migration-overview-empty-schemas .png " />
55+ <img src =" ./docs/pictures/release-notes/v3.14 .0/live-data-stage .png " />
8156 </p >
8257
83- > Note: Empty schemas are now excluded per default
58+ - _ Import migration_ : Create a new migration using a migration export, as an alternative to cloning
59+
60+ > Note: Only migration exports created with v3.14.0 and later are supported.
8461
85- - _ Migration Creation_ : Improve feedback for invalid connection strings
8662 <p align =" left " >
87- <img src =" ./docs/pictures/release-notes/v3.13 .0/improved-connection-string-feedback .png " />
63+ <img src =" ./docs/pictures/release-notes/v3.14 .0/import-migration .png " />
8864 </p >
8965
90- - _ Migration Lifecycle_ :
66+ - _ Log Panel Timezone_ : Choose a custom timezone for migration log timestamps
67+ <p align =" left " >
68+ <img src =" ./docs/pictures/release-notes/v3.14.0/log-panel-timezone.png " />
69+ </p >
9170
92- - Defer the creation of functions after those of tables to allow for the use of the ` %TYPE ` attribute
93- - Enhance the migration log of the structure, integrity and logic stages to be on a par with those of the data stage
94- - Configure the ` COPY FREEZE ` functionality introduced in ` v3.12.0 ` for each individual table instead of the whole system.
95- The ` CORE_DATA_MIGRATOR_USE_COPY_FREEZE ` environment variable has subsequently been removed.
71+ - _ Sequence Editor _ : View and edit the details of sequences
72+ < p align = " left " >
73+ < img src = " ./docs/pictures/release-notes/ v3.14.0/sequence-popover.png " />
74+ </ p >
9675
97- - _ Miscellaneous _ : Rework the log output format and fidelity throughout the ` core ` container
76+ - _ Rename table columns _ :
9877
99- #### Resolved Bugs
78+ - Oracle columns named after PostgreSQL system columns (` xmin ` , ` xmax ` , etc.) can not be migrated as is and must be renamed
79+ <p align =" left " >
80+ <img src =" ./docs/pictures/release-notes/v3.14.0/rename-table-column.png " />
81+ </p >
10082
101- - The Analyze step of the migration creation always shows ` Jobs ` as pending
102- - LOBs exceeding the maximum size of 500MB do not fail with an appropriate error message
103- - Setting the sidebar filter to ` Index ` does not include all indexes in the filter result
104- - Usernames and passwords containing special characters cause the target connection check during migration creation to fail
105- - Deleting a migration after executing a stage fails with an unexpected error
83+ - _ Migration Settings_ :
84+ - Change migration name and description
85+ <p align =" left " >
86+ <img src =" ./docs/pictures/release-notes/v3.14.0/rename-migration.png " />
87+ </p >
88+ - Configure the interval between each data transfer report
10689
10790## Getting Started
10891
@@ -122,8 +105,8 @@ The _CYBERTEC Migrator_ images can be obtained via two channels
122105- [ Online installation via container registry] ( #online-installation )
123106- From an [ offline installation] ( #offline-installation ) package for environments in which networking restrictions are imposed
124107
125- | π‘ | The Migrator Standard Edition is only available as [ offline installation package] ( https://www.cybertec-postgresql.com/en/products/cybertec-migrator#form ) |
126- | --- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
108+ | π‘ | The Migrator Standard Edition is only available as an [ offline installation package] ( https://www.cybertec-postgresql.com/en/products/cybertec-migrator#form ) |
109+ | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
127110
128111#### Online installation
129112
0 commit comments