Releases: crate/cratedb-flink-jobs
Releases · crate/cratedb-flink-jobs
0.5
0.4
0.3
What's Changed
Update to the most recent software versions, based on a patch to the Apache Flink JDBC Connector. Thanks, @matriv.
- Apache Flink: 1.16.1
- PostgreSQL JDBC: 42.6.0
- Patch: apache/flink-connector-jdbc#29
Full Changelog: 0.2...0.3
Modernize dependencies
Update to the most recent software versions of those packages:
ext {
scalaVersion = '2.12'
flinkVersion = '1.12.2'
jacksonVersion = '2.12.3'
crateJDBCVersion = '2.6.0'
postgresJDBCVersion = '42.2.20'
}
Initial release
0.1 add initial version of flink job to pipe data into crate