Skip to content

Releases: microsoft/MIMWAL

MIMWAL v2.16.0320.0

20 Mar 20:18
Compare
Choose a tag to compare

Version 2.16.0320.0

Changed

  • The [//Request/RequestParameter] lookup for a SystemEvent request will resolve to request parameters in the parent request so that the request parameters of the requests generated by the batch updates from the Sync Engine can be correctly accessed.

The Build and Deployment instructions are in the Build and Deployment Wiki.

MIMWAL v2.16.0315.0

15 Mar 07:31
Compare
Choose a tag to compare

Version 2.16.0315.0

Added

  • Support for Dynamic Grammar Resolution capability to Update Resources activity.
    • The activity can be configured to resolve / evaluate lookups and expressions in the values returned by the expressions in update definitions. e.g. The string returned by [//Queries/EmailTemplate/EmailBody] will be parsed and all lookups will be resolved.

Changed

  • Use of EvaluateExpression function will now log a deprecation warning in the event log in favour of using the newly implemented Dynamic Grammar Resolution capability of the Update Resources activity.

Fixed


The Build and Deployment instructions are in the Build and Deployment Wiki.

MIMWAL v2.16.0305.0

09 Mar 16:12
Compare
Choose a tag to compare
MIMWAL v2.16.0305.0 Pre-release
Pre-release

Version 2.16.0305.0

Added

  • Support for dropping hard / soft signs and any other symbols in NormalizeString function .

Changed

  • Run PowerShell Script activity will now only abort the workflow execution when an unhandled or explicit exception is thrown from the PowerShell script. Non-terminating errors in the script will only get logged to the event log.

The Build and Deployment instructions are in the Build and Deployment Wiki.

MIMWAL v2.16.0130.0

30 Jan 22:08
Compare
Choose a tag to compare

Version 2.16.0130.0

Added

  • Support for executing a collection of Queries.
  • New function FormatMultivaluedList.
  • Support for [//Value] lookup in Request Actor expressions in CreateResource, DeleteResources and UpdateResources activities.

Fixed

  • Fixed broken [//ComparedRequest] lookup.
  • Fix for deleting a definition listing causing deletion / mess up with the remaining listings.

The Build and Deployment instructions are in the Build And Deployment Wiki.

MIMWAL v2.16.0115.0

15 Jan 22:39
Compare
Choose a tag to compare

Version 2.16.0115.0

Added

  • Support for "/" as a Null Query.

Fixed

  • Added null check in the ForEachIteration_UntilCondition function of UpdateResources and CreateResource activities to prevent crash when AEC is defined, but Iteration not.

The Build and Deployment instructions are in the Build And Deployment Wiki.

MIMWAL v2.16.0110.0

10 Jan 20:57
Compare
Choose a tag to compare
MIMWAL v2.16.0110.0 Pre-release
Pre-release

Version 2.16.0110.0

Added

  • Re-branded FIMWAL "2" version 2.15.1016.0 as MIMWAL.
    • AICs are updated to a "WAL: " prefix instead of "FIMWAL: ".
    • The event log name changed from "FIMWAL" to "WAL".
  • Added design time check for the Activity Execution Condition to be a boolean function expression.
    • If in FIMWAL "2" you were using an IIF function expression as an Activity Execution Condition, you'll need to wrap it around a ConvertToBoolean for UI validation to succeed when making any changes to the activity in future.
  • Added support to break iteration loop in UpdateResources and CreateResource activities.
    • Reserved $__BREAK_ITERATION__ for the name of the boolean variable that needs to be set to true to break the loop.
  • Added support for cascaded queries lookup so that data from the first query can be used in the XPath search filter expression of the second query.

Changed

  • Updated Add and Subtract function to treat null input values as zero instead of throwing exception
  • Made substitutions parameter optional in NormalizeString function.

Removed

  • Deleted compiled referenced DLLs and EXEs until LCA provides a split licence.
    • Build and Deployment Wiki documents how to gather these files for building the solution.

Fixed

  • There are no bug fixes in this release.

The Build and Deployment instructions are in the Build And Deployment Wiki.