This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 25babf9265 CHANGES for Jena 5.2.0
25babf9265 is described below

commit 25babf926520e3b43387556757a7b3084ca52433
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Oct 16 14:49:14 2024 +0100

    CHANGES for Jena 5.2.0
---
 CHANGES.txt | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index a99d037ef2..d91dc185f5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,60 @@
+==== Apache Jena 5.2.0
+Released: 2024-10-15
+Issues: https://s.apache.org/jena-5.2.0-issues
+Announcement:
+https://lists.apache.org/thread/
+
+The main feature for Jena 5.2.0 is an implementation of CDT "Composite Datatype
+Literals", an experimental idea for dealing with maps and lists in RDF and
+SPARQL while remaining within RDF 1.1.
+
+All issues in the release:
+  https://s.apache.org/jena-5.2.0-issues
+
+and includes
+
+* hash join improvements
+* performance improvements for RDF/XML parsing, and for command startup.
+* refinement of jena-ontapi
+
+== CDT : "Composite Datatype Literals"
+This is a contribution from AWSlabs.
+
+The website:
+  https://github.com/awslabs/SPARQL-CDTs
+Spec:
+  https://w3id.org/awslabs/neptune/SPARQL-CDTs/spec/latest.html
+
+SPARQL
+  https://github.com/w3c/sparql-dev/tree/main/SEP/SEP-0009
+
+Issue: https://github.com/apache/jena/issues/2518
+PR:    https://github.com/apache/jena/pull/2501
+
+This is "experimental" meaning it is subject to change.  There should be no 
impact if the feature isn't used.
+
+== Contributions
+
+CDT: Composite Datatype Literals
+Olaf Hartig (@Hartig) et al.
+  https://github.com/apache/jena/issues/2518
+  https://github.com/w3c/sparql-dev/tree/main/SEP/SEP-0009
+  https://github.com/awslabs/SPARQL-CDTs
+
+Hash join improvements.
+  @Aklakan Claus Stadler
+  https://github.com/apache/jena/issues/2404
+  https://github.com/apache/jena/pull/2405
+
+GH-2580: Added parseCheck flags to query and update exec builders
+  https://github.com/apache/jena/issues/2580
+This helps when dealing with vendor extensions to SPARQL.
+  @Aklakan Claus Stadler
+
+GH-2578: Fix Quad.isTriple() handling in JenaTitanium
+  @Ostrzyciel Piotr SowiƄski
+
+
 ==== Apache Jena 5.1.0
 Released: 2024-07-18
 Issues: https://s.apache.org/jena-5.1.0-issues

Reply via email to