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: PipedreamHQ/pipedream-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
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
  • 17 commits
  • 183 files changed
  • 5 contributors

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    10caca9 View commit details
    Browse the repository at this point in the history
  2. 🌿 Fern Regeneration -- August 1, 2025 (#25)

    SDK regeneration
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    35cbbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee4b369 View commit details
    Browse the repository at this point in the history
  4. Better README example (#30)

    Update `README.md` with a better example endpoint
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    69dc86a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Update README examples (#29)

    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    03a3412 View commit details
    Browse the repository at this point in the history
  2. Accept "stash ID" when running actions (#31)

    * Add the `stash_id` field to the "run action" opts
    * Bump version
    
    ---------
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: Jay Vercellone <[email protected]>
    Co-authored-by: Jay Vercellone <[email protected]>
    3 people authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    e190e39 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configurable props must have a name (#32)

    * Mark the `name` field of configurable props as required
    * Fix and bump package version
    
    ---------
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    0dc9206 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Create explicit schemas for enums (#40)

    To avoid Fern automatically creating types for
    enums, we now define them explicitly so that we
    control the outcome.
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    3dbddb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Revisit types (#43)

    * Remove `x-async-handle` logic
    * Unnest payload entries for action runs, and prop config/reload
    * Unnest query params for Connect token validation
    * Add missing configurable prop types and fields
    
    ---------
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    a6f5ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. 🌿 Fern Regeneration -- August 16, 2025 (#53)

    SDK regeneration
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    51f138c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Fix the reload props response schema (#58)

    * Fix the reload props response schema
    * Add endpoint descriptions
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    092f40f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. Type-related improvements (#106)

    * Define the types for all configured and configurable
      props
    * Fix the "observations" type when configuring a prop
    * Add the `component_type` query param when listing
      components using the "generic" route/path
    
    ---------
    
    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    e8d824a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Handle throttled responses (#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 (#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 (#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