Skip to content

Releases: samvera/active_fedora

v12.2.1

24 Jan 18:51
Compare
Choose a tag to compare

Backport of v13.1.2 fix

Bug Fixes

  • Always rewind IO content even when the file is new.
    • Fixes potential data loss bug

Enhancements

  • Begin leveraging CircleCI instead of Travis

v12.0.3

24 Jan 18:11
Compare
Choose a tag to compare

Backport of v13.1.2 fix

Bug Fixes

  • Always rewind IO content even when the file is new.
    • Fixes potential data loss bug

Enhancements

  • Begin leveraging CircleCI instead of Travis

v11.5.5

24 Jan 17:39
Compare
Choose a tag to compare

Backport of v13.1.2 fix

Bug Fixes

  • Always rewind IO content even when the file is new.
    • Fixes potential data loss bug

Enhancements

  • Begin leveraging CircleCI instead of Travis

v13.1.2

23 Jan 18:08
b2d00ec
Compare
Choose a tag to compare

Bug Fixes

  • Always rewind IO content even when the file is new.
    • Fixes potential data loss bug

v13.1.1

01 Oct 19:17
Compare
Choose a tag to compare

Dependencies

  • Loosens the faraday-encoding dependency for releases 0.0.5 and later (this resolves errors which are encountered prior to the changes introduced in ma2gedev/faraday-encoding#5) (#1409)

v13.1.0

18 Sep 18:46
864f3d2
Compare
Choose a tag to compare

Dependencies

  • Adds support for Rails 6.0 (#1403)

Deprecations

  • ActiveFedora::Attributes#clear_changed_attributes is deprecated for removal. Use ActiveModel::Dirty#changes_applied, instead. (#1403)
    • This method was previously called as an after_save callback. This callback is retained in the case of overrides, but will also be removed in 14.0.0

v13.0.0

19 Aug 18:57
Compare
Choose a tag to compare

Dependencies

Features

  • Introduces support for indexing FloatPointField Solr field types (#1383)

v12.2.0 (Yanked)

16 Aug 19:15
Compare
Choose a tag to compare

Note: This release was yanked on 08/19/19

After discovering that it introduced breaking changes for the Rails generation of Hyrax (and, presumably other Samvera and Blacklight) applications, the decision was made to yank the 12.2.0 release of this Gem.

v12.1.1

04 Apr 12:57
a66a7e9
Compare
Choose a tag to compare

Bugfix: Deprecated configuration has been removed from the solr schema that ships with active_fedora, which was preventing it from working with Solr 8. If you use active_fedora's defaults for running a test suite, you might have seen this error since the release of Solr 8:

ERROR: Error CREATEing SolrCore 'hydra-test': Unable to create core [hydra-test] Caused by: solr.StandardFilterFactory

This release should resolve that error.

v12.1.0

28 Feb 21:22
4ef8660
Compare
Choose a tag to compare

Dependencies

  • Adds support for Rails 5.2.0
  • Allow faraday past 0.12.x

Features

  • Adding update_index callback hooks (#1282)

Optimizations

  • Implement enumeration for Relation#each (#1353)
    • This provides a significant performance optimization for MyModel.all.each and MyModel.select.each use cases, as well as for #blank?, #present?, #include? and #any?

Bugfixes

  • Use PointField types rather than deprecated Trie* types in generated Solr schema (#1368)