Skip to content

Commit

Permalink
Merge pull request #153 from cul-it/prep_402
Browse files Browse the repository at this point in the history
update to qa 5.1.0 with search pagination info
  • Loading branch information
elrayle authored Nov 22, 2019
2 parents 75a9191 + adcb23a commit e110ef8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
35 changes: 15 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
### 2019-11-18
### 4.0.2 (2019-11-22)

* update to samvera/qa 5.1.1
* add response header which has pagination information for search and summary info for fetch

### 4.0.1 (2019-11-18)

* set cul-it/qa_server version to 4.0.1
* make wikidata values an array

### 2019-11-18
### 4.0.0 (2019-11-18)

* set cul-it/qa_server version to 4.0.0
* updated wikidata extended context format to match linked data module
* update to samvera/qa 5.0.0
* 4.2.5 was yanked and replaced with 5.0.0
Expand All @@ -14,56 +17,48 @@
* update to LD4P/qa_server 4.0.0
* updated overrides for FindTerm #find and SearchQuery #search to process new request_header parameter

### 2019-11-12
### 3.1.2 (2019-11-12)

* set cul-it/qa_server version to 3.1.2
* update to samvera/qa 4.2.5 - discogs extended context format updated to match linked data module

### 2019-10-17
### 3.1.1 (2019-10-17)

* set cul-it/qa_server version to 3.1.1
* update to samvera/qa 4.2.4 - use real discogs uri whenever available and discogs url when not

### 2019-10-10
### 3.1.0 (2019-10-10)

* set cul-it/qa_server version to 3.1.0
* update to samvera/qa 4.2.3
* update to LD4P/qa_server 3.0.3

### 2019-10-02

* add RDA Registry authority

### 2019-09-18
### 2.2.5 (2019-09-18)

* set cul-it/qa_server version to 2.2.5
* add loc prefix to LCDGT
* change LCDGT earlier form to use authoritativeLabel instead of variantLabel

### 2019-09-12
### 2.2.4 (2019-09-12)

* set cul-it/qa_server version to 2.2.4
* add extended context to LCMPT
* make LCNAF RWO and authority focused configs match indexing spreadsheet
* add pagination to all authority configs

### 2019-09-11
### 2.2.3 (2019-09-11)

* set cul-it/qa_server version to 2.2.3
* update to LD4P/qa_server 2.2.3
* expand parent URIs to labels in extended context for GEONAMES
* add sharevde config for harry ransom

### 2019-09-11
### 2.2.2 (2019-09-11)

* set cul-it/qa_server version to 2.2.2
* update to LD4P/qa_server 2.2.2
* add remaining sharevde configs
* remove outdated sharevde configs

### 2019-09-10
### 2.2.1 (2019-09-10)

* set cul-it/qa_server version to 2.2.1
* minor tweaks to wikidata, discogs, and bioportal mesh
* update to qa_server 2.2.1
* basic wikidata access
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
powerpack (0.1.2)
public_suffix (4.0.1)
puma (3.12.1)
qa (5.0.0)
qa (5.1.0)
activerecord-import
deprecation
faraday
Expand Down Expand Up @@ -271,7 +271,7 @@ GEM
rdf (>= 2.2, < 4.0)
rdf-rdfa (>= 2.2, < 4.0)
rdf-xsd (>= 2.2, < 4.0)
rdf-reasoner (0.5.2)
rdf-reasoner (0.5.3)
rdf (~> 3.0)
rdf-vocab (~> 3.0)
rdf-xsd (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion config/locales/qa_server.en.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
en:
qa_server:
application_version: "4.0.1"
application_version: "4.0.2"
application_name: "LD4P Authority Lookup Service"
footer:
copyright_html: "<strong>Copyright &copy; 2018, 2019 Cornell</strong> Licensed under the Apache License, Version 2.0"
Expand Down

0 comments on commit e110ef8

Please sign in to comment.