apupier commented on code in PR #1267: URL: https://github.com/apache/camel-website/pull/1267#discussion_r1875866660
########## content/blog/2024/12/kaoto-release-2.3.0/index.md: ########## @@ -0,0 +1,164 @@ +--- +title: "Kaoto v2.3 release" +date: 2024-12-10 +draft: false +authors: [igarashitm, lordrip] +categories: ["Releases", "Tooling", "Kaoto"] +preview: "Kaoto 2.3 has been released" +--- + + + +Following the Apache Camel 4.9.0 release, we're happy to announce the release of Kaoto 2.3. + +## What’s New in Kaoto 2.3? + +We're thrilled to announce the release of Kaoto 2.3, bringing new features, improvements, and bug fixes to enhance your integration experience. +This release also brings the first technical preview of a long awaited feature: the Kaoto DataMapper with the ability to perform data transformations using Camel. + +## Here are the key highlights of this release: + +### Kaoto DataMapper technical preview +In this release, we are introducing the new **Kaoto DataMapper**, a graphical way of authoring data mappings inside your routes using Kaoto. + +#### How to use it? +When creating a Camel route, like any other step, just search for **Kaoto DataMapper** in the catalog and add it from there. + +| Tile view | List view | +|------------------------------------|------------------------------------| +|  |  | + +Once the **Kaoto DataMapper** step is added in the route, you can launch it using by clicking the `Configure` button in config form. Review Comment: ```suggestion Once the **Kaoto DataMapper** step is added in the route, you can open the DataMapper UI by clicking the `Configure` button in config form. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org