Releases: netlify/open-api
Releases · netlify/open-api
@netlify/open-api v2.4.0
@netlify/open-api v2.3.1
Bug Fixes
- npm automation (ffeb08f)
@netlify/open-api v2.3.0
Features
- add internal endpoint updatePlugin (d6ac3a2)
@netlify/open-api v2.2.0
@netlify/open-api v2.1.1
@netlify/open-api v2.1.0
@netlify/open-api v2.0.2
@netlify/open-api v2.0.1
@netlify/open-api v2.0.0
⚠ BREAKING CHANGES
- to better support flexible cancellation, the
WaitUntilDeployReady
andWaitUntilDeployLive
methods of the Go client's porcelain API no longer accept a timeout paramater. Instead, the timeout should be including on the passedContext
. Timeout or cancelation of the context will be respected while waiting for the deploy to be ready or live.
Features
- flexible cancellation when waiting for deploy state (985c0e2)
Bug Fixes
- deploy timeout error message (5a477f7)