Skip to content

Commit

Permalink
Update CHANGELOG.md (#1203)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
swghimire authored Oct 11, 2024
1 parent 6ea66c5 commit 38b09e1
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# Azure Logic Apps (Standard)

## Bundle and NuGet version 1.94.x
- Data storage persistence: Enable ZStandard compression.
- Custom code action: Enable support for external dependent assemblies in .NET 8.
- Visual Studio Code extension: Added ability to generate unit tests and mock data from existing runs.
- Non-production slot logic apps: Enable more thorough workflow validation.
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.91.x
- Custom code action: Enable support for external dependent assemblies in .NET 8.
- Data storage persistence: Enable ZStandard compression.
- **XML Compose** and **XML Parse**: Public preview for new built-in operations.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.87.x
- .NET Framework (NetFx) Worker: Add retry logic.
- Unsupported trigger type: Clarified error message.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.81.x
Expand All @@ -23,7 +31,7 @@
- **Data Operations** built-in actions: The **Chunk text** and **Parse a document** actions are now in Preview.
- **Call a local function in this logic app** built-in action: Added .NET 8 support for calling custom .NET code.
- **Integration Account Artifact Lookup** built-in action: Fixed a caching bug that caused the action to take a long time to complete.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.70.x
Expand All @@ -32,28 +40,28 @@
- **Azure Service Bus** built-in connector: Added support to get deferred messages.
- **Call local function in this logic app** built-in action: Supports .NET 8 Framework for authoring and running custom code.
- **Execute CSharp Script Code** built-in action: Added new action.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.66.x
- **Service Bus** action: Added support for using sessions to get deferred messages in Service Bus operations.
- **XML Transform** action: Fixed a bug where the action retried endlessly.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.62.x
- **AS2 Encode** action: Expose receiver URI in this action's output.
- **XML Transform** action: Fixed a bug where action continues to run when artifact name isn't valid.
- Azure Logic Apps runtime: Errors now appear in Azure portal notifications as error events, not information events.
- **XML Validation** action: Supports nested schemas in an integration account.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.58.x
- **AS2** and **EDIFACT**: Operations use `$filter` to find the necessary agreement, eliminating the limit on the number of agreements.
- **AS2** and **Flat File** operations: Added new settings.
- **AS2**: Actions that work with Standard integration account now support more than 40 agreements.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.55.x
Expand All @@ -67,20 +75,20 @@
- **IMS** built-in, service provider-based operations: Now available.
- **SI3270** built-in, service provider-based operations: Now available.
- Premium integration account: Bug fix for null path, null map name, and null schema name.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.49.x
- **X12 Encode** built-in action: Added support for X12 interchange encode.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.44.x
- **Azure Storage Blob** built-in connector: Add action named **Copy Blob by URI**.
- **X12 Decode** built-in action: Fix action to properly handle the CRLF delimiters.
- **Transform XML** built-in action: Adding transform options so that you can, for example, disable the byte order mark during XML transformation.
- **AS2** built-in actions: Increase agreement limit from 25 to 50 in an integration account.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.41.x
Expand All @@ -94,27 +102,27 @@
- Workflow Language Definition support for functions that encode and decode an XML element name and value: **encodeXmlValue()**, **decodeXmlValue()**, **encodeXmlName()**, and **decodeXmlName()**
- Enhanced Byte Order Mark (BOM) input support for string, binary and loading XML
- AS2 built-in connector: Fixed bug with invalid callback URL validation.
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.33.x
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>


## Bundle and NuGet version 1.31.x
- Fix bug in JavaScript action to properly retry transient failures.
- Increased `EventGridPublisherConnectionPoolSize` default value to `64`.
- Fixed bug: SAP error **Unable to allocate client in pool, peak connections limit 10 exceeded**
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## Bundle and NuGet version 1.23.x
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## NuGet and Bundle version 1.21.13
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## NuGet version 1.19.5 | Bundle version 1.19.5 Latest
Expand Down Expand Up @@ -299,7 +307,7 @@
<br><br>

## NuGet version 1.2.3 | Bundle version 1.1.35
- Various bug fixes and improvements
- Various bug fixes and improvements.
<br><br>

## NuGet version 1.2.2 | Bundle version 1.1.33
Expand Down

0 comments on commit 38b09e1

Please sign in to comment.