Skip to content

Releases: samvera/active_fedora

v15.0.1

22 Oct 18:41
e704ba2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v15.0.0...v15.0.1

v15.0.0

30 Sep 21:14
4640eab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.1...v15.0.0

v14.0.0

27 Jan 19:46
8e7d365
Compare
Choose a tag to compare

Behavior Change

If you used a custom id to uri or uri to id translation procs in ActiveFedora 13.x or lower for ActiveFedora::Base objects they also applied to ActiveFedora::File objects. This no longer holds for ActiveFedora 14.x and higher. You will need to explicitly set the translation procs for ActiveFedora::File to match ActiveFedora::Base somewhere in your code like in an initializer:

ActiveFedora::File.translate_uri_to_id = ActiveFedora::Base.translate_uri_to_id
ActiveFedora::File.translate_id_to_uri = ActiveFedora::Base.translate_id_to_uri

What's Changed

Full Changelog: v13.3.0...v14.0.0

v12.2.4

07 Mar 17:11
4cc9b2e
Compare
Choose a tag to compare

Backports:

#1456 - Ruby 2.7 deprecation warnings
#1463 - Ruby 2.7 deprecation warnings
#1472 - Compatibility with newer rdf 3.2.5

v13.2.7

07 Mar 17:18
87e1f5b
Compare
Choose a tag to compare

Fix monkey-patch to support rdf 3.2.5 while retaining support for < 3.2.5. (#1472)

v13.2.6

25 Feb 19:18
c44c7ec
Compare
Choose a tag to compare
Version 13.2.6

v12.2.3

07 Mar 17:09
0d0337a
Compare
Choose a tag to compare

Short circuit ActiveModel::Dirty for nodes_will_change! (fix for samvera/hyrax#4581)

v12.2.2

07 Mar 17:02
Compare
Choose a tag to compare

Pin rdf-vocab to < 3.1.5 (#1426)

v11.2.1

09 Jun 17:50
Compare
Choose a tag to compare
  • 8a7e43b — Bump LDP version to ~> 0.7.0 [Justin Coyne]

v9.0.8

09 Jun 18:32
Compare
Choose a tag to compare
  • 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)