Skip to content

Releases: FOLIO-FSE/folio_migration_tools

v1.11.3

24 Apr 16:17

Choose a tag to compare

What's Changed

Pull Requests

Full Changelog: v1.11.2...v1.11.3

v1.11.2

16 Apr 06:33

Choose a tag to compare

What's Changed

  • Fix broken items transformer in 1.11.1 release

Other Changes

  • Bump version to 1.11.2 and update logging to use file_def.file_name directly in items transformer by @btravisebsco in #1004

Full Changelog: v1.11.1...v1.11.2

v1.11.1

16 Apr 05:30

Choose a tag to compare

What's Changed

  • Fixes #1002: Duplicate MFHD holdings records cause original record to be excluded from the id map

Other Changes

  • Add Aleph boundwith example query and processing instructions to documentation by @btravisebsco in #1000
  • Update statistical code mapping documentation to explicitly require task configuration reference to statistical code map by @btravisebsco in #1001
  • Fix logging of legacy items count to include file name in migration report instead of the entire file object by @btravisebsco in #1003

Full Changelog: v1.11.0...v1.11.1

v1.11.0

02 Apr 08:07

Choose a tag to compare

What's Changed

  • Support for Aleph-style boundwiths
  • Fix: better connection pooling in "poster" tasks to improve performance/stability, particularly for Sunflower/Eureka environments

Pull Requests

Full Changelog: v1.10.6...v1.11.0

v1.11.0b1

30 Mar 06:54

Choose a tag to compare

v1.11.0b1 Pre-release
Pre-release
  • Refactor to use FolioClient as async context manager in main()
  • Fix performance/stability for BatchPoster and InventoryBatchPoster with upsert enabled

Full Changelog: v1.10.6...v1.11.0b1

v1.10.6

27 Mar 20:15

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.10.5...v1.10.6

v1.10.5

27 Mar 19:35

Choose a tag to compare

What's Changed

Other Changes

  • Refactor BatchPoster to lazily initialize semaphore for concurrent requests by @btravisebsco in #996

Full Changelog: v1.10.4...v1.10.5

v1.10.4

16 Feb 20:50

Choose a tag to compare

What's Changed

Pull Requests

Full Changelog: v1.10.3...v1.10.4

v1.10.3

04 Feb 22:12

Choose a tag to compare

What's Changed

  • Added new record posting tasks: MARCImportTask, UserImportTask, and InventoryBatchPoster
    • Wrappers around the corresponding folio_data_import tasks
  • Updated online docs to include:
    • dedicated documentation for all available migration tasks
    • documentation for reference data mapping
    • uv based installation and "getting started"
  • Fix for #984

Pull Requests

Full Changelog: v1.10.2...v1.10.3

v1.10.2

28 Jan 05:27

Choose a tag to compare

What's Changed

  • Added semaphore to rate limit async http requests during BatchPoster upsert operations

Pull Requests

Full Changelog: v1.10.1...v1.10.2