Skip to content

Commit

Permalink
Merge pull request #216 from samvera/release_4_0
Browse files Browse the repository at this point in the history
prep for 4.0.0 release
  • Loading branch information
elrayle authored Mar 8, 2019
2 parents 0cdc607 + e50733c commit c45c75e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 4.0.0 (2019-03-08)

* refactor much of the structure of the linked data module
* refactor language processing of linked data results
* add extended context to linked data search results
* fix processing of IriTemplate mapping expansion
* add versioning to linked data configurations
* deprecate linked data config version 1.0
* update LOC and OCLCFAST linked data configs to config version 2.0
* update URL for fetching a single term from Getty through the non-linked data module
* catch and log Getty response errors
* provide better error messages with json error returned instead of empty results
* replace deprecated URI.escape with ERB::Util.url_encode
* put mesh task in the qa namespace
* remove older deprecated code
* move documentation from the README to the wiki

### 3.0.0 (2018-11-19)

* remove agrovoc linked data configuration
Expand Down
2 changes: 1 addition & 1 deletion lib/qa/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Qa
VERSION = "3.0.0".freeze
VERSION = "4.0.0".freeze
end

0 comments on commit c45c75e

Please sign in to comment.