You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ 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)