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

Skip to content

Tags: PipedreamHQ/pipedream-sdk-python

Tags

v1.0.11

Toggle v1.0.11'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.
Changes in component operations (#218)

* 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]>

v1.0.10

Toggle v1.0.10'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.
Regenerate SDK with Fern's latest Python generator (#199)

---------

Co-authored-by: Jay Vercellone <[email protected]>

v1.0.9

Toggle v1.0.9'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.
Type fixes and improvements (#189)

* Fix the accounts listings that were passing `app_id`
  instead of `app` as the API expects
* Add pagination options and filters for listing
  components and apps
* Accept the OAuth app ID when validating a token
* Add missing configurable prop types and make sure the
  existing ones declared all their attributes
* Define HTTP and timer interfaces as a deployed component
* Define tool annotations for components

---------

Co-authored-by: Jay Vercellone <[email protected]>

v1.0.8

Toggle v1.0.8'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.
File stash downloads and stricter prop values (#150)

* Add new API to download files from a file stash
* Specify the possible prop values (instead of `Any`)

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>

v1.0.7

Toggle v1.0.7'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 (#137)

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]>

v1.0.6

Toggle v1.0.6'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.
Type-related improvements (#128)

* 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>
Co-authored-by: Jay Vercellone <[email protected]>

v1.0.5

Toggle v1.0.5'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.
Fix the reload props response schema (#81)

* Fix the reload props response schema
* Add endpoint descriptions

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>

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.
Mark the `name` field of configurable props as required (#54)

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>

v1.0.3

Toggle v1.0.3'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 (#52)

* Add the `stash_id` field to the "run action" opts
* Update dependencies
* Bump version

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>

v1.0.2

Toggle v1.0.2'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.
Better README example (#50)

* Update `README.md` with a better example endpoint
* Exclude workflow files from Fern

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>