Releases: data-catering/data-caterer
Releases · data-catering/data-caterer
0.7.0
0.6.2
Full Changelog: 0.6.1...0.6.2
- Generate unique values when any fields with
isUnique
orisPrimaryKey
is set to true
0.6.1
Full Changelog: 0.6.0...0.6.1
- Fix bug relating to foreign key relation parsing
0.6.0
New feature/bug fixes:
- Moved package from 'com.github.pflooky' to 'io.github.datacatering'. This is inline with the repository location and API jar location.
- This is a breaking change. When upgrading from 0.5.X to 0.6.0, ensure package names are changed
- Allow for all validations to be completed when exceptions occur
- Exception messages are persisted into the HTML report
0.5.6
0.5.5
0.5.4
New features/bug fixes:
- Upstream data validations. Can check out the documentation guide here to find out more
- Column name data validations. Documentation found here
- Allow for SQL select expression before checking for data validations
- Define contributing guide
- Automatically publish and close artifacts from Sonatype via gradle-nexus-publish-plugin