Skip to content

1.1.0

Compare
Choose a tag to compare
@hugoalh hugoalh released this 23 Oct 09:46
· 322 commits to main since this release
  • ADD: Added new function Clear-GitHubActionsFileCommand
  • ADD: Added parameter SegmentTimeout for function Restore-GitHubActionsCache
  • CHANGE: Fixed function Test-GitHubActionsEnvironment will still output the test result when parameter Mandatory was set and hard to omit
  • CHANGE: Fixed incorrect value from pipeline behaviours on functions Export-GitHubActionsArtifact, Restore-GitHubActionsCache and Save-GitHubActionsCache
  • CHANGE: Function Get-GitHubActionsWebhookEventPayload parameters Depth and NoEnumerate are deprecated, due to allow of setting these parameters maybe cause unexpected issues
  • CHANGE: Implemented support of file commands for functions Set-GitHubActionsOutput (set-output) and Set-GitHubActionsState (save-state)
  • CHANGE: Improved chunks split on function Add-GitHubActionsSecretMask
  • CHANGE: Improved environment test process
  • CHANGE: Improved file system operations
  • CHANGE: Improved functions descriptions
  • CHANGE: Improved handling on environment variable PATH
  • CHANGE: Improved handling on file commands
  • CHANGE: Improved NodeJS wrapper API operations
  • CHANGE: Improved on parameter InputObject which map to parameters Name and Value about acceptable value types and bring back support type of OrderedDictionary and Object[]
  • CHANGE: Improved parameters validations
  • CHANGE: Improved pipeline method between functions
  • CHANGE: Improved some of the error messages
  • CHANGE: Improved support of file commands for function Set-GitHubActionsEnvironmentVariable
  • CHANGE: Improved token generations
  • CHANGE: Reduced parameters validations on all of the NodeJS wrapper functions, which should done by the official toolkit
  • CHANGE: Updated NodeJS wrapper API dependencies:
    • @actions/cache from v3.0.4 to v3.0.6
    • @actions/core from v1.9.1 to v1.10.0
  • REMOVE: Removed unnecessary shebang and process control inside NodeJS wrapper API scripts