Skip to content

Commit

Permalink
Merge pull request #392 from LD4P/release/7.5.0
Browse files Browse the repository at this point in the history
prep release v7.5.0
  • Loading branch information
elrayle authored Dec 8, 2020
2 parents 8663966 + 254009b commit 50cc865
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### 7.5.0 (2020-12-07)

* UI improvements of check_status page
* pre-populate selection fields with most recently submitted authorities
* add ability to compare two authorities' accuracy tests in UI
* update check_status UI to require GO button click to start processing
* fix javascript to avoid referencing missing elements
* accuracy test updates
* accuracy tests default to `context=false` since it is not required for testing
* allow accuracy tests through rspec to be marked pending (allows for better regression testing)
* add pending to failing validation tests such that accuracy_spec passes
* sync tests with production accuracy tests
* fix typo in `position` and a few syntax errors
* adjust result_size for validations where passing tests return less than 200 chars
* split locnames_rwo_ld4l_cache into 3 sets of tests of about 9 each to avoid time out
* add extended context for getty_aat_ld4l_cache and getty_tgn_ld4l_cache
* add authority locvocabs_ld4l_cache
* add request_data to status_logger (e.g. query for search, identifier for term)
* update to latest bixby v3.0

### 7.4.0 (2020-04-13)

* add size and complexity performance statistics (not auto-generated)
Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '7.4.0'
VERSION = '7.5.0'
end

0 comments on commit 50cc865

Please sign in to comment.