Skip to content

v6.0.0

Compare
Choose a tag to compare
@release-please release-please released this 07 Aug 18:05
5abcf62

6.0.0 (2024-08-06)

⚠ BREAKING CHANGES

  • Failing validations of strings with extended ascii characters (#1184)

Features

  • Add TLS options to PostgreSQL connections add (#1199) (5506680)
  • Enhance PostgreSQL connections add documentation (#1200) (f179f5a)
  • generate-table-partitions write multiple partitions to a single yaml file (#1178) (59a9a18)

Bug Fixes

  • Apply RTRIM on string column when generating partitions with -tsp (#1182) (9dcaad1)
  • Close source and target connections after executing a validation (#1197) (3dc9fa7)
  • Ensure BigQuery queries are executed in UTC (#1174) (a77cdd9)
  • Ensure Teradata OutofBound dates don't affect other date columns (#1219) (e02609d)
  • Failing validations of strings with extended ascii characters (#1184) (c8ac146)
  • Issue with GoogleSQL regarding dates before 1000CE (#1186) (6107d9c)
  • More robust exit on DataValidation() (#1206) (13ec3ee)
  • Oracle cast(decimal to string) caters for non-zero values <1 (#1204) (fa44466)
  • Oracle INTERVAL exception in validate schema (#1215) (f133f73)
  • Support char comparison fields in Teradata (#1203) (dc19580)
  • Support DATE '0001-01-01' comparison fields (#1208) (cca0c4f)

Documentation