Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
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: googleapis/python-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: googleapis/python-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 5, 2021

  1. feat: add a stack_trace field to the Error messages specifying where …

    …the error occurred (#113)
    
    - [ ] Regenerate this pull request now.
    
    Update the Execution proto with stack_trace field which is populated on output if an error occurs, and the call_log_level field can be specified on input to request that function calls and/or errors for the given execution be logged to Cloud Logging.
    
    PiperOrigin-RevId: 407842136
    
    Source-Link: googleapis/googleapis@cd48c16
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/eefbcd70342adee1df52e4c595243da751e5b6a9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWVmYmNkNzAzNDJhZGVlMWRmNTJlNGM1OTUyNDNkYTc1MWU1YjZhOSJ9
    
    feat: add call_log_level field to Execution messages
    doc: clarify requirement to escape strings within JSON arguments
    gcf-owl-bot[bot] authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    22f55d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. chore: release 1.5.0 (#114)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [1.5.0](https://www.github.com/googleapis/python-workflows/compare/v1.4.1...v1.5.0) (2021-11-05)
    
    
    ### Features
    
    * add a stack_trace field to the Error messages specifying where the error occurred ([#113](https://www.github.com/googleapis/python-workflows/issues/113)) ([22f55d3](https://www.github.com/googleapis/python-workflows/commit/22f55d30c57d31bf8d0839bd7289e1392ff65a18))
    * add call_log_level field to Execution messages ([22f55d3](https://www.github.com/googleapis/python-workflows/commit/22f55d30c57d31bf8d0839bd7289e1392ff65a18))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    460d55f View commit details
    Browse the repository at this point in the history
Loading