Skip to content

Releases: cefriel/chimera

Chimera v4.5.3

23 Oct 07:33

Choose a tag to compare

camel-chimera-graph-component

Fixes

  • Correctly Set outputFormat when multiple Readers are provided as input (#60)

Dependencies

  • Bumped camel from 4.4.1 to 4.4.5
  • Bumped mapping-template from 2.6.2 to 2.6.3

Chimera v4.5.2

15 Jul 07:57

Choose a tag to compare

Features

camel-chimera-mapping-template component

  • Bumped the mapping-template dependency to 2.6.2
  • Optimize execution of MTL mappings provided as files. This type of execution is faster than when reading the template file as an InputStream (#52)
  • Fix handling of Apache commons-lang3 dependency (#58)

Chimera v4.5.0

08 Jul 09:16

Choose a tag to compare

SmartEdge Release 2

Features

camel-chimera-mapping-template component

  • Added support for directly passing a TemplateMap containing key-value pairs.

Chimera v4.4.1

13 Jun 07:37

Choose a tag to compare

Dependencies

Bumped the mapping-template dependency from 2.6.0 to 2.6.1

Chimera v4.4.0

10 Jun 08:17

Choose a tag to compare

Features

camel-chimera-graph-component

  • GraphConsumer changed to a ScheduledPollConsumer, meaning that it now works as intended with the pollEnrich EIP.

camel-chimera-mapping-template component

  • Added a fail on invalid reference (?fir=...) option as a failure condition for the execution of MTL mappings.
  • Added ReadersAggregation aggregation strategy to provide multiple readers as input for an MTL mapping.

Chimera v4.3.0

14 Apr 14:34

Choose a tag to compare

Features

  • ChimeraResourceBean to handle Camel variables #41

camel-chimera-mapping-template component

  • Fixed multiple readers support #39
  • Resolved fixed TemplateExecutor parameters #38

camel-chimera-graph-component

  • Return just the result of a SPARQL construct query #40

Chimera v4.2.1

07 Jan 11:42

Choose a tag to compare

camel-chimera-mapping-template component

  • fix: creation of mapt singleton TemplateExecutor, prior to the fix, a route would function correctly on its initial execution but fail on subsequent attempts. (#28)

Chimera v4.2.0

03 Dec 11:18

Choose a tag to compare

camel-chimera-mapping-template component

Features

  • Added support for multiple readers in the mapping-template component. (#21)

Chimera v4.1.1

18 Sep 09:06

Choose a tag to compare

SmartEdge Release 1

Dependencies

Bumped the mapping-template dependency from 2.5.0 to 2.5.1

Chimera v4.1.0

18 Sep 09:04

Choose a tag to compare

camel-chimera-graph

  • Added GraphSparql operation to perform SPARQL SELECT queries (#11)

  • Added GraphSparqlAsk operation to perform SPARQL ASK queries (#12)

  • Added support for multiple named graphs for the RDFGraph class (#20)

  • GraphInference operation can now be used without specifying a schema (#19)

  • Fixed problem where output format was not correctly set when creating a Reader (#13)

  • Fixed erroneous GraphGet default graph behaviour (#17)

Other

  • Added instructions on how to integrate Chimera with the Camel Karavan plugin for Visual Studio Code (#10)