Releases: InTaVia/InTaVia-Backend
Releases · InTaVia/InTaVia-Backend
v0.5.1
Bug Fixes
- fixes queries for related entities (603c2d8)
v0.5.0
Bug Fixes
- adapts events search filter for related entities to provided (3be8c12), closes #181
- adds fix for related entities search in entities route (1854a60), closes #181
- adds outdated NG to get the roles back (0840dd0)
- fixes an issue with vocabs in search not showing up (9ca2877)
- removes restriction to Eevent_role subclasses (465e2c9)
Features
- adds sameAs query parameter and filters in SPARQL query (74c3535), closes #182
v0.4.2
Bug Fixes
- fixes an issue with vocabs in search not showing up (9ca2877)
v0.4.1
Bug Fixes
- fixes an error in the bulk retrieve entities endpoints (cc89648)
v0.4.0
Bug Fixes
- adapts SPARQL event queries to use provided entities (84ab974)
- adds sparql queries to allow for matching via provided entities (a02e568)
- bumps util to latest to fix error with data generation (9edd768)
Features
- adapts SPARQL queries to combine proxies in one entity (8451d0c)
v0.3.1
Bug Fixes
- removes entities without labels from result set (b408dba)
v0.3.0
Features
- adds config for keeping original sort (36bdbd6)
- changes entities SPARQL queries to order by rank (38efa44)
v0.2.42
Bug Fixes
- removes dates that fail the dateparsing (1243fff), closes #165
v0.2.41
Bug Fixes
- adds calls to super to correctly pass qp to sparql (faf1a5d), closes #155