Releases: Jelly-RDF/jelly-jvm
Releases · Jelly-RDF/jelly-jvm
v0.11.6
What's Changed
- Check minimum table sizes in stream options validator by @Ostrzyciel in #107
Full Changelog: v0.11.2...v0.11.6
v0.11.4
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Check minimum table sizes in stream options validator by @Ostrzyciel in #107
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Enable HTTP/2 ping frames in jelly-grpc by @Ostrzyciel in #106
Full Changelog: v0.11.1...v0.11.2
v0.11.1
Full Changelog: v0.11.0...v0.11.1
v0.10.2
What's Changed
- Update and improve JellyOptionsFromTypesafe by @Ostrzyciel in #104
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Factor out option compatibility checks to JellyOptions by @Ostrzyciel in #103
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Move Jelly-JVM documentation into this repository by @Ostrzyciel in #98
- Experiment: try to speed up IRI encoding with one more cache level by @Ostrzyciel in #99
- Fix documentation CI in PRs by @Ostrzyciel in #100
- Docs: use macros to make module badges by @Ostrzyciel in #101
- Fix jena/rdf4j packages being published without dependencies by @Ostrzyciel in #102
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Use stricter compiler options by @Ostrzyciel in #96
- Build plugins for Jena and RDF4J by @Ostrzyciel in #97
Full Changelog: v0.8.0...v0.9.0
Development build
Build plugins for Jena and RDF4J (#97) These plugins should be simply included in Jena's/RDF4J's classpath to enable Jelly support. The plugins do not include Jena/RDF4J themselves, as this is not needed – only the protobuf stuff, Scala standard library, and our code. The plugins will be published to GH releases – let's see if it works.