Skip to content

Commit

Permalink
blog(Kaoto): Kaoto 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Sep 20, 2024
1 parent 912e694 commit 47bf3ca
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions content/blog/2024/09/kaoto-release-2.2.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---
title: "Kaoto v2.2 release"
date: 2024-09-20
draft: false
authors: [lordrip]
categories: ["Releases", "Tooling", "Kaoto"]
preview: "Kaoto 2.2 has been released"
---

<div style="text-align: center">
<img src="cover.png" alt="Kaoto" height="400"/>
</div>

<br/><strong>
Following the Apache Camel 4.8 release, we are happy to announce the release of Kaoto 2.2 with many improvements to enhance the user experience.

This time, the theme was to improve the visualizations and the user experience in the Canvas, as well as to provide more flexibility to the users. Read on to discover the key highlights of this release and how they can improve your workflow with Kaoto.
</strong>

## What’s New in Kaoto 2.2?

### Canvas Improvements

- New look and feel: The flow elements have been redesigned to provide a more modern and clean look. The new design is more intuitive and user-friendly, making it easier to work with your integrations.

<div style="text-align: center">
<img src="canvas.png" alt="Canvas" height="400"/>
</div>

- Added containers for better organization: This feature allows you to expand and collapse integration parts, making it easier to work with complex integrations.

<div style="text-align: center">
<img src="containersForBranches.png" alt="Containers for branches" height="400"/>
</div>

- Open source code to the side: You can now open the source code of your integration in a side panel, making it easier to work with both the visual and textual representation of your integration.

<div style="text-align: center">
<img src="openSourceCodeToTheSide.gif" alt="Open source code to the side" height="400"/>
</div>

- Filter configuration properties: You can now filter the configuration properties in the side panel, showing by default the required properties, and allowing you to see the modified ones as well.

<div style="text-align: center; display: flex; flex-flow: row;">
<img src="requiredProperties.png" alt="Required properties" height="400"/>
<img src="modifiedProperties.png" alt="Modified properties" style="margin-left: 20px;" height="400"/>
</div>

- Updated the components icons: The icons for the components have been updated to provide a more consistent and modern look, especially around the AI related components.

<div style="text-align: center;">
<img src="componentIcons.png" alt="Component icons" height="400"/>
</div>

- Pagination for the catalog: The catalog now supports pagination, making it easier and faster to navigate through the components and find the one you need.

<div style="text-align: center;">
<img src="catalogPagination.png" alt="Catalog pagination" height="400"/>
</div>

- Warning when replacing steps: When replacing a step in the canvas, you will now get a warning if the step you are replacing has child steps, preventing you from losing your work.

<div style="text-align: center;">
<img src="warningWhenReplacingSteps.png" alt="Catalog pagination" height="400"/>
</div>

- Choose the label to display: You can now choose whether to use the step id or the step description for the step labels, offering more flexibility in how you work with the canvas.

<div style="text-align: center;">
<img src="chooseNodeLabel.png" alt="Choose node label"/>
</div>

- Remember side bar width: The side panel width is now remembered between sessions, making it easier to work with the side panel.

- Expose models through the NPM package: You can now use the Kaoto models in your own projects by installing the Kaoto NPM package, making easier to integrate Kaoto in your own projects.

## Let's build it together

Let us know what you think by joining us in the [GitHub discussions](https://github.com/orgs/KaotoIO/discussions). Do you have an idea how to improve Kaoto? Would you love to see a useful feature implemented or simply ask a question? Please do so [here](https://github.com/KaotoIO/kaoto/issues/new/choose).

You can also join the [Kaoto channel](https://camel.zulipchat.com/#narrow/stream/441302-kaoto) on the Camel Zulip Chat.

You can also check out our [examples repository](https://github.com/KaotoIO/kaoto-examples) to see some more advanced use cases which were set up using Kaoto.

<div style="text-align: center">
<ins>All contributions are welcome!</ins>
</div>

## What comes next?

Kaoto 2.2 is a step forward in our commitment to prove a powerful and flexible visual integration platform. We’ll continue to focus on improving the usability, adding new features, and making Kaoto the best tool for your integration needs.

Kaoto continues to be available as [a VS Code extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto), ensuring seamless integration into your development environment. We also host [a showcase environment](https://kaotoio.github.io/kaoto/) accessible in your browser for easy exploring.

Feel free to explore the new features and improvements, and let us know what you think!

---
<br/><br/>
<div style="text-align: center">
We invite you to explore these new features on your summer integrations.
<br/><br/>
<img src="kaoto-summer.png" alt="Kaoto summer" height="400"/>
<br/><br/>
Give it a try today and <a href="https://github.com/orgs/KaotoIO/discussions">tell us</a> about your experience!
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47bf3ca

Please sign in to comment.