Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go to https://download.liquibase.com/ to download files.

Notable Improvements

Tip

Certifications

Liquibase Enterprise added certifications for the following database versions

  • EDB Postgres Advanced Server - 14 and 15

  • Microsoft SQL Server - 2022

  • Oracle - 21c

  • Oracle Amazon RDS - 21c

  • PostgreSQL Amazon RDS - 15

  • PostgreSQL Aurora - 14 and 15

  • PostgreSQL Community - 15

Associated Tickets: DAT-15858

Tip

Update of MSSQL JDBC driver

The MSSQL JDBC driver has been updated in this release. This update requires configuration changes regarding encryption.

It is important to note that the default value for the encrypt parameter was changed from false to true, which could cause potential issues. Learn how to navigate this configuration at the Associated Documentation link below.

Associated Tickets: DAT-15885

Associated Documentation: MSSQL JDBC Driver Default Encrypt Solution

...

Issue ID

Description

DAT-3558

Addressed issue where runtime command labels were missing after pipeline merge. Now runtime command labels will be appended to pipeline labels when merging pipelines.

DAT-9994

A Rollback Report has been added. The report is generated for rollback actions such as rollback lastDeploy and precise rollback.

DAT-10764

Corrected an issue with a Duplicate Index error being thrown in Forecast when using Oracle SqlParser when both a CREATE UNIQUE INDEX and ALTER TABLE…ADD CONSTRAINT were present for the same index.

DAT-11403

Certification for SQL Server 2022 was completed along with an MSSQL JDBC driver update.

DAT-13662

Corrected an issue where Oracle database connections were failing when the DEFAULT_ADMIN_CONTEXT value in the TNSnames file contained quotes.

DAT-15425

Corrected an issue where only the first dbDef pipeline label was being set when multiple dbDef pipeline labels were present.

DAT-15526

Certification for Oracle 21c and Amazon RDS Oracle 21c was completed.

DAT-15528

Certification for EDB Postgres Advanced Server 14 and 15 was completed.

DAT-15529

Certification for PostgreSQL 15 and Amazon RDS PostgreSQL 15 was completed.

DAT-15590

Corrected an issue for Oracle Flashback restore point creation if project name contains a dash (“-”).

DAT-15635

Addressed an ORA-00933 error when views contain a -- comment at the end of a script.

DAT-15690

Added three Oracle Datapump API configuration settings to control the backup and restore behavior during the Packager operation. Settings are oracleBackupNoDropSchema, oracleBackupNoCrossSchemaFk, and oracleBackupNoGrants. Further information can be found at Use the Required deployPackager.properties File.

DAT-15869

Corrected issue with Oracle SqlParser misinterpreting ADD POLICY ROW statements as columns.

DAT-15873

Corrected issue with Oracle SqlParser misinterpreting MODIFY LOB statements as columns.

DAT-15918

Certification for PostgreSQL on Amazon Aurora 14 and 15 was completed.

DAT-16065

Added support for double-byte UTF-8 alphanumeric characters such as ä, ö, ü, and ß to be used for both filenames and labels.

...