Releases: telicent-oss/graphql-jena
Releases · telicent-oss/graphql-jena
0.9.1
0.9.0
Version 0.9.0
- General improvements:
- All
DataFetcher
implementations that interact with aDatasetGraph
now do so inside aTxn.calculateRead()
to
fix an intermittentNot in a transaction
error caused by how GraphQL Java dispatches query execution potentially
across multiple threads
- All
- 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
Version 0.8.2
- Telicent Graph Schema improvements:
- Added new
searchWithMetadata()
query with richer response schema - Added optional
searchType
andtypeFilter
arguments to bothsearch()
andsearchWithMetadata()
queries - Search queries have behavioural parity with
node()
andnodes()
queries in treating any returned URI from
search as node if it occurs in the subject/object of any triples in the data
- Added new
- 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
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
Version 0.8.0
- Support for validating only GraphQL endpoints as demonstration functionality in the standalone GraphQL server
- Telicent Graph Schema adds
limit
andoffset
arguments tosearch
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
Version 0.7.0
- Added ability to validate a query without executing it
- Telicent Graph Schema adds
limit
andoffset
arguments to thesearch
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
Version 0.6.0
- First public release to Maven Central
- Upgrades various dependencies to most recent available releases