Releases: knaufk/flink-faker
Releases · knaufk/flink-faker
v0.5.3
What's Changed
- Bump spotless-maven-plugin from 2.28.0 to 2.33.0 by @dependabot in #101
- Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #97
- Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by @dependabot in #95
- Bump junit-jupiter-api from 5.9.1 to 5.9.2 by @dependabot in #94
- Bump slf4j-api from 2.0.5 to 2.0.6 by @dependabot in #91
- Bump spotless-maven-plugin from 2.33.0 to 2.34.0 by @dependabot in #106
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #105
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #103
- Bump datafaker from 1.7.0 to 1.8.1 by @dependabot in #111
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #110
- Bump log4j.version from 2.19.0 to 2.20.0 by @dependabot in #104
- Bump slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #112
- Bump spotless-maven-plugin from 2.34.0 to 2.35.0 by @dependabot in #109
- Bump datafaker from 1.8.1 to 1.9.0 by @dependabot in #114
Full Changelog: v0.5.2...v0.5.3
v0.5.2
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
- upgrade Apache Flink 1.16.0
- upgrade data-faker to 1.4.0
- support
TIME
columns by @snuyanzin. Thank you.
v0.5.0
- 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
- Upgrade Log4j to 2.15.0 to fix CVE-2021-44228. Thanks to @snuyanzin for opening the PR.