Skip to content

NuGet version 1.19.5 | Bundle version 1.19.5 Latest

Compare
Choose a tag to compare
@AbodeSaafan AbodeSaafan released this 25 May 16:16
· 30 commits to master since this release
bd56104

Azure Logic Apps (Standard)

  • Enable Zstandard compression algorithm for Azure Logic App Standard running on Windows.

    Important: This update isn't backward compatible with Azure Logic Apps Standard extension 1.13.0.0 and earlier because this change affects the format of persisted data, If you're upgrading your extension version, before you install this release, upgrade to version 1.3.x.x.

  • Service Bus built-in connector

  • Add custom JSON parsing to preserve the Raw data type format under config for download JSON content from Blob.

  • Fix runtime issue with using a logic app as the map source.

  • Add the following Data Mapper functions:

    Looping

    • sort()
    • distinct-values()
    • reverse()
    • sub-sequence()
    • filter()

    Addition

    • add-daytime-to-date()
    • add-daytime-to-datetime()
    • add-daytime-to-time()
    • add-yearmonth-to-date()
    • add-yearmonth-to-datetime()

    Comparison

    • is-dateTime()
    • is-day-equal()
    • is-equal-date()
    • is-equal-datetime()
    • is-equal-time()
    • is-greater-than-date()
    • is-greater-than-datetime()
    • is-greater-than-time()
    • is-less-than-date()
    • is-less-than-datetime()
    • is-less-than-time()
    • is-month-equal()
    • is-monthday-equal()
    • is-year-equal()
    • is-yearmonth-equal()

    Concatenation

    • datetime()

    Conversion

    • adjust-date-to-timezone()
    • adjust-datetime-to-timezone()
    • adjust-time-to-timezone()
    • format-date()
    • format-time()

    Get

    • day-from-date()
    • day-from-datetime()
    • hours-from-datetime()
    • hours-from-time()
    • minutes-from-datetime()
    • minutes-from-time()
    • month-from-date()
    • month-from-datetime()
    • seconds-from-datetime()
    • seconds-from-time()
    • timezone-from-date()
    • timezone-from-datetime()
    • timezone-from-time()
    • year-from-date()
    • year-from-datetime()

    Subtraction

    • subtract-dates()
    • subtract-daytime-from-date()
    • subtract-daytime-from-datetime()
    • subtract-daytime-from-time()
    • subtract-datetimes()
    • subtract-times()
    • subtract-yearmonth-from-date()
    • subtract-yearmonth-from-datetime()