Releases: samvera/active_fedora
Version 9.13.0
Changes:
- 2016-05-09: Deprecate SimpleDatastream [Justin Coyne]
- 2016-05-09: Use Deprecation.warn on AS::Concern ClassMethods [Justin Coyne]
- 2016-05-06: Add a Basic Container association [Justin Coyne]
- 2016-05-05: Renamed
contains
tohas_subresource
[Justin Coyne] - 2016-05-05: Have generators create wrapper config files for test [Mark Bussey]
- 2016-05-05: Update solr_wrapper and fcrepo_wrapper dot-file defaults [Mark Bussey]
- 2016-05-05: Don't raise an error if you check if a detleted object is new [Justin Coyne]
- 2016-04-22: Extract ActiveFedora::InitializingConnection to lazy initialize the repository [Chris Beer]
- 2016-04-22: Use ensure instead of rescue + rethrow [Chris Beer]
- 2016-04-22: Suppress AF::Cleaner errors when running the test suite [Chris Beer]
Version 9.12.0
- 2016-04-13: Update graph instead of destroying it [Nathan Rogers]
- 2016-04-18: #992 detect https url for FCREPO and use_ssl appropriately (#1062)
[Ben Armintor] - 2016-04-18: Update SolrService.register to support passing in the url as one of
the option keys (#1061) [Justin Coyne] - 2016-04-11: Force SolrHit options to be indifferent hashes [Chris Beer]
- 2016-04-11: SolrHit#instantiate_with_json should create persisted objects [Chris
Beer] - 2016-04-11: Use the generated solr document in the SolrHit integration test
[Chris Beer]
v9.11.0
Version 9.8.2
Changes
- 2016-02-05: Restore the permissions handler [Justin Coyne]
- 2016-02-05: Run test FCRepo on a separate instance from development [Justin
Coyne] - 2016-02-05: Add extract handler to solrconfig [Justin Coyne]
- 2016-02-05: Update README.md [Justin Coyne]
Version 9.8.1
- 2016-02-05: Runs AF::File callbacks (fixes #972) [David Chandek-Stark]
- 2016-02-04: Generate solr 5 configs [Justin Coyne]
Version 9.8.0
Changes
- 2016-02-04: Bump version to 9.8.0 [Justin Coyne]
- 2016-02-04: Remove unused files [Justin Coyne]
- 2016-02-03: Test on Solr 5 [Justin Coyne]
- 2016-02-04: Fix rubocop [Justin Coyne]
- 2016-01-29: Pass hash of options to index.as [Adam Wead]
v9.7.0
2015-11-25 : Allowing access to the gone? method from outside the object [Carolyn Cole]
2015-11-24 : Use rdf-vocab gem for DC vocab [Justin Coyne]
2015-11-24 : Silence deprecation warning in test [Justin Coyne]
2015-11-24 : Test deprecation using mocks [Justin Coyne]
2015-11-24 : Give an error when the user queries for a non-existant reflection [Justin Coyne]
2015-11-20 : Re-add get_config_path method (removed in 9.6.0) with deprecation warning. [Jim Coble]
2015-11-11 : Don't try to parse empty dates [Adam Wead]
2015-11-10 : Adds explicit require of 'rdf/vocab'. [David Chandek-Stark]
2015-11-09 : ids_reader should not return duplicates. [Trey Terrell]
2015-11-07: Fixes for new version of rubocop [Justin Coyne]
2015-11-07: Escape square brackets in URIs. Fixes #941 [Justin Coyne]
2015-11-02: Don't try to parse nil dates. Fixes #937 [Justin Coyne]
v9.6.0
2015-11-02: Loosen dependency on rdf-rdfxml [Justin Coyne]
2015-10-29: Allow developers to override resource_class. [Trey Terrell]
2015-10-27: Makes has_key?
and key?
behave consistently in
AF::AssociationHash [David Chandek-Stark]
2015-10-27: Create failing test for issue with datastreams resetting to old
version after save related to
#913 [Kathryn Cassidy]
2015-10-26: Save timezone information for DateTime values. Load from Solr as
DateTime rather than String when index type is :date. [Olli Lyytinen]
2015-10-26: Load create_date and modified_date from Solr. [Olli Lyytinen]
2015-10-23: Ensure Travis runs the tests [Justin Coyne]
2015-10-23: Avoid unnecessary loads [Justin Coyne]
2015-10-23: refactor persistence spec to not use deprecated methods [Justin
Coyne]
2015-10-23: Return values for inherited attributes the same way we do for
properties [Adam Wead]
2015-10-23: Create an ids_reader for indirect containers [Justin Coyne]
2015-10-22: Exclude vendor/*/ from rubocop [Justin Coyne]
2015-10-22: Do away with gemfiles [Justin Coyne]
2015-10-22: Add rubocop [Justin Coyne]
2015-10-22: Don't load all the members of an Aggregation on concat [Justin
Coyne]
2015-10-20: Adds ActiveFedora::Checksum class to encapsulate file digest info.
[David Chandek-Stark]
2015-08-03: Append val to solr array instead of replacing when appropriate.
[Anna Headley]
2015-10-20: Adds #create_date
attribute method to File. [David Chandek-Stark]
2015-10-19: Update foreign_key documentation [ci skip] [Justin Coyne]
Version 9.5.0
Changes:
- query for nil creates correct query [Justin Coyne]
- Support both Fedora and Premis fixity predicates [Adam Wead]
- AssociationHash - alias to [David Chandek-Stark]
- Fixed syntax error in raise statement [David Chandek-Stark]
- Let autoload do its thing [Justin Coyne]
- Add support for contained RDF sources. [Trey Terrell]
ActiveFedora 9.4.0
ActiveFedora 9.4.0 has been released. It adds hash URIs for sub-nodes, stops using InboundRelationConnection for speed, and refactors some existing code.
Changes
2015-09-01: Don't run type validators on destroy. [Trey Terrell]
2015-08-29: Use Fcrepo 4 and LDP from RDF::Vocab. [Esmé Cowles]
2015-08-28: Use premis:hasMessageDigest for checksum, falling back to
fedora:digest. [Esmé Cowles]
2015-08-25: Update README to reflect dependency on Solr 4.10 [pgwillia]
2015-08-19: Enable support for Hash URIs [Trey Terrell]
2015-08-13: Stop using InboundRelationConnection [Justin Coyne]