Releases: inrupt/rdf-wrapping-java
v1.1.1
The Inrupt RDF Wrapping libraries provide an API for working with RDF Graphs as domain-specific objects. This version includes binding support for Jena, RDF4J and Commons-RDF.
Bug fixes
- The
ObjectSet
methods now properly closeStream<T>
objects when the underlying stream has been consumed. Because RDF4J subsystems may rely on external resources, not closing these streamed resources when using RDF4J may put additional burden on the garbage collector and/or result in memory leaks. (#156)
Complete Changelog: 1.1.0 … 1.1.1
v1.1.0
The Inrupt RDF Wrapping libraries provide an API for working with RDF Graphs as domain-specific objects. This version includes binding support for Jena, RDF4J and Commons-RDF.
Features
- Add helper method for mapping
Integer
values to literal nodes (#147)
Bug fixes
- Both the Jena and Commons RDF implementations now correctly overwrite Iterable properties instead of adding items multiple times (#146)
Complete Changelog: 1.0.0 … 1.1.0
v1.0.0
The Inrupt RDF Wrapping libraries provide an API for working with RDF Graphs as domain-specific objects. This version includes binding support for Jena, RDF4J and Commons-RDF.
Features
Below is a summary of the new features included in this release:
- Use standard Java methods for Stream handling (#86)
- Update all dependencies to the latest version
Complete Changelog: 0.4.0 ... 1.0.0
v0.4.0
The RDF Wrapping library provides an API for working with RDF Graphs as domain-specific objects. This version includes binding support for Jena, RDF4J and Commons-RDF.
Features
- This release migrates the Maven
groupId
tocom.inrupt.rdf
(#54)
Complete Changelog: 0.3.0 ... 0.4.0
Upgrade Notes
In order to upgrade to version 0.4.0, any existing user of the RDF Wrapping library should change the groupId
to com.inrupt.rdf
.
v0.3.0
The RDF Wrapping library provides an API for working with RDF Graphs as domain-specific objects. This version includes binding support for Jena, RDF4J and Commons-RDF.
Features
- This release updates the dependency scope for RDF4J artifacts (#38). This provides greater flexibility for the version of RDF4J that is used by an application.
- This release updates the library dependencies to their latest version.
Complete Changelog: 0.2.1 ... 0.3.0
Upgrade Notes
There are no special considerations for upgrading.