Skip to content

Releases: microsoft/MIMWAL

MIMWAL v2.20.0723.0

23 Jul 13:35
0c63df8
Compare
Choose a tag to compare

Version 2.20.0723.0

Fixed

  • Regression bug fix: RunPowerShellScript activity fails to parse PowerShell user password as the ParseIfExpression check leads to an exception if the password is not a WAL expression.

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

MIMWAL v2.20.0523.0

23 May 20:53
23487d9
Compare
Choose a tag to compare
MIMWAL v2.20.0523.0 Pre-release
Pre-release

Version 2.20.0523.0

Added


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

MIMWAL v2.19.0112.0

12 Jan 19:57
c0282dc
Compare
Choose a tag to compare

Version 2.19.0112.0

Changed

  • Generate Unique Value Activity now has the Conflict Filter search optimisation logic for the starts-with XPath function as documented in the Wiki turned off by default. This now makes the start-with() function inside the Generate Unique Value Activity behave as any other XPath function.

To get the backward compatible behaviour and turn on optimisation, define the app setting GenerateUniqueValueActivity_OptimizeUniquenessKey = true in the FIMService app.config.


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

MIMWAL v2.18.1110.0

10 Nov 19:18
074c47e
Compare
Choose a tag to compare

Version 2.18.1110.0

Changed

Removed

  • Removed validation check from RunPowerShellScript activity UI from that the PowerShell User Password is decryptable as the code runs under the context of submitter instead of FIMService plus the code runs on the Portal Server which may not be co-located with FIMService server.

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

MIMWAL v2.18.0318.0

18 Mar 21:49
40ab606
Compare
Choose a tag to compare

Version 2.18.0318.0

Added

Changed

  • ConvertToString will return null if the input parameter is null instead of throwing an exception.

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

MIMWAL v2.17.0927.0

27 Sep 09:25
Compare
Choose a tag to compare

Version 2.17.0927.0

Fixed


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

MIMWAL v2.17.0721.0

21 Jul 02:14
Compare
Choose a tag to compare

Version 2.17.0721.0

Added

  • Support for Query and Iternation in SendEmailNotification activity.
  • DateTimeFromString function.

Fixed

  • Fixed ParameterValue* functions to return attribute values in the original datatype than as string.
  • Correctly setting connection timeout for ODBC connection in ExecuteSqlNonQuery and ExecuteSqlScalar functions.

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

MIMWAL v2.17.0414.0

14 Apr 09:42
Compare
Choose a tag to compare

Version 2.17.0414.0

Added


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

MIMWAL v2.16.1028.0

28 Oct 11:08
Compare
Choose a tag to compare

Version 2.16.1028.0

Changed

  • FormatMultivaluedList function now supports lists of variable lengths as input to format. It also no more expects the lists to be of strings. The input can be any object type.
  • ConvertToString function now supports a Guid as input.

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

MIMWAL v2.16.0710.0

10 Jul 19:58
Compare
Choose a tag to compare

Version 2.16.0710.0

Changed

  • RunPowerShellScript User for can now be specified in the UPN format. The Domain\UserName or UPN format is also only required if "Impersonate PowerShell User" option is selected.
  • Iteration in CreateResource, DeleteResource and UpdateResources activities now re-evaluates not only [//Value] expressions but also [//WorkflowData] expressions. This now allows "traversing a reference hierarchy" to reach a level meeting a specified criteria in these activities using Iteration capability.

Added

  • FormatMultivaluedString function now supports more than one list of strings as input to format.
  • ConvertToUniqueIdentifier now supports a Guid in byte[] format as input.