Skip to content

Releases: cefriel/chimera

Chimera v4.0.1

25 Mar 10:44
Compare
Choose a tag to compare

This release marks the SmartEdge Milestone 1 (MS1) release.

Fixes

  • Fixed issue where triples where added to an RDF4J ContextAwareRepository one by one to circumvent this RDF4J issue. This fix significantly decreases the time required to upload triples to an ContextAwareRepository, remote or otherwise.

Dependencies

  • Apache Camel upgraded from version 3.16.0 to 4.4.1

Chimera v4.0.0

25 Mar 10:43
Compare
Choose a tag to compare

Breaking Change:

  • Removed ChimeraResourcesBean class. Components and operations now expect a single ChimeraResourceBean for input files, mappings, and similar resources.

Dependencies

  • RDF4J upgraded from version 4.2.2 to 4.3.10
  • mapping-template upgraded from version 2.3.2 to 2.4.1

Chimera v3.3.3

13 Dec 14:39
Compare
Choose a tag to compare

camel-chimera-mapping-template component

CustomFunctions can now be loaded via two different endpoint parameters:

  • resourceCustomFunctions

    Use this parameter when the user defined Java class is loaded by using a ChimeraResourceBean from outside the Java project.

  • customFunctions

    Use this parameter when the user defined Java class is included in the Java project.

Chimera v3.2.3

27 Nov 10:24
Compare
Choose a tag to compare

camel-chimera-mapping-template component

Fixes

  • Update mapping-template version from 2.3.1 to 2.3.2
  • When mapping from json now warnings respect the verboseQueries=true|false uri parameter specified in the Camel route.

Chimera v3.2.2

03 Oct 13:00
Compare
Choose a tag to compare

Features

  • ChimeraResourceBeans now support the "header://" and "property://" uri schemes to respectively extract header and property values from an Apache Camel Exchange

camel-mapping-template-component

Fixes

  • Fixed handling of user defined TemplateFunctions. These can now be supplied to the camel-mapping-template-component as a ChimeraResourceBean.

Chimera v3.1.1

03 Aug 08:31
Compare
Choose a tag to compare

Fixes

camel-chimera-graph

  • Fixed bug where a basePath was always required, even when the RdfGraph should be dumped in memory.

Chimera v3.1.0

12 Jul 08:46
Compare
Choose a tag to compare

Features

chimera-camel-mapping-template

  • Now returns absolute file paths when saving to file

Fixes

all

  • Corrected handling of Apache Camel aggregation strategies

Chimera v3.0.7

28 Jun 09:54
Compare
Choose a tag to compare

Changelog

  • Corrected Chimera pom as it referenced the camel-chimera-rmlmapper module incorrectly

Chimera v3.0.6

26 Jun 12:59
Compare
Choose a tag to compare

Changelog

  • Assign artifact id to Chimera components for upload to Maven Central
  • Update pom metadata and plugins

Chimera v3.0.1

26 May 13:07
Compare
Choose a tag to compare

Changelog

graph-component

  • fixed graph aggregation strategy

mapt-component

  • fixed META-INF/services file to reflect change from "rdft" to "mapt" Apache Camel uri