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: v3.1.2
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: v3.2.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 25, 2025

  1. Add support for registering custom tasks (#245)

    * added support for registering custom tasks
    
    Signed-off-by: hughneale <[email protected]>
    
    * fixed linter errors for benchmark tests
    
    Signed-off-by: hughneale <[email protected]>
    
    ---------
    
    Signed-off-by: hughneale <[email protected]>
    hughneale authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    3339344 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Update SDK to handle spec changes on run tasks (#250)

    * Update run.container for new spec updates
    
    Signed-off-by: Simon Emms <[email protected]>
    
    * Update run.script for new spec updates
    
    Signed-off-by: Simon Emms <[email protected]>
    
    * Add RunArguments type to handle object and array inputs
    
    Signed-off-by: Simon Emms <[email protected]>
    
    ---------
    
    Signed-off-by: Simon Emms <[email protected]>
    mrsimonemms authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    a776b63 View commit details
    Browse the repository at this point in the history
Loading