Releases: FOLIO-FSE/folio_migration_tools
Releases · FOLIO-FSE/folio_migration_tools
v1.11.3
What's Changed
- Fixes #1005
Pull Requests
- Fix/acq schema fetching wrong module version by @btravisebsco in #1006
Full Changelog: v1.11.2...v1.11.3
v1.11.2
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
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
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
- Feature/aleph lkr boundwiths by @btravisebsco in #998
- Fix/file descriptor leak in batch poster async loops by @btravisebsco in #999
Full Changelog: v1.10.6...v1.11.0
v1.11.0b1
- 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
What's Changed
Other Changes
- Fix/concurrency batch poster fix2 by @btravisebsco in #997
Full Changelog: v1.10.5...v1.10.6
v1.10.5
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
What's Changed
Pull Requests
- Feature/use-call-number-type-fallback by @btravisebsco in #991
Full Changelog: v1.10.3...v1.10.4
v1.10.3
What's Changed
- Added new record posting tasks:
MARCImportTask,UserImportTask, andInventoryBatchPoster- Wrappers around the corresponding
folio_data_importtasks
- Wrappers around the corresponding
- Updated online docs to include:
- dedicated documentation for all available migration tasks
- documentation for reference data mapping
uvbased installation and "getting started"
- Fix for #984
Pull Requests
- Feature/replace-batchposter-folio-data-import by @btravisebsco in #986
Full Changelog: v1.10.2...v1.10.3
v1.10.2
What's Changed
- Added semaphore to rate limit async http requests during BatchPoster upsert operations
Pull Requests
- Fix/add-semaphore-to-batch-poster by @btravisebsco in #985
Full Changelog: v1.10.1...v1.10.2