Skip to content

Releases: crate/cratedb-flink-jobs

0.5

14 Mar 20:33
Compare
Choose a tag to compare

What's Changed

  • Upgrade to use Flink 1.18

Full Changelog: 0.4...0.5

0.4

27 Mar 13:44
Compare
Choose a tag to compare
0.4

What's Changed

Update to the most recent software versions, based on a patch to the Apache Flink JDBC Connector. Thanks, @matriv.

  • Upgrade to Flink 1.17.0 by @matriv in #14
  • Add demo for TableAPI/SQL and JdbcSink by @matriv in #13

Full Changelog: 0.3...0.4

0.3

23 Mar 21:04
Compare
Choose a tag to compare
0.3

What's Changed

Update to the most recent software versions, based on a patch to the Apache Flink JDBC Connector. Thanks, @matriv.

Full Changelog: 0.2...0.3

Modernize dependencies

26 Apr 23:46
Compare
Choose a tag to compare

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

26 Apr 23:43
Compare
Choose a tag to compare
0.1

add initial version of flink job to pipe data into crate