Releases: FOLIO-FSE/folio_data_import
Releases · FOLIO-FSE/folio_data_import
v0.5.0b4
What's Changed
- Fix file handling errors when run on Windows by @btravisebsco in #66
Full Changelog: v0.5.0b3...v0.5.0b4
v0.5.0b3
What's Changed
- Bump version to 0.5.0b3 and update folioclient dependency to >=1.0.3,<2.0 by @btravisebsco in #65
Full Changelog: v0.5.0b2...v0.5.0b3
v0.5.0b2
What's Changed
- Update exception handling for MarcDataImport and add logging to indicate when records are being counted to determine how many chunks to create. by @btravisebsco in #64
Full Changelog: v0.5.0b1...v0.5.0b2
v0.5.0b1
What's Changed
- Fix race condition in UserImport statistics counters by @that-guy-scott in #60
- Fixes for FolioClient 1.0.0+ and switch to cyclopts from typer for CLI by @btravisebsco in #61
- Implement BatchPoster and refactor progress reporting by @btravisebsco in #63
New Contributors
- @that-guy-scott made their first contribution in #60
Full Changelog: v0.4.2...v0.5.0b1
v0.4.2
What's Changed
- Bump version requirements for Typer by @btravisebsco in #59
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Add
--no-progressoption to UserImport CLI to suppress progress bars (eg. for CI other automated environments) by @btravisebsco in #58
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Update README.md by @bltravis in #52
- Fix preprocessors and update MARCDataImport entrypoint in main.py by @btravisebsco in #54
- Refactor CLI to use Typer and enhance progress tracking by @btravisebsco in #56
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Fixes Failing Preprocessor functions #50 by @btravisebsco in #51
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add --protect-fields option to preserve specified top-level fields on user update by @seanpurcell in #38
- Refactor MARCImportJob for improved error handling and async behavior by @btravisebsco in #47
New Contributors
- @seanpurcell made their first contribution in #38
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Fix folioclient dependency specification by @btravisebsco in #40
- Refactor error handling and remove consolidate feature by @btravisebsco in #42
- Refactor MARCPreprocessor to support dynamic preprocessor functions and improve argument handling; update tests to utilize new structure by @btravisebsco in #46
Full Changelog: v0.2.8...v0.3.0