Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mp-sparql
[mp-sparql-moved-to-github.git] / NEWS
1 --- 0.7 2015/08/18
2
3 Add sections on configuratrion and how to access the sample Bibframe
4 service.
5
6 Fix incorrect RDF namespace URI MPSPARQL-25
7 The declarations are not necessary so they are simply removed.
8
9 Install new sample config filter-sparql.xml which can be used in the
10 filters-available / filters-enabled mechanism of Metaproxy.
11
12 --- 0.6 2015/05/27
13
14 New configuration element <present> which allows retrieval of records
15 given a URI.
16
17 Add more indexes to Bibframe demo.
18
19 --- 0.5 2015/04/29
20
21 Fix make check fails in src MPSPARQL-14
22
23 Add facility for sub query (uri.schema) MPSPARQL-13
24
25 %u variable: for <urls> MPSPARQL-12
26
27 Database + schema match in sections MPSPARQL-11
28 For same database all SPARQL sections are fired off and the relevant
29 result (xml documents) are returned for given schema. If schema is not
30 given, first defined section will be used.
31
32 --- 0.4 2015/02/19
33
34 Extend man page with examples - based in the triplestore.xml.
35
36 Add keyword search for database "work" in triplestore.xml MPSPARQL-7
37
38 Use OPTIONAL for all fields in the "work" database MPSPARQL-8
39
40 Allow solution sequence / modifier MPSPARQL-9
41
42 Allow triplestore endpoint to be given once MPSPARQL-10
43
44 --- 0.3 2015/02/06
45
46 bibframe sample config in /usr/share/mp-sparql/bibframe MPSPARQL-6
47
48 schema check and accept header update MPSPARQL-5
49
50 --- 0.2 2015/01/28
51
52 Result construction MPSPARQL-4
53 Configuration item "field" replaced by "form", which allows
54 SELECT/CONSTRUCT to be defined. The triple store is now returning
55 application/rdf+xml response and this is what's decoded.
56
57 Database work+instance with basic Bib-1 attributes
58
59 --- 0.1 2015/01/09
60