Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 13:15
· 15 commits to main since this release

This release comes with two new major features:

  • Explicit namespace declarations, introduced with Jelly protocol version 1.1.0. This is the equivalent of the PREFIX directive in Turtle and is a purely cosmetic feature. See: #227
  • Jelly stream transcoders. They allow you to efficiently merge multiple Jelly streams together into one without fully parsing and re-serializing the whole thing. See: #225

The release upgrades the support for the Jelly protocol to version 1.1.0. However, by default Jelly-JVM will encode streams in Jelly 1.0.0 to maintain compatibility with older implementations. Only when the new feature (namespace declarations) is explicitly requested to be used, the output is marked as Jelly 1.1.0.

What's Changed

Full Changelog: v2.3.1...v2.4.0