Skip to content

Releases: samvera/bulkrax

v4.4.1

14 Apr 18:30
4b49483
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.4.0...v4.4.1

v4.3.1

14 Apr 17:24
da77110
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.3.0...v4.3.1

v5.1.0

21 Feb 17:13
a7690ed
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Renaming method to reflect it's state changing nature by @jeremyf in #738
  • replace multiple times through the pending realtionship loop by @orangewolf in #737

Bug Fixes 🐞

Full Changelog: v5.0.0...v6.0.0

v5.0.0

24 Jan 18:07
5f6b6af
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

There are 2 new Ability methods that need to be added to ability.rb. If you are using the generator, these methods will be added for you. However, if you are upgrading Bulkrax, you will need to add the following to your app/models/ability.rb file above the can_create_any_works? method definition. Feel free to adjust the definitions as needed.

    def can_import_works?
      can_create_any_work?
    end
    
    def can_export_works?
      can_create_any_work?
    end

Exciting New Features 🎉

  • Favoring class_attribute over inline array by @jeremyf in #687

Bug Fixes 🐞

  • Normalizing serialized data for BOM characters by @jeremyf in #689
  • Removing ∞ silent retries of Bulkrax::ImportWorkJob by @jeremyf in #692
  • make update remote files work for file sets by @kirkkwang in #693
  • Capturing raw metadata for OAI parsing of works by @jeremyf in #694
  • Moving OAI metadata capture to entry processing by @jeremyf in #697
  • Ensuring OAI parser sets factory class then parses by @jeremyf in #703
  • Ensuring XML parser sets factory class then parses by @jeremyf in #705
  • Scour blank strings from the creation attributes by @jeremyf in #708
  • Adding ApplicationParser#file_set_entry_class to API by @jeremyf in #710
  • Replace solrizer reference so that feature works with hyrax 3+ by @bbpennel in #700
  • Fixing bug introduced in #663 by @jeremyf in #713
  • Convert source_identifier from relationship to single value by @bbpennel in #712
  • run rubocop, regenerate todo.yaml by @dunn in #716
  • Allow single value fields with controlled vocabs by @bbpennel in #696
  • update libxml-ruby by @dunn in #715
  • Ensuring CSV sets factory class before metadata parsing by @jeremyf in #719

New Contributors

Full Changelog: v4.4.0...v5.0.0

v4.4.0

01 Dec 19:59
db7d32c
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • 🐛 add required for Export From fields by @kirkkwang in #630
  • pass attrs to actor stack to be used for visibility of filesets by @kirkkwang in #640
  • i-638-remote-files-import-with-FileSet by @alishaevn in #643
  • call URI.open due to deprecation warning msg by @ShanaLMoore in #650
  • Adding Bulkrax config for multi-value split/join delimiters by @jeremyf in #652
  • downgrade-migration-versions-to-five-point-one by @aprilrieger in #657
  • Convert csv headers by explicit lambda by @jeremyf in #670
  • Fix Hyrax::VisibilityPropagator error for remote files by @kirkkwang in #671
  • add configuration for using a custom ObjectFactory by @no-reply in #673
  • add reset task for hyrax to bulkrax by @orangewolf in #648
  • importers/exporters links to not show up if bulkrax is not enabled by @kirkkwang in #674
  • Guard on reindex_extent assignment by @laritakr in #680

Bug Fixes 🐞

New Contributors

Full Changelog: v4.3.0...v4.4.0

v4.3.0

05 Aug 22:48
5e610b2
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

New Contributors

Full Changelog: v4.2.1...v4.3.0

v4.2.1

20 Jul 17:11
d705a61
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v.4.2.0...v4.2.1

v4.1.1

19 Jul 04:01
2f1a012
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.1.0...v4.1.1

v.4.2.0

19 Jul 22:36
75afb99
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

Full Changelog: v4.1.1...v.4.2.0

v4.1.0

18 Jul 19:28
4fd2074
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • 566 collection metadata exporting by @alishaevn in #595
    • The "Collections Metadata" export "from" option no longer exists. Instead, we are now able to export collection metadata using the "all" and "collection" export options for bagit and csv
  • Oai stub by @kirkkwang in #592
  • export-child-collections by @alishaevn in #597

Full Changelog: v4.0.0...v4.1.0