Skip to content

Releases: RDFLib/prez

v4.4.3

06 Feb 06:26
e5ed301
Compare
Choose a tag to compare

4.4.3 (2025-02-06)

Bug Fixes

v4.4.2

04 Feb 23:52
f56a5a2
Compare
Choose a tag to compare

4.4.2 (2025-02-04)

Bug Fixes

  • add/raise appropriate error for /cql endpoint where no filter is provided. (#330) (f56a5a2)

v4.4.1

23 Jan 04:50
1c78731
Compare
Choose a tag to compare

4.4.1 (2025-01-23)

Bug Fixes

  • only retrieve NodeShapes specific to the remote endpoints being retrieved. Because all remote NodeShapes were being retrieved, where their URIs clashed with default NodeShape URIs, this produced undesired "union" shapes. (#331) (1c78731)

v4.4.0

13 Jan 02:37
fbd5e37
Compare
Choose a tag to compare

4.4.0 (2025-01-13)

Features

v4.3.3

10 Jan 07:07
e2138af
Compare
Choose a tag to compare

4.3.3 (2025-01-10)

Bug Fixes

  • use semantic release directly and add debugging (#323) (e2138af)

v4.3.2

10 Jan 06:47
7d2f956
Compare
Choose a tag to compare

4.3.2 (2025-01-10)

Bug Fixes

  • remove dev docker image creation, add latest tagging (#322) (7d2f956)

v4.3.1

10 Jan 06:39
cc6480f
Compare
Choose a tag to compare

4.3.1 (2025-01-10)

Bug Fixes

  • github action creates docker images based on sem release (#321) (cc6480f)

v4.3.0

09 Jan 00:40
a26c895
Compare
Choose a tag to compare

4.3.0 (2025-01-09)

Features

  • allow multiple template SPARQL queries for an object/item endpoint. Remove unused file based template queries - configuration was complicated with having to specify file paths - and not currently used by anyone. Only data repo template queries are now supported. (#319) (a26c895)

v4.2.1

08 Jan 00:03
59ba6a8
Compare
Choose a tag to compare

4.2.1 (2025-01-08)

Bug Fixes

  • remove use of JSON LD from CQL JSON parsing (#316) (59ba6a8)

v4.2.0

24 Nov 23:20
7327709
Compare
Choose a tag to compare

4.2.0 (2024-11-24)

Bug Fixes

  • correct namespace import for default search (3dc5eaf)
  • filter out bnodes from fts search results (fd8de31)
  • fix property signatures (9c2df0e)
  • rename release workflow (#302) (25ef99f)
  • update tests (1b4c109)

Features

  • add "subscription-key" as query parameter, to support Azure and other APIs that wish to use API keys. (#301) (6014a42)
  • Add ability for prez to check for a header on all requests such as an API key. (54da1f9)
  • expose the value of the SPARQL Endpoint Enabled setting on the root endpoint, under the predicate https://prez.dev/sparqlEndpointEnabled (2b87359)