- Fix solr persister to pass through exceptions on timeout hackmastera
- Fix generated specs to work with shared_specs expectation revgum
- Added
optimistic_locking_enabled?
to ChangeSets.
- Fix for postgres optimistic locking.
- Support for ordered properties. Documentation
- Shared specs for Solr indexers.
- Support for single values. Documentation
- Optimistic Locking. Documentation
- Remove reliance on ActiveFedora for Fedora Storage Adapter.
- Only load adapters if referenced.
- Postgres Adapter uses transactions for
save_all
- Resources now include
id
attribute by default.
This release was made possible by a community sprint undertaken between Penn State University Libraries & Princeton University Library. Thanks to the following participants who made it happen:
- Performance improvements for ActiveRecord to Valkyrie::Resource conversions. tpendragon
- Loosened ActiveRecord restriction to allow upgrading pg gem to 1.0. hackmastera
- Added
find_by_alternate_identifier
query. stkenny - Added Docker environment for development. mbklein
- Fixed README documentation. revgum
- Deprecated
Valkyrie::Persistence::Fedora::PermissiveSchema.references
- Deprecated
Valkyrie::Persistence::Fedora::PermissiveSchema.alternate_ids
- Final release of 1.0.0!
- Support slashes in IDs for Fedora adapter. dlpierce
- Added find_many_by_ids query.
- Enforces only persisting arrays - no scalars.
- Fixes casting edge cases for
Set
andArray
. - Significantly improved documentation
- Support
Booleans
- Support
RDF::Literal
- Fix support for
DateTime
. - Fix rake tasks leaking out of gem.
- Extract derivatives/file characterization to valkyrie-derivatives
- ChangeSet shared spec
- Allow strings as an argument for find_by.
- Improve development documentation.
- Throw error on
find_inverse_references_by
for unsavedresource
.
- Support slashes in IDs for Fedora adapter. dlpierce
Initial Release
- Added find_many_by_ids query.
- Enforces only persisting arrays - no scalars.
- Fixes casting edge cases for
Set
andArray
. - Significantly improved documentation
- Support
Booleans
- Support
RDF::Literal
- Fix support for
DateTime
. - Fix rake tasks leaking out of gem.
- Extract derivatives/file characterization to valkyrie-derivatives
- ChangeSet shared spec
- Allow strings as an argument for find_by.
- Improve development documentation.
- Throw error on
find_inverse_references_by
for unsavedresource
.