Skip to content

Releases: data-catering/data-caterer

0.10.1

15 May 02:01
02981ca
Compare
Choose a tag to compare

What's Changed

  • 3 pre condition checks before data validation by @pflooky in #15
  • Add in helper methods for Java/Scala API, ensure preFilterExpression … by @pflooky in #16
  • Update README to have clear list of data connection support, use term… by @pflooky in #17

Full Changelog: 0.9.2...0.10.1

0.9.2

24 Apr 12:38
83c3e5a
Compare
Choose a tag to compare

What's Changed

  • Add in ability to define additional connection options when creating plan by @pflooky in #11

Full Changelog: 0.9.0...0.9.2

0.9.0

09 Apr 06:22
Compare
Choose a tag to compare
  • 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

05 Apr 14:45
Compare
Choose a tag to compare
  • 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

22 Mar 09:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.2...0.7.0

0.6.2

15 Mar 02:18
Compare
Choose a tag to compare

Full Changelog: 0.6.1...0.6.2

  • Generate unique values when any fields with isUnique or isPrimaryKey is set to true

0.6.1

08 Mar 10:28
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.6.1

  • Fix bug relating to foreign key relation parsing

0.6.0

03 Jan 03:29
Compare
Choose a tag to compare

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

08 Dec 01:41
Compare
Choose a tag to compare

New features/bug fixes:

  • Generic post plan actions
  • Added Slack alerts to summarise data generation and validation results
    • Can trigger based on different outcomes (i.e. only if validation fails)
  • Add in time taken for validation to run

0.5.5

04 Dec 06:54
Compare
Choose a tag to compare

New features/bug fixes:

  • Fix for validation selectExpr to allow for multiple fields for select SQL expression