This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f326ec  [Blog] Karavan 0.0.10 (#773)
4f326ec is described below

commit 4f326ecd28c61b73d85fbce00578a8749f7a58bc
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Feb 4 18:12:30 2022 -0500

    [Blog] Karavan 0.0.10 (#773)
    
    * [Blog] Karavan 0.0.10
    
    * Fix list formating
---
 content/blog/2022/02/camel-karavan-0.0.10/index.md |  56 +++++++++++++++++++++
 .../karavan-circuitbreaker.png                     | Bin 0 -> 190197 bytes
 .../02/camel-karavan-0.0.10/karavan-doswitch.png   | Bin 0 -> 105569 bytes
 .../2022/02/camel-karavan-0.0.10/karavan-dotry.png | Bin 0 -> 200934 bytes
 .../karavan-dynamic-router.png                     | Bin 0 -> 126667 bytes
 .../02/camel-karavan-0.0.10/karavan-expression.png | Bin 0 -> 181056 bytes
 .../02/camel-karavan-0.0.10/karavan-vscode.png     | Bin 0 -> 319708 bytes
 .../blog/2022/02/camel-karavan-0.0.10/karavan.png  | Bin 0 -> 401512 bytes
 8 files changed, 56 insertions(+)

diff --git a/content/blog/2022/02/camel-karavan-0.0.10/index.md 
b/content/blog/2022/02/camel-karavan-0.0.10/index.md
new file mode 100644
index 0000000..5ea33e9
--- /dev/null
+++ b/content/blog/2022/02/camel-karavan-0.0.10/index.md
@@ -0,0 +1,56 @@
+---
+title: "Karavan Designer Preview Release 0.0.10"
+date: 2022-02-07
+authors: [mgubaidullin]
+categories: ["Releases","Tooling"]
+preview: "Karavan Designer both cloud and VS Code extension Preview Release 
0.0.10"
+---
+
+An important milestone in Apache [Apache Camel Karavan 
Designer](https://github.com/apache/camel-karavan) development.
+
+# New Look and Feel
+
+Current release comes with new redesigned interface for [Standalone 
application](https://github.com/apache/camel-karavan/pkgs/container/camel-karavan)
 and [VS Code 
extension](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan)
  (light and dark mode).
+
+![screenshot](./karavan.png)
+
+
+![screenshot](./karavan-vscode.png)
+
+# Connectivity
+
+1. Camel Kamelets 0.7.0
+2. Camel Components 3.15
+
+# New supported DSLs
+
+We continue to add more DSL elements. New in this release:
+
+1. Do Try - Do Catch - Do Finally
+2. Circuit Breaker
+3. Do Switch (new in Camel 3.15)
+4. Dynamic Router (new in Camel 3.15)
+5. Full Expression languages support for expression type properties
+
+### Do Try - Do Catch - Do Finally
+![screenshot](./karavan-dotry.png)
+
+
+### Circuit Breaker
+![screenshot](./karavan-circuitbreaker.png)
+
+
+### Do Switch (new in Camel 3.15)
+![screenshot](./karavan-doswitch.png)
+
+
+### Dynamic Router (new in Camel 3.15)
+![screenshot](./karavan-dynamic-router.png)
+
+
+### Full Expression languages support for expression type properties
+![screenshot](./karavan-expression.png)
+
+# Feedback is gold
+
+If you have any idea or find a new issue, please [create a new issue report in 
GitHub](https://github.com/apache/camel-karavan/issues)!
\ No newline at end of file
diff --git 
a/content/blog/2022/02/camel-karavan-0.0.10/karavan-circuitbreaker.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-circuitbreaker.png
new file mode 100644
index 0000000..310d053
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-circuitbreaker.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.10/karavan-doswitch.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-doswitch.png
new file mode 100644
index 0000000..6e11802
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-doswitch.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.10/karavan-dotry.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-dotry.png
new file mode 100644
index 0000000..959eac0
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-dotry.png differ
diff --git 
a/content/blog/2022/02/camel-karavan-0.0.10/karavan-dynamic-router.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-dynamic-router.png
new file mode 100644
index 0000000..0b1c836
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-dynamic-router.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.10/karavan-expression.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-expression.png
new file mode 100644
index 0000000..5f93239
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-expression.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.10/karavan-vscode.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-vscode.png
new file mode 100644
index 0000000..036d10c
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan-vscode.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.10/karavan.png 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan.png
new file mode 100644
index 0000000..ecf4a3c
Binary files /dev/null and 
b/content/blog/2022/02/camel-karavan-0.0.10/karavan.png differ

Reply via email to