Releases: cefriel/chimera
Releases · cefriel/chimera
Chimera v4.5.3
Chimera v4.5.2
Chimera v4.5.0
SmartEdge Release 2
Features
camel-chimera-mapping-template component
- Added support for directly passing a
TemplateMapcontaining key-value pairs.
Chimera v4.4.1
Dependencies
Bumped the mapping-template dependency from 2.6.0 to 2.6.1
Chimera v4.4.0
Features
camel-chimera-graph-component
GraphConsumerchanged to aScheduledPollConsumer, 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
ReadersAggregationaggregation strategy to provide multiple readers as input for an MTL mapping.
Chimera v4.3.0
Chimera v4.2.1
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
camel-chimera-mapping-template component
Features
- Added support for multiple readers in the mapping-template component. (#21)
Chimera v4.1.1
SmartEdge Release 1
Dependencies
Bumped the mapping-template dependency from 2.5.0 to 2.5.1
Chimera v4.1.0
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
RDFGraphclass (#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)