Skip to content

Commit

Permalink
Note recent changes in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Sep 20, 2024
1 parent aad2694 commit 7b4dee0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7b4dee0

Please # to comment.