Skip to content

Releases: jiefenn8/graphloom

v0.6.0

04 Aug 13:31
Compare
Choose a tag to compare

3de741f

Features

  • Add literal term generation rules

Improvements

  • Update term map implementation
  • Update referencing object map implementation
  • Update triples map implementation
  • Update RDF mapping implementation

Fixes

  • Fix term generation encoding bug
  • Fix hardcoded subject map term type

v0.5.1

30 Jun 02:35
Compare
Choose a tag to compare

af5f66a

Features

  • Update API to support data stream from source
  • Add JSON structured logging

Improvements

  • Improve logging implementation
  • Remove redundant API methods
  • Update project Java version to 15 in preparation for LTS 17
  • Rename package from com.github.jiefenn8 to io.github.jiefenn8
  • Remove Google Guava dependency

Fixes

  • Fix logging dependencies

v0.4.5

01 Jan 10:40
Compare
Choose a tag to compare

692824c

Hotfix:

  • 7996d46 Fix NPE when RDB column value is null

v0.4.4

30 Dec 11:40
Compare
Choose a tag to compare

fda000a

Hotfix:

  • 486519e Fix rdf generation terms with reference object map

v0.4.3

28 Dec 08:43
Compare
Choose a tag to compare

6d54a19

Hotfix:

  • 9ad22b1 Fix building of join sql query

v0.4.2

02 Apr 08:00
Compare
Choose a tag to compare

57fa8d8

Fixes:

Config

  • Update README build instructions

  • Fix library dependency in gradle build config

v0.4.1

01 Apr 00:18
Compare
Choose a tag to compare

2e66690

Improvements

  • Update java documentations
  • Add missing serial version UIDs for Serializable
  • Remove unneeded exception base constructors

Fixes

  • Fix term map default type
  • Fix join condition null pointer issue

v0.4.0

31 Dec 11:02
Compare
Choose a tag to compare

Features

  • R2RML

    • Add RefObjectMap feature from R2RML specs
  • R2RML

    • Add R2RML BaseTableOrView and R2RMLView specs

Improvements

  • API

    • Changes to API method signatures to support new R2RML feature
  • R2RML

    • Add immutability to several R2RML mapping configurations

Fixes

  • Fix missing java-doc

v0.3.0

21 Nov 09:00
Compare
Choose a tag to compare

Features

  • API

    • Add SourceConfig interface
    • Add data collection interface EntityRecord and Record and their implementation
  • R2RML

    • Add R2RML BaseTableOrView and R2RMLView specs

Improvements

  • Update API java-doc

v0.2.0

10 Oct 12:16
Compare
Choose a tag to compare

Features for v0.2.0

  • Update API implementation.
  • Add TermMap feature.