From 7b4dee096c9b2df28aaa60c6f6dc8d0036faae92 Mon Sep 17 00:00:00 2001 From: Rob Vesse Date: Fri, 20 Sep 2024 10:47:06 +0100 Subject: [PATCH] Note recent changes in CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56a631..b45131f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # GraphQL Extensions for Apache Jena +# 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 - Telicent Graph Schema improvements: