Skip to content

Commit 805548a

Browse files
committed
prep for release 4.1.1 - ld4l_cache auths pagination configs
1 parent b86ded6 commit 805548a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.2.0 (2019-11-27)
2+
3+
* add pagination configs to remaining ld4l_cache authorities
4+
15
### 4.1.0 (2019-11-27)
26

37
* add pagination configs for all sharevde authorities

config/authorities/linked_data/agrovoc_ld4l_cache.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"QA_CONFIG_VERSION": "2.1",
2+
"QA_CONFIG_VERSION": "2.2",
3+
"service_uri": "http://ld4l.org/ld4l_services/cache",
34
"prefixes": {
45
"vivo": "http://vivoweb.org/ontology/core#"
56
},
@@ -77,8 +78,11 @@
7778
},
7879
"qa_replacement_patterns": {
7980
"query": "query",
80-
"subauth": "entity"
81+
"subauth": "entity",
82+
"start_record": "startRecord",
83+
"requested_records": "maxRecords"
8184
},
85+
"total_count_ldpath": "vivo:count",
8286
"results": {
8387
"label_ldpath": "skos:prefLabel ::xsd:string",
8488
"sort_ldpath": "vivo:rank ::xsd:string"

config/locales/qa_server.en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
en:
33
qa_server:
4-
application_version: "4.1.0"
4+
application_version: "4.2.0"
55
application_name: "LD4P Authority Lookup Service"
66
footer:
77
copyright_html: "<strong>Copyright &copy; 2018, 2019 Cornell</strong> Licensed under the Apache License, Version 2.0"

0 commit comments

Comments
 (0)