Skip to content

Releases: samvera/active_fedora

version 8.7.0

11 Dec 21:44
Compare
Choose a tag to compare

Changes:

  • Made Base#hasModel public.

Version 8.6.0

11 Dec 21:46
Compare
Choose a tag to compare

Changes

  • Add a helpful error when the has_model_ssim is missing
  • Add Base#has_model so that the indexed value can be overridden

v11.5.4

25 Sep 00:02
91d1004
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a bug causing Relation#blank? and Relation#present? to uniformly return false and true, respectively (#1362)

v11.5.3

22 Sep 18:17
48a4b84
Compare
Choose a tag to compare

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?

Dependencies

  • Limits support for Rails to < 5.2

v12.0.2

21 Sep 22:52
510e0a8
Compare
Choose a tag to compare

Dependencies

  • Limits support for Rails to < 5.2.

v8.5.0

26 Apr 16:02
Compare
Choose a tag to compare
  • Improves compatibility with Rails 5.1+.

ActiveFedora 11.5.0

12 Oct 19:09
245e570
Compare
Choose a tag to compare

ActiveFedora 11.5.0 supports the ability to query Solr via the HTTP POST method. To do this, pass the method: :post argument to the SolrService.query call.

v11.2.0

18 May 22:43
Compare
Choose a tag to compare

v11.1.6

19 Apr 17:35
Compare
Choose a tag to compare

v7.3.1

09 Feb 15:46
Compare
Choose a tag to compare

Bugfix: Rubydora dependency was written incorrectly, still pinned to < 2. Now permits 1.8.0+, < 3.