Skip to content

Releases: telicent-oss/graphql-jena

0.9.1

13 Nov 14:45
Compare
Choose a tag to compare

Version 0.9.1

  • Build improvements:
    • Updating Jena dependency to 5.2.0

0.9.0

20 Sep 09:58
59d5ba4
Compare
Choose a tag to compare

Version 0.9.0

  • General improvements:
    • All DataFetcher implementations that interact with a DatasetGraph now do so inside a Txn.calculateRead() to
      fix an intermittent Not in a transaction error caused by how GraphQL Java dispatches query execution potentially
      across multiple threads
  • Build improvements:
    • GraphQL Java upgraded to 22.3
    • Excluded vulnerable Protobuf dependency as isn't needed by these libraries
    • Various build and test dependencies upgraded to latest available

0.8.2

09 Sep 15:13
5077b0e
Compare
Choose a tag to compare

Version 0.8.2

  • Telicent Graph Schema improvements:
    • Added new searchWithMetadata() query with richer response schema
    • Added optional searchType and typeFilter arguments to both search() and searchWithMetadata() queries
    • Search queries have behavioural parity with node() and nodes() queries in treating any returned URI from
      search as node if it occurs in the subject/object of any triples in the data
  • Build improvements:
    • Logback upgraded to 1.5.8
    • JWT Servlet Auth upgraded to 0.16.0
    • Smart Caches Core Libraries upgraded to 0.22.0
    • Various build and test dependencies upgraded to latest available

0.8.1

14 Aug 10:22
2f12a72
Compare
Choose a tag to compare

Version 0.8.1

  • Telicent Graph Schema now returns Nodes even if they only occur in the object position of triples in the data
  • Build improvements:
    • GraphQL Java upgraded to 22.2
    • Jersey upgraded to 3.1.8
    • SLF4J upgraded to 2.0.16

0.8.0

31 Jul 12:52
ad1ac7e
Compare
Choose a tag to compare

Version 0.8.0

  • Support for validating only GraphQL endpoints as demonstration functionality in the standalone GraphQL server
  • Telicent Graph Schema adds limit and offset arguments to search queries
  • Build improvements:
    • Apache Jena upgraded to 5.1.0
    • JWT Servlet Auth upgraded to 0.15.3
    • Smart Caches Core Libraries upgraded to 0.21.2
    • Various build and test dependencies upgraded to latest available

0.7.0

12 Jul 08:47
6ee31f3
Compare
Choose a tag to compare

Version 0.7.0

  • Added ability to validate a query without executing it
  • Telicent Graph Schema adds limit and offset arguments to the search query
  • Dependency upgrades:
    • GraphQL Java upgraded to 22.1
    • Jackson upgraded to 2.17.2
    • Jena dependency changed to specific modules rather than apache-jena-libs to trim dependency tree to only
      essential modules
    • Jersey upgraded to 3.1.7
    • JWT Servlet Auth upgraded to 0.15.1
    • Smart Caches Core upgraded to 0.21.1
    • Various test and build dependencies upgraded to latest available

0.6.0

14 Jun 11:04
797448a
Compare
Choose a tag to compare

Version 0.6.0

  • First public release to Maven Central
  • Upgrades various dependencies to most recent available releases