Skip to content
Open
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
9 changes: 9 additions & 0 deletions release-notes/whats-new-v5.993.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h2>Whats New in Logic Apps</h2>
<h3>Better local JDBC connector setup</h3>
<p>Local development for JDBC connections is smoother. When your project contains JDBC driver JARs, the VS Code tooling now enables the required multi-language Java worker automatically and guides you if a JDK isnt detected.</p>
<ul>
<li>Automatic worker enablement when JARs are present</li>
<li>Non-blocking guidance to install a local JDK</li>
</ul>
<h3>Strengthened iframe security</h3>
<p>Weve hardened iframe messaging to accept only trusted parent origins and validated agent card URLs, preventing untrusted redirects.</p>
Loading