Releases: Shopify/ghostferry
Releases · Shopify/ghostferry
canary/v1.4.0-read-only-columns-alpha-1
Initial support for read-only columns
v1.3.1
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
Pre-release
Logging improvements with zerolog
release-66830b0: Merge pull request #430 from Shopify/get-rid-of-vendored-packages
Pre-release
Get rid of vendored packages
release-26ab10f
Merge pull request #431 from Shopify/fix-race-condition-between-binlo…
v1.3.0
What's Changed
Full Changelog: release-86bced2...v1.3.0
v1.2.1
v1.2.0
What's Changed
TL;DR
Ability to paginate over non Integer columns.
PRs
- UUID as ID: validate collation by @grodowski in #422
- NewPaginationKeyFromRow refactor by @grodowski in #424
- Pagination beyond uint64 by @milanatshopify in #417
Full Changelog: release-3fbf326...v1.2.0
canary/v1.2.0.rc1
Added
PaginationKeynow includes column name
Changed
release-3fbf326
Use single quotes in actions expressions