Skip to content

Releases: InTaVia/InTaVia-Backend

v0.5.1

18 Aug 14:41
Compare
Choose a tag to compare

Bug Fixes

  • fixes queries for related entities (603c2d8)

v0.5.0

13 Jul 12:25
Compare
Choose a tag to compare

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

07 Jul 12:09
Compare
Choose a tag to compare

Bug Fixes

  • fixes an issue with vocabs in search not showing up (9ca2877)

v0.4.1

07 Jul 10:57
Compare
Choose a tag to compare

Bug Fixes

  • fixes an error in the bulk retrieve entities endpoints (cc89648)

v0.4.0

07 Jul 09:06
Compare
Choose a tag to compare

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

04 Jul 15:46
Compare
Choose a tag to compare

Bug Fixes

  • removes entities without labels from result set (b408dba)

v0.3.0

04 Jul 13:49
Compare
Choose a tag to compare

Features

  • adds config for keeping original sort (36bdbd6)
  • changes entities SPARQL queries to order by rank (38efa44)

v0.2.43

27 Jun 07:45
Compare
Choose a tag to compare

Bug Fixes

  • fixes named graph URI for BNet (ecf5b07), closes #168

v0.2.42

26 Jun 16:34
Compare
Choose a tag to compare

Bug Fixes

  • removes dates that fail the dateparsing (1243fff), closes #165

v0.2.41

26 Jun 12:31
Compare
Choose a tag to compare

Bug Fixes

  • adds calls to super to correctly pass qp to sparql (faf1a5d), closes #155