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

zehnder pushed a commit to branch release/0.92.0
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git

commit de9a8ad925c9dd8517233c008ff39b5d0b3d5d86
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Jun 16 11:16:56 2023 +0200

    [release] Update release version and add blog post
---
 documentation/docs/01_try-installation.md          |  10 ++--
 .../website/blog/2023-06-16-release-092.md         |  54 +++++++++++++++++++++
 .../blog/assets/2023-06-16/file_stream_set.gif     | Bin 0 -> 922280 bytes
 .../assets/2023-06-16/swinging_door_trending.gif   | Bin 0 -> 1753679 bytes
 website/partials/_download_box.ejs                 |  10 ++--
 website/partials/_nav.ejs                          |   2 +-
 6 files changed, 65 insertions(+), 11 deletions(-)

diff --git a/documentation/docs/01_try-installation.md 
b/documentation/docs/01_try-installation.md
index 5c838539..b274b25f 100644
--- a/documentation/docs/01_try-installation.md
+++ b/documentation/docs/01_try-installation.md
@@ -62,13 +62,13 @@ best experience), Firefox or Edge.
                     <tbody>
                     <tr>
                         <td>
-                            <a 
href="https://www.apache.org/dyn/closer.lua?action=download&filename=streampipes/0.91.0/apache-streampipes-0.91.0-source-release.zip";>apache-streampipes-0.91.0-source-release.zip</a>
+                            <a 
href="https://www.apache.org/dyn/closer.lua?action=download&filename=streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip";>apache-streampipes-0.92.0-source-release.zip</a>
                         </td>
-                        <td>0.91.0</td>
-                        <td>2023-04-14</td>
+                        <td>0.92.0</td>
+                        <td>2023-06-16</td>
                         <td>
-                            <a 
href="https://downloads.apache.org/streampipes/0.91.0/apache-streampipes-0.91.0-source-release.zip.sha512";>SHA</a>
-                            <a 
href="https://downloads.apache.org/streampipes/0.91.0/apache-streampipes-0.91.0-source-release.zip.asc";>PGP</a>
+                            <a 
href="https://downloads.apache.org/streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip.sha512";>SHA</a>
+                            <a 
href="https://downloads.apache.org/streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip.asc";>PGP</a>
                         </td>
                     </tr>
                     </tbody>
