Skip to content

Tags: PipedreamHQ/pipedream-sdk-java

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jverce Jay Vercellone
Bump minor version 

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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`)

v1.0.4

Toggle v1.0.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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 <jay@pipedream.com>

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.0.0

Toggle v1.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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 <jverce@users.noreply.github.com> Co-authored-by: Jay Vercellone <jay@pipedream.com>

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jverce Jay Vercellone
Fix linter issues