Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serverlessworkflow/sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: serverlessworkflow/sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 6 commits
  • 18 files changed
  • 5 contributors

Commits on Mar 31, 2022

  1. Update golang lint in CI to 1.43.0 (#57)

    * Update golang lint in CI
    
    * Update Go-SDK-PR-Check.yaml
    ricardozanini authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8110131 View commit details
    Browse the repository at this point in the history
  2. Support multiple Auths (#56)

    Signed-off-by: Davide Salerno <[email protected]>
    davidesalerno authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    387b8de View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Add .whitesource configuration file (#58)

    Co-authored-by: whitesource-bolt-for-github[bot] <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com>
    mend-bolt-for-github[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7e3a7ca View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Changed Retry.Multiplier, OnError.Transition, OnError.End to pointer (#…

    …49)
    
    * Changed Multiplier to pointer
    
    * Changed Transition & End to pointers
    globalflea authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8fd2e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Fixes #63 - Upgrade dependencies and go version (#66)

    * Fixes #63 - Upgrade dependencies and go version
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    * Fix CVE-2022-27191
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    ricardozanini authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    98db3f0 View commit details
    Browse the repository at this point in the history
  2. Fixes workflow event states unmarshalling methods (#65)

    * clear mapState after next loop iteraction
    
    * signed commit
    
    * signed commit
    
    * added unit test for both events at once
    andresmijares authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    c6596fd View commit details
    Browse the repository at this point in the history
Loading