DO NOT USE - Version 2.1.0
Pre-release
Pre-release
REMOVED VERSION - This version was removed due to a bug in the ApplicationController usage in other controllers. Version 2.1.1 fixes this bug and should be used instead.
Actions Required to upgrade
You do not need to take any actions to start using this release of questioning authority.
CORS Headers
The ability to include CORS headers was added to this release. Use of the headers is configurable and disabled by default to allow for backward compatibility.
Enabling in an existing app
- copy
/lib/qa/install/templates/config/initializers/qa.rb
to/config/initializers/qa.rb
- edit this file and uncomment the line
config.enable_cors_headers
Enabling in a new app
- run
rails generate qa:install
- edit this file and uncomment the line
config.enable_cors_headers
Change Log
- security vulnerability for rubocop resolved by moving to using bixby for rubocop
- add ability to sort linked data results based on a numeric ranking predicate
- filter out blanknodes from the linked data result set
- update supporting documents to match samvera community support documents
- add support for Rails 5.1
- add support for CORS headers (configurable; off by default)