Releases: data-catering/data-caterer
Releases · data-catering/data-caterer
0.10.1
0.9.2
0.9.0
- Allow for delete relationships
- Serves the use case of deleting generated data that is consumed and pushed to other data sources, can clean up other data source data
- Allow users from UI to define auto schema generation via metadata sources
- Clean up UI for data generation and validation
- Separate cards for auto and manual generation/validation
- Record count moved outside of manual generation
- Move from akka to pekko
- akka moved to a permissive business license, pekko is a fork from akka
Full Changelog: 0.8.0...0.9.0
0.8.0
- Ability to define delete relationship fields
- Generate different distributions when creating number of records per field(s)
Full Changelog: 0.7.0...0.8.0
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