Skip to content

Commit

Permalink
Release 1.5.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Feb 1, 2019
1 parent f99f4c3 commit 63a7df4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,47 @@
# v1.5.0 RC1 2018-02-01

## Changes since last release

* Add missing query service requirement to persister shared specs
[cjcolvar](https://github.com/cjcolvar)
* Provide a warning when postgres adapter overwrites an ID, deprecate this
behavior so it will throw an exception in the future.
[cam156](https://github.com/cam156)
[hackmastera](https://github.com/hackmastera)
[tpendragon](https://github.com/tpendragon)
* Add support for passing just an ID to find_inverse_references_by
[cam156](https://github.com/cam156)
[hackmastera](https://github.com/hackmastera)
* Fix memory adapter raising an exception in find_by_alternate_identifier when
there are resources without the alternate_identifier attribute.
[jeremyf](https://github.com/jeremyf)
* Provide a warning when using the postgres adapter without manually providing
the pg gem, so it can be an optional dependency in 2.0.0.
[hackmastera](https://github.com/hackmastera)
* Provide guidance in specs on how to define alternate_ids
[cjcolvar](https://github.com/cjcolvar)
* Upload files to Fedora using form/multipart.
[tpendragon](https://github.com/tpendragon)
* Improve CompositePersister documentation.
[tpendragon](https://github.com/tpendragon)
* Add a Valkyrie::Types::Params::ID type which handles when an HTML form passes
an empty string value.
[tpendragon](https://github.com/tpendragon)
* Deprecate .member on Valkyrie::Types::Array & Set
[tpendragon](https://github.com/tpendragon)
* Fix updated_at not being set correctly for the Solr adapter, fix shared specs.
[tpendragon](https://github.com/tpendragon)

Additional thanks to the following for code review and issue reports leading to
this release:

[awead](https://github.com/awead)
[escowles](https://github.com/escowles)
[kelynch](https://github.com/kelynch)
[mbklein](https://github.com/mbklein)
[no-reply](https://github.com/no-reply)
[revgum](https://github.com/revgum)

# v1.4.0 2018-01-08

## Changes since last release.
Expand Down
2 changes: 1 addition & 1 deletion lib/valkyrie/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
VERSION = "1.4.0"
VERSION = "1.5.0.RC1"
end

0 comments on commit 63a7df4

Please sign in to comment.