Skip to content

Releases: Jelly-RDF/jelly-jvm

v2.8.0

10 Mar 10:57
39a66ee
Compare
Choose a tag to compare

This release brings support for Jelly-RDF 1.1.1 with one new (forward and backward-compatible) feature: Jelly-RDF/jelly-protobuf#32

What's Changed

Full Changelog: v2.7.1...v2.8.0

v2.7.1

07 Mar 16:15
891c2cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

03 Mar 17:10
2be48ca
Compare
Choose a tag to compare

This release brings a new, lower-overhead parser interface, that is a bit faster than the old one: #282

Also, a whole lot of internal refactors are included, to prepare Jelly-JVM for near-future extensions (most notably: Jelly-Patch).

Note that while in Scala code there should not be breaking changes, this could not be entirely avoided for Java applications, as there is no type alias support in Java. If you were referencing the JenaProtoEncoder or Rdf4jProtoEncoder classes in your Java code, you will need to switch them to the generic ProtoEncoder interface with type params appropriate for Jena / RDF4J.

What's Changed

Full Changelog: v2.6.4...v2.7.0

v2.6.4

08 Feb 18:37
fa66e22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.3...v2.6.4

v2.6.3

05 Feb 21:40
d023783
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.6.3

v2.6.2

04 Feb 09:44
5bc302e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

22 Jan 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

12 Jan 16:54
c98c969
Compare
Choose a tag to compare

This release brings some usability improvements to the encoding APIs (both in the core and stream modules). Previous APIs remain supported, but are deprecated and will be removed in 3.0.0.

What's Changed

Full Changelog: v2.5.1...v2.6.0

v2.5.1

10 Jan 22:11
c1e32fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

06 Jan 12:45
379cae3
Compare
Choose a tag to compare

This release brings a small performance improvement in the serializer. If you are using the low-level interface (directly invoking ProtoEncoder), you will have to update your code to take full advantage of the improved perf.

What's Changed

Full Changelog: v2.4.1...v2.5.0