diff --git a/documentation/website/blog/2023-06-16-release-092.md 
b/documentation/website/blog/2023-06-16-release-092.md
new file mode 100644
index 00000000..af4fb75a
--- /dev/null
+++ b/documentation/website/blog/2023-06-16-release-092.md
@@ -0,0 +1,54 @@
+---
+title: Apache StreamPipes release 0.92.0
+author: Philipp Zehnder
+authorURL: https://github.com/tenthe
+authorImageURL: /docs/img/zehnder.png
+---
+**<div style="float: left; padding-right: 40px;">8 minutes to read</div>**
+<br>
+
+We are excited to announce the release of StreamPipes 0.92.0!
+This release is packed with bug fixes, improvements, and new features, all 
aimed at enhancing your experience with StreamPipes.
+Let's dive into the highlights of this release:
+
+<!--truncate-->
+
+The current release can be downloaded <a 
href="https://streampipes.apache.org/download.html";>here</a>.
+
+## Improved Python Support:
+Based on valuable user feedback, we have made significant enhancements to the 
Python support in StreamPipes.
+Now, you can effortlessly integrate Python-based scripts, libraries, and 
modules into your functions, allowing you to leverage the power of machine 
learning and advanced analytics algorithms on your IIoT data sources.
+Check out our [python 
documentation](https://streampipes.apache.org/docs/docs/python/latest/).
+
+## New Processing Elements: Introducing the Swinging Door Trending (SDT) 
Filter Processor:
+To expand the functionality of StreamPipes, we have introduced several new 
processing elements.
+Among them is the **Swinging Door Trending (SDT) Filter Processor**.
+This algorithm enables you to perform sophisticated data processing tasks and 
enhance your data analytics pipelines.
+
+<img src="/docs/blog/assets/2023-06-16/swinging_door_trending.gif" 
alt="demonstration how to use the swinging door trending processor">
+
+## Bug Fixes and Improvements:
+We have addressed various bugs and issues reported by our users, resulting in 
a more stable and reliable StreamPipes experience.
+We have also made several performance and usability improvements to enhance 
overall system efficiency.
+
+## Deprecation of Set Adapters
+In our ongoing efforts to streamline the StreamPipes ecosystem, we have 
deprecated the Set Adapters functionality.
+Our focus now lies solely on streaming event sources. However, we understand 
the importance of working with files of sensor data especially during 
development.
+That's why we have extended the **File Stream Adapter** to accommodate this 
need. It now offers two functionalities:
+1. Create a live simulation of sensor data based on the file
+2. Only replay the data in the file once, e.g. to store it in the **Data 
Lake**.
+
+**IMPORTAN: The set adapters will be removed in the next release.**
+
+From this release onwards, we encourage you to utilize the **File Stream 
Adapter** instead of the **File Set Adapter**. 
+To simulate a file set using the **File Stream Adapter**, simply set the 
configuration to `Replay Once: Yes` and `Replay Speed: Fastest (Ignore original 
time)`. 
+Take a look at the example below:
+
+<img src="/docs/blog/assets/2023-06-16/file_stream_set.gif" alt="demonstration 
how to use file sets with the file stream adapter">
+
+## Final Remarks
+We highly recommend updating to StreamPipes 0.92.0 to take advantage of these 
new features and improvements.
+For more detailed information, please refer to our [release 
notes](https://github.com/apache/incubator-streampipes/blob/release/0.92.0/RELEASE_NOTES.md#0920).
+
+Thank you for your support and valuable feedback.
+StreamPipes is constantly evolving, and we remain committed to providing you 
with a powerful and reliable platform for your IIoT streaming data needs.
diff --git a/documentation/website/blog/assets/2023-06-16/file_stream_set.gif 
b/documentation/website/blog/assets/2023-06-16/file_stream_set.gif
new file mode 100644
index 00000000..84a4cc92
Binary files /dev/null and 
b/documentation/website/blog/assets/2023-06-16/file_stream_set.gif differ
diff --git 
a/documentation/website/blog/assets/2023-06-16/swinging_door_trending.gif 
b/documentation/website/blog/assets/2023-06-16/swinging_door_trending.gif
new file mode 100644
index 00000000..4728d7b2
Binary files /dev/null and 
b/documentation/website/blog/assets/2023-06-16/swinging_door_trending.gif differ
diff --git a/website/partials/_download_box.ejs 
b/website/partials/_download_box.ejs
index c9ecebea..61b1b04d 100644
--- a/website/partials/_download_box.ejs
+++ b/website/partials/_download_box.ejs
@@ -20,12 +20,12 @@
                     </thead>
                     <tbody>
                     <tr>
-                        <td><a 
href="https://www.apache.org/dyn/closer.lua?action=download&filename=streampipes/0.91.0/apache-streampipes-0.91.0-source-release.zip";>apache-streampipes-0.91.0-source-release.zip</a></td>
-                        <td>0.91.0</td>
-                        <td>2023-04-14</td>
+                        <td><a 
href="https://www.apache.org/dyn/closer.lua?action=download&filename=streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip";>apache-streampipes-0.92.0-source-release.zip</a></td>
+                        <td>0.92.0</td>
+                        <td>2023-06-16</td>
                         <td>
-                            <a 
href="https://downloads.apache.org/streampipes/0.91.0/apache-streampipes-0.91.0-source-release.zip.sha512";>SHA</a>
-                            <a 
href="https://downloads.apache.org/streampipes/0.91.0/apache-streampipes-0.91.0-source-release.zip.asc";>PGP</a>
+                            <a 
href="https://downloads.apache.org/streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip.sha512";>SHA</a>
+                            <a 
href="https://downloads.apache.org/streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip.asc";>PGP</a>
                         </td>
                     </tr>
                     </tbody>
diff --git a/website/partials/_nav.ejs b/website/partials/_nav.ejs
index 50b43607..1cdc6510 100644
--- a/website/partials/_nav.ejs
+++ b/website/partials/_nav.ejs
@@ -1,6 +1,6 @@
 <div class="header-banner">
     <div class="header-banner-news">
-        <b>The Apache StreamPipes community is pleased to announce release 
0.91.0! Download the latest version <a class="banner-link" 
href="/download.html">here</a>.</b>
+        <b>The Apache StreamPipes community is pleased to announce release 
0.92.0! Download the latest version <a class="banner-link" 
href="/download.html">here</a>.</b>
     </div>
     <div style="display: flex; align-items: center;justify-content: 
flex-end;padding-right:20px;height:40px;">
         <span flex></span>

Reply via email to