Releases: samvera/active_fedora
Releases · samvera/active_fedora
v15.0.1
What's Changed
- Use to_formatted_s(:db) instead of deprecated and removed to_s(:db) by @cjcolvar in #1503
- Bump version to 15.0.1 for release by @randalldfloyd in #1505
Full Changelog: v15.0.0...v15.0.1
v15.0.0
What's Changed
- Test on latest ruby and rails versions by @cjcolvar in #1499
- Test on rails 7.2 by @cjcolvar in #1500
- Copy newer rails code for rewording or removing poorly named constants by @cjcolvar in #1501
- Bump version to 15.0.0 for release by @randalldfloyd in #1502
New Contributors
- @randalldfloyd made their first contribution in #1502
Full Changelog: v14.0.1...v15.0.0
v14.0.0
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
- Support Rails 7 by @cbeer in #1485
- Ruby3 Support by @cjcolvar in #1489
- Release 14.0.0 by @cjcolvar in #1491
Full Changelog: v13.3.0...v14.0.0
v12.2.4
v13.2.7
v13.2.6
Version 13.2.6
v12.2.3
Short circuit ActiveModel::Dirty for nodes_will_change! (fix for samvera/hyrax#4581)
v12.2.2
v11.2.1
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)