- Read changesets from QueryService
- Supported UUID type in .xml, .yaml, and .json formats
- Added duration format for
Interval
type and ISO for time types when loading data into tables
- Scan select databasechangelog
- Fixed bug with distributed lock (setAutoCommit = false)
- Supported insert changeset with all YDB types
- Supported NOT NULL statement
- Added support for YDB unsigned integer types
- Fixed NullPointerException when load csv file
- Supported loadData and loadUpdateData from CSV file
- Change liquibase-parent-pom on liquibase-core dependency
- Shaded org.slf4j dependency from liquibase-parent-pom
- Fixed bug with NullPointerException in CREATE INDEX generator method
- Supported "CREATE TABLE", "ALTER TABLE", "DROP TABLE" and "CREATE INDEX" SQL statements from .xml, .json and .yaml file formats
- Added support for YDB primitive data types
- Included support for DATABASECHANGELOG and DATABASECHANGELOGLOCK tables