Releases: samvera/active_fedora
Version 10.0.0
Notes
Version 10 of ActiveFedora requires Fcrepo 4.5.1+ because we require a bug fix that enables us to update mime-types of a resource.
Changes
2016-06-03: Bump version to 10.0.0.beta4 [Justin Coyne]
2016-06-03: Fix the description on a test so that it's acurate [Justin Coyne]
2016-05-31: Stop indexing on active_fedora_model_ssi [Justin Coyne]
2016-05-31: AF::File#save! should persist metadata [Justin Coyne]
2016-05-23: Bump to version 10.0.0.beta3 [Adam Wead]
2015-07-06: Filter out records marked_as_deleted [Justin Coyne]
2016-05-20: ActiveFedora::File.mime_type should be updatable. Fixes #890, #1083
[Justin Coyne]
2016-05-23: Eliminate an unnecessary read of local content [Justin Coyne]
2016-02-02: Make the MetadataNode conform to the AF::Base API [Justin Coyne]
2016-05-23: remove unnecessary require of deprecation [Justin Coyne]
2016-05-13: Restore defaults to with_server [Justin Coyne]
2016-05-12: Bump version to 10.0.0.beta2 [Adam Wead]
2016-05-12: Using generated config files for fedora & solr [Esmé Cowles]
2016-05-10: Use DefaultMetadataClassFactory with default schemas and strategies
[Adam Wead]
2016-05-10: Bump version to 10.0.0.beta1 [Justin Coyne]
2016-05-10: Upgrade error message to an Exception. [Justin Coyne]
2016-05-09: Add a metadata class factory [Adam Wead]
2016-05-10: Remove unused attributes from File#new [Justin Coyne]
2016-05-09: Remove deprecations in preparation for AF 10.0 [Justin Coyne]
2016-03-08: Set the solrizer logger in the railtie. Fixes #997 [Justin Coyne]
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
containstohas_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]