Skip to content

Releases: keboola/db-extractor-mysql

3.0.0

16 Apr 08:35
bfe92e6
Compare
Choose a tag to compare

Features

  • Supports incrementalFetchingLimit parameter in configurations using incremental fetching

Fixes

  • Now supports "strange" column names such as Wie$rd-I%d

BC Breaks

  • Simple extractions (without query) now write headers to the table manifest instead of the output csv

2.4.1

28 Mar 15:54
8606c3d
Compare
Choose a tag to compare

Changes:

  • allow any column with timestamp datatype to be used for incremental fetching

2.4.0

09 Mar 12:20
2401cc1
Compare
Choose a tag to compare

Features

  • Supports single table configurations (config rows) and keeps state
  • Incremental Fetching. Via state, allows configuring a column as incrementalFetchingColumn. This column must be either an auto-updating timestamp or an autoIncrement PK

2.3.1

28 Feb 23:25
bdaa57c
Compare
Choose a tag to compare

Features

  • optional connection compression

2.3.0

28 Feb 13:04
a06b242
Compare
Choose a tag to compare

Features

  • support json configurations

Internals

  • update to db-extractor-common 6.1.0 (new retries)

Development Environment Upgrade

31 Jan 11:59
916b01d
Compare
Choose a tag to compare

Internals

  • separate docker-compose services for app and dev
  • added phpcs and phpstan checks

Minor Tuning + CN match check

11 Dec 11:23
400ad1b
Compare
Choose a tag to compare

Changelog

Update common library

04 Dec 09:44
911299e
Compare
Choose a tag to compare

1.0.8

12 Jun 08:30
Compare
Choose a tag to compare

Bugfixes

  • fixed ECR deployment

1.0.4

07 Jun 11:34
Compare
Choose a tag to compare

Bugfixes

  • ssh tunnel keepalive