lordrip commented on code in PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#discussion_r1467707723


##########
content/blog/2024/01/kaoto/index.md:
##########
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas 
Configuration Form, simplifying the process of configuring your Camel routes. 
The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your 
integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to 
understand and manage complex route structures. You can provide descriptions 
for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` 
processor](https://camel.apache.org/components/next/eips/setHeaders-eip.html), 
enhancing your ability to add multiple headers effortlessly.

Review Comment:
   Done



-- 
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

Reply via email to