Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes #3849

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions distribution/src/docs/release-notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,28 @@
<h2>What's new in this release</h2>
<p>WSO2 MI @product.version@ is shipped with the following new features:</p>
<ul>
<li>Enhanced Script Mediator Performance with GraalJS</li>
<li>Runtime Diagnostic tool</li>
<li>MI Automation Mode</li>
<li>CDC connector</li>
<li>New mediators
<ul>
<li>Scatter-Gather: Clones a message into several and aggregates the responses into a single message. Supports parallel or sequential execution, with output to a variable or message body.</li>
<li>Foreach v2: Supports parallel or sequential iteration and allows updating the original array or outputting results to a variable.</li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add the throwError as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

<li>ThrowError: Enables throwing an error from the mediation flow.</li>
</ul>
</li>
<li>Enhanced mediator functionality
<ul>
<li>Inline expression support for PayloadFactory Mediator and Log Mediator.</li>
<li>UI Enhancements for the commonly used mediators.</li>
</ul>
</li>
<li>Mediator tryout functionality</li>
<li>Simplified onboard experience via VSCode Extension</li>
<li>Simplified Synapse expression</li>
<li>Environment variable injection for all environment-specific parameters</li>
<li>JDK 21 support</li>
<li>Dependency management for connectors</li>
</ul>

<p>View the full list of bug fixes and improvements <a href="https://github.com/wso2/micro-integrator/issues?q=is%3Aissue+closed%3A2021-04-12..2022-03-22+">here</a></p>
<p>View the full list of bug fixes and improvements <a href="https://github.com/wso2/product-micro-integrator/issues?q=is%3Aissue+closed%3A2024-07-24..2025-01-31+">here</a></p>

<h2>Known Issues</h2>
<p>
Expand Down
Loading