Skip to content

Releases: samvera/bulkrax

v3.0.0.beta1

24 Mar 18:36
8217971
Compare
Choose a tag to compare
v3.0.0.beta1 Pre-release
Pre-release

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 🎉

Bug Fixes 🐞

Full Changelog: v2.3.0...v3.0.0.beta1

v2.3.0

01 Mar 22:24
d8261c5
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

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

25 Feb 22:25
54a8dba
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v2.2.3...v2.2.4

v2.2.3

18 Feb 21:21
1dc28d8
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

15 Feb 23:22
97cada3
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v2.2.1...v2.2.2

v2.2.1

11 Feb 22:46
dc8b5af
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v2.2.0...v2.2.1

v2.2.0

08 Feb 22:31
bd718d6
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

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

03 Feb 19:03
3907b32
Compare
Choose a tag to compare

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

02 Feb 23:56
ad61fb2
Compare
Choose a tag to compare

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

31 Jan 22:19
9d670ac
Compare
Choose a tag to compare

What's Changed

  • Fix bug where Collections imported using the collection_field_mapping were failing with a missing 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 CreateRelationshipsJobs were being run when running an importer in "validate only" mode

Issue Fixes

Full Changelog: v2.0.1...v2.0.2