Skip to content

Releases: Shopify/ghostferry

canary/v1.4.0-read-only-columns-alpha-1

27 Apr 13:01
canary/v1.4.0-read-only-columns-alpha-1
89ee08f

Choose a tag to compare

Pre-release

Initial support for read-only columns

v1.3.1

15 Apr 20:09
3175474

Choose a tag to compare

What's Changed

  • Logging improvements with zerolog by @driv3r in #429
  • Get rid of vendored packages by @driv3r in #430
  • fix: relax exact-batch-count assertions in interrupt/resume tests by @driv3r in #432
  • fix: initialise BinlogWriter channel before Run() to prevent nil-channel hang by @driv3r in #431
  • Update GitHub actions steps by @driv3r in #433
  • restacking in github is kinda slow 🤦 by @driv3r in #435

Full Changelog: v1.3.0...v1.3.1

release-9ac8861: Merge pull request #429 from Shopify/logging-improvements-with-zerolog

15 Apr 11:10
9ac8861

Choose a tag to compare

Logging improvements with zerolog

release-66830b0: Merge pull request #430 from Shopify/get-rid-of-vendored-packages

15 Apr 13:08
66830b0

Choose a tag to compare

Get rid of vendored packages

release-26ab10f

15 Apr 19:57
26ab10f

Choose a tag to compare

release-26ab10f Pre-release
Pre-release
Merge pull request #431 from Shopify/fix-race-condition-between-binlo…

v1.3.0

08 Apr 17:00
67e147c

Choose a tag to compare

What's Changed

  • Introduce configurable logging backend with zerolog support by @driv3r in #428

Full Changelog: release-86bced2...v1.3.0

v1.2.1

12 Feb 14:57
86bced2

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...release-86bced2

v1.2.0

06 Feb 10:52
c49b3e5

Choose a tag to compare

What's Changed

TL;DR

Ability to paginate over non Integer columns.

PRs

Full Changelog: release-3fbf326...v1.2.0

canary/v1.2.0.rc1

06 Feb 21:07
canary/v1.2.1.rc1
5768a53

Choose a tag to compare

canary/v1.2.0.rc1 Pre-release
Pre-release

Added

  • PaginationKey now includes column name

Changed

  • Use PaginationKey instead of raw uint64 for progress report. This means that table progress report will
    include not raw value, but a whole PaginationKey object, i.e.
    {
      "type": "uint64",
      "column": "id",
      "value": 999
    }
    which will be in line with the format of state dump. @driv3r #426

release-3fbf326

16 Jan 10:28
3fbf326

Choose a tag to compare

release-3fbf326 Pre-release
Pre-release
Use single quotes in actions expressions