Skip to content

@netlify/open-api v2.0.0

Choose a tag to compare

@netlify-bot netlify-bot released this 04 Feb 21:41
2a629bc

⚠ BREAKING CHANGES

  • to better support flexible cancellation, the WaitUntilDeployReady and WaitUntilDeployLive methods of the Go client's porcelain API no longer accept a timeout paramater. Instead, the timeout should be including on the passed Context. 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)