Flink Faker Versions Save

A data generator source connector for Flink SQL based on data-faker.

v0.5.3

1 year ago

What's Changed

Full Changelog: https://github.com/knaufk/flink-faker/compare/v0.5.2...v0.5.3

v0.5.2

1 year ago

What's Changed

Full Changelog: https://github.com/knaufk/flink-faker/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago
  • upgrade Apache Flink 1.16.0
  • upgrade data-faker to 1.4.0
  • support TIME columns by @snuyanzin. Thank you.

v0.5.0

2 years ago
  • upgrade to Flink 1.15.0
  • refactoring to use Flink's current Source API instead of the legacy SourceFunction-based API. The physical Jobgraphs will look different now.
  • migration to [data-faker] (https://github.com/datafaker-net/datafaker)
  • support for DATE data type. Thanks to @snuyanzin for contributing this feature.
  • support for limit push down. Thanks to @snuyanzin for contributing this feature.
  • migration to Github Actions from Travis. Thanks to @DipayanP007 doing this migration.
  • upgrade of Log4j to 2.17.2

v0.4.1

2 years ago
  • Upgrade Log4j to 2.15.0 to fix CVE-2021-44228. Thanks to @snuyanzin for opening the PR.

v0.4.0

2 years ago
  • upgrade to Flink 1.14
  • support for ROW, ARRAY, ROW and MULTISET datatypes. Thanks to @anora10 for contributing this feature.

v0.3.0

3 years ago
  • uprade to Flink 1.13.0

v0.2.0

3 years ago
  • add support for null-rate
  • upgrade to Apache Flink 1.12.1 (still compatible with Flink 1.11)
  • exclude Log4j from bundle

v0.1.1

3 years ago

Includes a fix for #1.

v0.1.0

3 years ago
  • Scan- & LookupTableSource
  • Support for timestamp, string and numeric column data types