Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 15:53
· 48 commits to main since this release
87ad8ac

Minor Changes

  • 9c592e4: Add correlationId to logs to make sequences of actions easier to track.

    Change the log format from:

    [ActionDisplayName] The provided message
    

    to:

    [ActionDisplayName:{correlationId}] The provided message
    

    This will allow us to query related actions in the logs by searching for the correlationId.