Skip to content

Releases: inrupt/rdf-wrapping-java

v1.1.1

23 Feb 14:43
inrupt-rdf-wrapping-1.1.1
1308542
Compare
Choose a tag to compare

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 close Stream<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

24 Jan 17:37
inrupt-rdf-wrapping-1.1.0
b1189e9
Compare
Choose a tag to compare

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

14 Jul 18:14
inrupt-rdf-wrapping-1.0.0
bff1371
Compare
Choose a tag to compare

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

05 Apr 17:50
inrupt-rdf-wrapping-0.4.0
d24497e
Compare
Choose a tag to compare

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 to com.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

05 Apr 17:20
inrupt-rdf-wrapping-0.3.0
62a75b9
Compare
Choose a tag to compare

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.