Skip to content

Releases: knaufk/flink-faker

v0.5.3

19 Apr 06:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

31 Jan 08:29
Compare
Choose a tag to compare

What's Changed

  • Fixed usage of BIGINT datatype. BIGINT was not usable before.

  • Fixed usage of DECIMAL datatype. These columns occasionally failed depending on how the data is generated.

  • Bump Flink to from 1.16.0 to 1.16.1

  • Bump maven-shade-plugin from 3.4.0 to 3.4.1 by @dependabot in #86

  • Bump slf4j-api from 2.0.3 to 2.0.5 by @dependabot in #89

  • Bump spotless-maven-plugin from 2.27.2 to 2.28.0 by @dependabot in #88

  • Bump datafaker from 1.6.0 to 1.7.0 by @dependabot in #90

Full Changelog: v0.5.1...v0.5.2

v0.5.1

27 Oct 07:41
Compare
Choose a tag to compare
  • upgrade Apache Flink 1.16.0
  • upgrade data-faker to 1.4.0
  • support TIME columns by @snuyanzin. Thank you.

v0.5.0

28 Apr 12:10
fc1691a
Compare
Choose a tag to compare
  • 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

12 Dec 08:57
Compare
Choose a tag to compare

0.4.0

01 Dec 09:10
9cdc70b
Compare
Choose a tag to compare
  • upgrade to Flink 1.14
  • support for ROW, ARRAY, ROW and MULTISET datatypes. Thanks to @anora10 for contributing this feature.

0.3.0

07 May 08:23
Compare
Choose a tag to compare
  • uprade to Flink 1.13.0

0.2.0

07 Feb 20:08
Compare
Choose a tag to compare
  • add support for null-rate
  • upgrade to Apache Flink 1.12.1 (still compatible with Flink 1.11)
  • exclude Log4j from bundle

0.1.1

04 Jan 09:53
Compare
Choose a tag to compare

Includes a fix for #1.

0.1.0

16 Nov 09:56
Compare
Choose a tag to compare
  • Scan- & LookupTableSource
  • Support for timestamp, string and numeric column data types