Skip to content

Releases: spotify/dbeam

v0.9.8

10 Jan 15:22

Choose a tag to compare

  • Beam SDK 2.17 #132
  • Support for SQL pre commands #128
  • Fixes for user provided query #123
  • Configurable --avroSchemaFilePath #112
  • Better error reporting on PsqlReplicationCheck #119

v0.9.7

17 Oct 14:34

Choose a tag to compare

  • Beam SDK 2.16 #109
  • Use Avro 1.9.1 library 0b60ee4
  • Support for zstandard compression 0b60ee4
  • Use a single JDBC connection when preparing the job 478b0f1
  • Use java.time instead of joda 43e826b
  • Use nanoTime() for time metrics 1cb7226
  • Remove Scala on tests 7126e21

0.9.5.1-SNAPSHOT

03 Sep 11:55

Choose a tag to compare

Bump scala-maven-plugin from 3.4.4 to 4.2.0 (#82)

Bumps scala-maven-plugin from 3.4.4 to 4.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

0.9.5-SNAPSHOT

02 Sep 12:20

Choose a tag to compare

Bump mysql-connector-java from 5.1.47 to 8.0.17 (#79)

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.47 to 8.0.17.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.47...8.0.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

v0.9.4

06 Aug 12:55

Choose a tag to compare

  • Beam SDK 2.14 8b6a10e
  • Support for user provided --sqlFile query #66
  • Change default export timeout to P7D: d777455

v0.9.3

05 Aug 14:22

Choose a tag to compare

v0.9.3 Pre-release
Pre-release
[maven-release-plugin] copy for tag v0.9.3

v0.9.1

11 Jul 08:38

Choose a tag to compare

  • Bump Beam SDK to 2.13.0 and other dependencies: bd3ab28 21ff308
  • Bump KMS: 722f530
  • Improved throughput via encoding avro binary directly: ffc31da and #69 (as first part of #59)

Note that this release contains dependencies upgrades, please spend some more time validating your DBeam jobs before running in production; mainly for KMS and Google Cloud SQL usages.

BROKEN v0.9.0

08 Jul 12:36

Choose a tag to compare

BROKEN v0.9.0 Pre-release
Pre-release

This version contains a but that is addressed at: #69

  • Bump Beam SDK to 2.13.0 and other dependencies: bd3ab28 21ff308
  • Bump KMS: 722f530
  • Improved throughput via encoding avro binary directly: ffc31da (as first part of #59)

Given this release contains dependencies upgrades, please spend some more time validating your DBeam jobs before running in production; mainly for KMS and Google Cloud SQL usages.

v0.8.2

15 Apr 12:13

Choose a tag to compare

New features:

  • Configurable --exportTimeout #56 (timeout and cancel job in case it runs for too long)

v0.8.1

05 Apr 12:47

Choose a tag to compare

New features:

  • Experimental support for parallel export/queries #54 #52
  • More logging for troubleshooting #55