Releases: RDFLib/prez
Releases · RDFLib/prez
v4.7.3
v4.7.2
v4.7.1
4.7.1 (2025-03-28)
Bug Fixes
- add a check to the umbrella query builder that if a search or CQL query is received ONLY on the /search or /cql endpoints, then the class information for the types of objects is excluded from the generated SPARQL query. search and CQL queries received on other listing endpoints will still apply the class filter relevant to that endpoint. (3381ae8)
v4.7.0
v4.6.4
4.6.4 (2025-03-26)
Bug Fixes
- shacl path should have a bnode as it's range not an RDF Collection. This is a basic error/typo that has been present for some time and somehow not caused issues until now. Using an RDF Collection meant that one of either the union of property paths OR the shacl:union property itself were processed, potentially RDFLib typically ordered these internally in such a way that the list and not sh:union was processed. Olis seems to have disrupted this. In any case, use of an RDF Collection is wrong. (#343) (827038c)
v4.6.3
4.6.3 (2025-03-24)
Bug Fixes
- reduce header length in OGC Features API listings (at /features/collections/). Issue should not appear at .../items as the links here are not per item. Reduce number of mediatypes shown at /features/collections/ in order to reduce link header size. NB other RDF mediatypes, including annotated ones, can still be requested/returned (#341) (595d68f)