Releases: crate/cratedb-flink-jobs
Releases · crate/cratedb-flink-jobs
0.6
What's Changed
- Upgrade to latest flink (1.20.1)
- Updated org.postgresql:postgresql from 42.7.2 to 42.7.3
- Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310
Details
- Build(deps): Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 by @dependabot in #49
- Build(deps): Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.2 to 2.18.2 by @dependabot in #52
- Build(deps): Bump flinkVersion from 1.18.1 to 1.19.0 by @dependabot in #48
- Build(deps): Bump log4jVersion from 2.23.1 to 2.24.3 by @dependabot in #57
- Upgrade to latest flink (1.20.1) by @matriv in #60
- Build(deps): Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.2 to 2.18.3 by @dependabot in #61
Full Changelog: 0.5...0.6
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