Skip to content

Commit 9820d87

Browse files
authored
Update CHANGELOG for version 1.149.x (#1456)
Added details about new features, improvements, and bug fixes in version 1.149.x of Azure Logic Apps (Standard).
1 parent b9bf140 commit 9820d87

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Azure Logic Apps (Standard)
22

3+
## Bundle and NuGet version 1.149.x
4+
- **SAP** built-in trigger: Fixed support for large messages. Reduced CPU and memory overhead for SAP built-in trigger.
5+
- **MCP servers in agents**: Preview capability for adding remote MCP servers to agents in workflows. Agents can then call tools in these MCP servers.
6+
- **On-Behalf-Of (OBO) updates**: Expanded OBO authentication with dynamic connections and improved per-user context for agent workflows. Better CORS and preflight (OPTIONS request) support for A2A and agent endpoints.
7+
- **RabbitMQ GA**: RabbitMQ connector operations are generally available (GA) and ready for production use.
8+
- **Execute PowerShell GA**: Run inline PowerShell is generally available (GA) and lets you select the PowerShell version plus improved error handling.
9+
- **Security and authentication**: Improved security for agents and workflow authentication by excluding refresh tokens from API responses. Expanded support for Okta as an identity provider alongside Microsoft Entra.
10+
- **HL7 and SAP messaging**: Enhanced HL7 support for more flexible line-endings and schema compatibility. SAP connector operations are more reliable and provide explicit exception handling for advanced integration scenarios.
11+
- **API and workflow management**: Improved validation and state management for agent and A2A loop workflows. Workflow cloning, type switching, session controls, and token usage limits are now more robust, enabling safer workflow evolution and management.
12+
- **Metrics, billing, and performance**: Enhanced in-memory cache usage and support for new metrics, including detailed billing and usage tracking for agent-based execution.
13+
- **Parse document action with metadata GA**: The **Parse document with metadata** action is generally available (GA) and ready for production use.
14+
- **Azure AI Document Intelligence GA**: The **Document Intelligence** connector operations are generally available (GA) and ready for production use.
15+
- **Chunk text with metadata GA**: The **Chunk text with metadata** action is generally available (GA) and ready for production use.
16+
- **Execute C# scripts GA**: Run inline C# is generally available (GA) and ready for production use. Added capability to use isolated worker process for running scripts.
17+
- [**Azure Logic Apps Labs**](https://aka.ms/lalabs): Refreshed content for Agent Loop, including support for Consumption workflows, bring your Azure API Management AI Gateway, Microsoft Team chat clients, MCP servers, and Easy Auth with Okta.
18+
- Various bug fixes and general improvements.
19+
<br><br>
20+
321
## Bundle and NuGet version 1.145.x
422
- **SAP** connector operations: Added the **Gateway without work process** setting to enable SAP topologies with standalone gateways or with message server plus gateway-only instances. Helps resolve the following errors: "Gateway without R/3 connectivity" and "Gateway without work processes".
523
- **trimByteOrderMark()**: This new expression function removes the Byte Order Mark (BOM) characters from the beginning of strings or binary content and is especially useful for processing XML content.

0 commit comments

Comments
 (0)