Releases: samvera/active_fedora
v16.0.0
ActiveFedora 16 starts support for Fedora 6+! 🎉 🎊
Fedora 4 support will continue in the ActiveFedora 15.x line.
See Upgrading.md for details about the major changes as well as a rough guide to using Fedora tools to migrate your data to Fedora 6.
What's Changed
- Test on rails 8 / ruby 3.4 by @cjcolvar in #1508
- Rebase Fedora 6 work on ActiveFedora 15 by @cjcolvar in #1504
- Bump version for major release by @cjcolvar in #1510
Full Changelog: v15.0.1...v16.0.0
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)