Skip to content

Releases: samvera/bulkrax

v5.4.1

04 Oct 14:33
91c7663
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v5.4.0...v5.4.1

v5.4.0

02 Oct 21:57
9ea4de6
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • 🎁 Add rake task to generate CSVs for testing imports by @bkiahstroud in #850
  • 🎁 Add Institution to importer visibility by @kirkkwang in #860
  • 🐛 add guard clauses to add_indices_to_bulkrax migration by @ShanaLMoore in #862

Bug Fixes 🐞

  • 🐛 Ensuring we inject Bulkrax views before Hyrax by @jeremyf in #855
  • find existing records more often, leading to better round tripping experiance by @orangewolf in #853
  • Support additional view i18n labels by @mcritchlow in #858

Full Changelog: v5.3.0...v5.4.0

v5.3.0

02 Aug 21:22
e1d8a4e
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

New Contributors

Full Changelog: v5.2.1...v5.3.0

v5.2.1

24 Apr 16:46
d9bc397
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v5.2.0...v5.2.1

v4.4.2

21 Apr 15:13
2558bf6
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.4.1...v4.4.2

v5.2.0

19 Apr 21:35
8385b5b
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

New Contributors

Full Changelog: v5.1.0...v5.2.0

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