Releases: samvera/bulkrax
Releases · samvera/bulkrax
v3.0.0.beta1
What's Changed
Breaking Changes 🛠
- fix attachment concurrency issues and order issues for child objects by @sephirothkod in #431
- collection_field_mapping removal and replacement - remove deprecation warnings by @sephirothkod in #438
Exciting New Features 🎉
- add rspec troubleshooting steps by @alishaevn in #436
Bug Fixes 🐞
- serialize the parents db column by @alishaevn in #439
- i424 Export parent-child relationships by @bkiahstroud in #440
- remove parents column serialization in the importer run by @alishaevn in #443
- i425 Export FileSet filenames (and i424 fix) by @bkiahstroud in #441
Full Changelog: v2.3.0...v3.0.0.beta1
v2.3.0
What's Changed
Exciting New Features 🎉
- move all export request searches to posts by @orangewolf in #428
Bug Fixes 🐞
- 417 Do not stop all collections from importing when one fails by @bkiahstroud in #419
Full Changelog: v2.2.4...v2.3.0
v2.2.4
What's Changed
Bug Fixes 🐞
- fix visibility so it gets respected when importing by @bkiahstroud in #423
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
Bug Fixes 🐞
- Show all added cloud files, not first ten by @dlpierce in #416
- i421 - enqueued entries count bug by @ShanaLMoore in #420
- Tweak to importer spec by @sephirothkod in #422
New Contributors
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
Bug Fixes 🐞
- i350 - fix for multile ui elements on index page by @ShanaLMoore in #414
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
Bug Fixes 🐞
- call increment_counters before perform_now job by @ShanaLMoore in #411
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
Exciting New Features 🎉
- Add Collections and FileSets to CSV exports by @bkiahstroud in #408
Bug Fixes 🐞
- fixes export zip downloads inline #389 by @cziaarm in #390
- Fix test db cleaning, stop running ObjectFactory spec when it isn't supposed to be by @bkiahstroud in #409
New Contributors
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
Bug Fixes 🐞
- Collection title should be a string instead of an array by @ShanaLMoore in #406
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
Exciting New Features 🎉
- Add ability to import FileSet metadata using the CSV Importer by @bkiahstroud in #388
Database Changes
New migrations have been added. Please run rails db:migrate
after upgrading
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- Fix bug where Collections imported using the
collection_field_mapping
were failing with amissing required fields - :source_identifier
error - Fix bug where entries with empty parent or child values were triggering the
CreateRelationshipsJob
, which would then throw an error - Fix bug where
CreateRelationshipsJob
s were being run when running an importer in "validate only" mode
Issue Fixes
Full Changelog: v2.0.1...v2.0.2