Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 738 Bytes

File metadata and controls

35 lines (24 loc) · 738 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1.2.1 - ?]

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

[1.2.0 - 2026-02-06]

Added

  • Changelog.
  • UUID as ID: validate collation by @grodowski in #422
  • NewPaginationKeyFromRow refactor by @grodowski in #424
  • Pagination beyond uint64 by @milanatshopify in #417

[1.1.0]

Past releases.