Thanks to visit codestin.com
Credit goes to github.com

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: LGC33/pipedream-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PipedreamHQ/pipedream-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 118 files changed
  • 4 contributors

Commits on Sep 15, 2025

  1. Handle throttled responses (PipedreamHQ#115)

    Handle responses with the `429 Too Many Requests`
    status code.
    
    ---------
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: Jay Vercellone <[email protected]>
    fern-api[bot] and jverce authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    4960e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. File stash downloads and stricter prop values (PipedreamHQ#128)

    * Add new API to download files from a file stash
    * Specify the possible prop values (instead of `Object`)
    fern-api[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    fd6995d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    caa554c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Changes in component operations (PipedreamHQ#164)

    * Regenerate SDK with Fern's v3 Java generator
    * Run actions using a specific component version
    * Expose component key when retrieving deployed
      triggers
    * Associate workflow ID when deploying triggers
    * Filter component lists by emitter type (e.g. HTTP,
      Timer, etc.)
    * Replace type of component listing and retrieval with
      the new `Emitter` type
    
    ---------
    
    Co-authored-by: Jay Vercellone <[email protected]>
    Co-authored-by: Boris Verkhovskiy <[email protected]>
    Co-authored-by: Jacob Pines <[email protected]>
    4 people authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    c3130cd View commit details
    Browse the repository at this point in the history
  2. Bump minor version

    jverce committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    5606dca View commit details
    Browse the repository at this point in the history
Loading