Skip to content

Releases: EcomDev/mysql-to-jsonl

v1.4.5

27 Jan 17:39
c14d660
Compare
Choose a tag to compare

1.4.5 (2025-01-27)

Bug Fixes

  • import: iterator was already closed error (7c27286)

v1.4.4

27 Jan 13:11
b41fe99
Compare
Choose a tag to compare

1.4.4 (2025-01-27)

Bug Fixes

  • phar: make sure artifact is downloaded into root (23b448b)

v1.4.3

27 Jan 13:03
e81ba41
Compare
Choose a tag to compare

1.4.3 (2025-01-27)

Bug Fixes

  • phar: artifact release process was fixed (4efdfdd)

v1.4.2

27 Jan 12:55
c6cfc83
Compare
Choose a tag to compare

1.4.2 (2025-01-27)

Miscellaneous Chores

v1.4.0

26 Jan 00:42
d177055
Compare
Choose a tag to compare

1.4.0 (2025-01-26)

Features

  • cleanup of table data is now an external service (d0053dc)

Bug Fixes

  • add bigger delta for table row count (2ba2a88)

Miscellaneous Chores

  • bin: auto-update version string in binary (ddbfee5)
  • build: hopefully fixed phar release upload (915c19c)
  • docs: add an example of configuration JSON (9a2c138)

v1.3.0

22 Jan 18:42
a068ff4
Compare
Choose a tag to compare

1.3.0 (2025-01-22)

Features

  • build: added Phar version to release pipeline (127bda3)
  • command: added mysql2jsonl export command (127bda3)
  • command: added mysql2jsonl import command (127bda3)
  • config: added batchSize setting (127bda3)
  • config: added concurrency settings (127bda3)
  • config: added importMode setting of truncate and update (127bda3)
  • config: added includeTables and excludeTables rules (127bda3)
  • config: created JSONSchema for configuration files (127bda3)
  • mysql2json import/export tool (127bda3)

Miscellaneous Chores