Skip to content

Commit 2a629bc

Browse files
chore: release 2.0.0 (#302)
* chore: release 2.0.0 * chore: bump swagger.yml file * Update changelog Co-authored-by: netlify-bot <[email protected]> Co-authored-by: Vivian Brown <[email protected]>
1 parent b9fd4c2 commit 2a629bc

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [2.0.0](https://www.github.com/netlify/open-api/compare/v1.3.0...v2.0.0) (2021-02-04)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* 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.
16+
17+
### Features
18+
19+
* flexible cancellation when waiting for deploy state ([985c0e2](https://www.github.com/netlify/open-api/commit/985c0e2746ce20c198e4673eea75d1356c2e4e36))
20+
21+
22+
### Bug Fixes
23+
24+
* deploy timeout error message ([5a477f7](https://www.github.com/netlify/open-api/commit/5a477f720d5e628881f3507d4b8bdd3990618300))
25+
1026
## [1.3.0](https://www.github.com/netlify/open-api/compare/v1.2.0...v1.3.0) (2021-01-21)
1127

1228

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/open-api",
33
"description": "Netlify's open-api definition as a module",
4-
"version": "1.3.0",
4+
"version": "2.0.0",
55
"author": "Netlify",
66
"ava": {
77
"files": [

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 1.3.0
3+
version: 2.0.0
44
title: Netlify's API documentation
55
description: >-
66
Netlify is a hosting service for the programmable web. It understands your

0 commit comments

Comments
 (0)