Releases: samvera/active_fedora
Releases · samvera/active_fedora
v9.0.8
- 2020-06-09: Bumping to version v9.0.8 [Jeremy Friesen] (ceb11d8)
- 2015-04-15: Revert "Move the indexing logic to the model. Fixes #736" [Justin Coyne] (cabb905)
- 2015-04-15: Fix deleting from a HABTM when the inverse_of is a has_many. Fixes #763 [Justin Coyne] (b1e67fb)
- 2015-04-15: Remove a spec that is a duplicate of integration/collection_association_spec.rb:92 [Justin Coyne] (bdafd50)
- 2015-04-15: Leverage the code in AssociationRelation to find the inverse. Fixes #760 [Justin Coyne] (c764ea7)
- 2015-04-15: Make #translate_id_to_uri/uri_to_id reliable. [Trey Terrell] (80a4e3f)
- 2015-04-15: Find best model match in case of inheritance [Stuart Kenny] (481a9cd)
- 2015-04-15: Requires 'deprecation' for ActiveFedora::File [Andrew Myers] (14be5cf)
- 2015-04-07: The indexing hints should be inheritable [Justin Coyne] (c8d41b9)
v12.2.1
v12.0.3
v11.5.5
v13.1.2
v13.1.1
Dependencies
- Loosens the
faraday-encodingdependency 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
Dependencies
- Adds support for Rails 6.0 (#1403)
Deprecations
ActiveFedora::Attributes#clear_changed_attributesis deprecated for removal. UseActiveModel::Dirty#changes_applied, instead. (#1403)- This method was previously called as an
after_savecallback. This callback is retained in the case of overrides, but will also be removed in 14.0.0
- This method was previously called as an
v13.0.0
v12.2.0 (Yanked)
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
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.