UNPKG

30.8 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
10### [2.0.1](https://www.github.com/netlify/open-api/compare/v2.0.0...v2.0.1) (2021-02-09)
11
12
13### Bug Fixes
14
15* include v2 in go module path ([#303](https://www.github.com/netlify/open-api/issues/303)) ([ccbb8cd](https://www.github.com/netlify/open-api/commit/ccbb8cd3fc0dbccc442ce1201a3940c8f36c8d00))
16
17## [2.0.0](https://www.github.com/netlify/open-api/compare/v1.3.0...v2.0.0) (2021-02-04)
18
19
20### ⚠ BREAKING CHANGES
21
22* 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.
23
24### Features
25
26* flexible cancellation when waiting for deploy state ([985c0e2](https://www.github.com/netlify/open-api/commit/985c0e2746ce20c198e4673eea75d1356c2e4e36))
27
28
29### Bug Fixes
30
31* deploy timeout error message ([5a477f7](https://www.github.com/netlify/open-api/commit/5a477f720d5e628881f3507d4b8bdd3990618300))
32
33## [1.3.0](https://www.github.com/netlify/open-api/compare/v1.2.0...v1.3.0) (2021-01-21)
34
35
36### Features
37
38* add google analytics to new docs site ([5543da4](https://www.github.com/netlify/open-api/commit/5543da457248029308bf2c55f80119e9e2f3faa9))
39* add pagination support ([d79e0ad](https://www.github.com/netlify/open-api/commit/d79e0ad41ea8f315af47e1bf0dc53955a32c067a))
40
41
42### Bug Fixes
43
44* github token in workflow ([686d251](https://www.github.com/netlify/open-api/commit/686d2517e30d0a25045f865c7c0991f697c68bf0))
45* **package.json:** remove scripts no longer required and don't npm ci on swagger bump ([e61a51f](https://www.github.com/netlify/open-api/commit/e61a51faafae213ad6626c4832ab2501403a130a))
46* remove pagination from some of the list endpoints ([9f301e0](https://www.github.com/netlify/open-api/commit/9f301e0ca903365a0fc44e623c4cd52fe1bb7eec))
47* switch branches and cleanup package.json ([b985d27](https://www.github.com/netlify/open-api/commit/b985d27f1e7f44ef3a090ca61c1dfb44ef2cde6f))
48
49## [v1.0.0](https://github.com/netlify/open-api/compare/v0.18.1...v1.0.0) - 2020-12-10
50
51### Merged
52
53- Remove listForms endpoint [`#269`](https://github.com/netlify/open-api/pull/269)
54- Bump setup-go github action [`#270`](https://github.com/netlify/open-api/pull/270)
55- Mark listForms endpoint as deprecated [`#268`](https://github.com/netlify/open-api/pull/268)
56- github tools: fix fossa workflow file [`#267`](https://github.com/netlify/open-api/pull/267)
57- Add definition for /sites/id/rollback. [`#265`](https://github.com/netlify/open-api/pull/265)
58
59### Commits
60
61- Start writing ListFormsBySiteId test [`d274f5d`](https://github.com/netlify/open-api/commit/d274f5d24f04ddaeca1a00f3912a508736d8eba6)
62- fix github actions workflow file for fossa [`0267d63`](https://github.com/netlify/open-api/commit/0267d633ca82c3fdd65a98a303fb556a8ff726d2)
63- Add more assertions to ListFormsBySiteId test [`9271230`](https://github.com/netlify/open-api/commit/9271230fec0b2c3b0f14ef5d08aac3d162f3c1b6)
64
65## [v0.18.1](https://github.com/netlify/open-api/compare/v0.18.0...v0.18.1) - 2020-10-11
66
67### Merged
68
69- Use service as a returned object for showService [`#264`](https://github.com/netlify/open-api/pull/264)
70
71### Commits
72
73- Add definition for /sites/id/rollback. [`3958e7f`](https://github.com/netlify/open-api/commit/3958e7fc4b05e9ede25af18b298402eed040c1bb)
74
75## [v0.18.0](https://github.com/netlify/open-api/compare/v0.17.0...v0.18.0) - 2020-10-07
76
77### Merged
78
79- Add service instances list [`#263`](https://github.com/netlify/open-api/pull/263)
80
81### Commits
82
83- Regenerate go client [`5e4adc7`](https://github.com/netlify/open-api/commit/5e4adc7a057cbe88e3dada4fdfd9409143aa7742)
84- Add listServiceInstancesForSite spec [`bc2b65b`](https://github.com/netlify/open-api/commit/bc2b65b689eb40776a800b22e14c7bde3a22cf84)
85
86## [v0.17.0](https://github.com/netlify/open-api/compare/v0.16.1...v0.17.0) - 2020-09-30
87
88### Merged
89
90- Add WaitUntilDeployLive Go client method [`#262`](https://github.com/netlify/open-api/pull/262)
91
92## [v0.16.1](https://github.com/netlify/open-api/compare/v0.16.0...v0.16.1) - 2020-09-24
93
94### Merged
95
96- chore: regenerate go client [`#259`](https://github.com/netlify/open-api/pull/259)
97- Fix service instance swagger definition [`#258`](https://github.com/netlify/open-api/pull/258)
98- Bump node-fetch from 2.6.0 to 2.6.1 [`#255`](https://github.com/netlify/open-api/pull/255)
99- Remove unused AppVeyor build shield. [`#253`](https://github.com/netlify/open-api/pull/253)
100- Test CI on Node 14 [`#251`](https://github.com/netlify/open-api/pull/251)
101
102### Fixed
103
104- Update README.md [`#252`](https://github.com/netlify/open-api/issues/252)
105
106### Commits
107
108- chore: generate go client [`3a3fe90`](https://github.com/netlify/open-api/commit/3a3fe905f0a683c5370453c1efd4edd6e2f6423e)
109- Fix service instance path [`39c3a1a`](https://github.com/netlify/open-api/commit/39c3a1a8b9f424e2221adc48c0d47d0342c542ae)
110
111## [v0.16.0](https://github.com/netlify/open-api/compare/v0.15.0...v0.16.0) - 2020-08-20
112
113### Merged
114
115- Add form deletion API endpoint to OpenAPI spec [`#250`](https://github.com/netlify/open-api/pull/250)
116- Bump prismjs from 1.19.0 to 1.21.0 [`#249`](https://github.com/netlify/open-api/pull/249)
117- Bump elliptic from 6.5.2 to 6.5.3 [`#248`](https://github.com/netlify/open-api/pull/248)
118- fix sites typo on split test endpoint paths [`#247`](https://github.com/netlify/open-api/pull/247)
119- Bump lodash from 4.17.15 to 4.17.19 [`#245`](https://github.com/netlify/open-api/pull/245)
120- Document `/sites/{site_id}/unlink_repo` [`#242`](https://github.com/netlify/open-api/pull/242)
121- Add 'branch' to createSiteDeploy [`#238`](https://github.com/netlify/open-api/pull/238)
122- github tools: add fossa license scanning [`#237`](https://github.com/netlify/open-api/pull/237)
123
124### Commits
125
126- Regenerate Go client [`55ef8c3`](https://github.com/netlify/open-api/commit/55ef8c3d64a96f456208f880069b8805fb36267d)
127- Add form deletion endpoint [`351e130`](https://github.com/netlify/open-api/commit/351e1309dfeb6d71b5e01d64e8aaa43b1b20d98f)
128- Remove support_priority field [`319d673`](https://github.com/netlify/open-api/commit/319d673e35b9bc7d4ebbd0f7c45b409b245a5fac)
129
130## [v0.15.0](https://github.com/netlify/open-api/compare/v0.14.0...v0.15.0) - 2020-05-14
131
132### Merged
133
134- Remove deploy_id from PluginRun create body [`#235`](https://github.com/netlify/open-api/pull/235)
135- Upgrade go-swagger to 0.23.0 [`#234`](https://github.com/netlify/open-api/pull/234)
136- Add plugin_runs to open-api [`#232`](https://github.com/netlify/open-api/pull/232)
137
138### Commits
139
140- Generate go [`e0fdc4a`](https://github.com/netlify/open-api/commit/e0fdc4a5a70807a2a6cf7660e7f254127a4c2cf6)
141- Update generated go code [`9133e98`](https://github.com/netlify/open-api/commit/9133e9827b11972474524d3435d2fc56732be0fe)
142- Remove deploy_id from pluginRun create body [`0ab03a5`](https://github.com/netlify/open-api/commit/0ab03a57df30bc53b8a02ad6b03afe9b135701df)
143
144## [v0.14.0](https://github.com/netlify/open-api/compare/v0.13.4...v0.14.0) - 2020-05-08
145
146### Merged
147
148- fix: update dependencies [`#229`](https://github.com/netlify/open-api/pull/229)
149- Fix race in RetryableTransport [`#230`](https://github.com/netlify/open-api/pull/230)
150- Add dns_zones API [`#211`](https://github.com/netlify/open-api/pull/211)
151
152### Commits
153
154- Add dnsZone tag and regenerate go client [`5b27806`](https://github.com/netlify/open-api/commit/5b278069583a49b5126bdd26572495c2da067643)
155- added all dns_zone and dns_record public endpoints [`3b83ce6`](https://github.com/netlify/open-api/commit/3b83ce611779759c8377e0fec54bc41e9332c187)
156- chore: update github.com/Azure/go-autorest/autorest [`0fa4b6f`](https://github.com/netlify/open-api/commit/0fa4b6ff3808cb21c767c3a0fed173a755ed3707)
157
158## [v0.13.4](https://github.com/netlify/open-api/compare/v0.13.3...v0.13.4) - 2020-04-29
159
160### Merged
161
162- Add stop_builds property to repo info [`#227`](https://github.com/netlify/open-api/pull/227)
163- Migrate from Travis to GitHub Action [`#228`](https://github.com/netlify/open-api/pull/228)
164- Correct deleteHookBySiteId operationId since it doesn't require site_id [`#226`](https://github.com/netlify/open-api/pull/226)
165
166### Commits
167
168- Regenerate go client [`1d83012`](https://github.com/netlify/open-api/commit/1d830125b38ba442b0149b93bb975afe87e244fe)
169- Migrate from travis to github action [`f09d3b6`](https://github.com/netlify/open-api/commit/f09d3b6757f1f6dedbe7749f75098b822d4ef734)
170- Regenerate go client [`c5655cd`](https://github.com/netlify/open-api/commit/c5655cd432aec263e893bbd679cf4b758d70180c)
171
172## [v0.13.3](https://github.com/netlify/open-api/compare/v0.13.2...v0.13.3) - 2020-04-15
173
174### Merged
175
176- Warn if function conditions are not met [`#224`](https://github.com/netlify/open-api/pull/224)
177- Bump acorn from 7.0.0 to 7.1.1 [`#223`](https://github.com/netlify/open-api/pull/223)
178- add delete site to porcelain [`#210`](https://github.com/netlify/open-api/pull/210)
179
180## [v0.13.2](https://github.com/netlify/open-api/compare/v0.13.0...v0.13.2) - 2020-03-11
181
182### Merged
183
184- Fix path for deploy cancel [`#222`](https://github.com/netlify/open-api/pull/222)
185- Remove `engines.node` [`#220`](https://github.com/netlify/open-api/pull/220)
186- Improve tests [`#218`](https://github.com/netlify/open-api/pull/218)
187
188### Commits
189
190- Remove snapshots [`cbad8ae`](https://github.com/netlify/open-api/commit/cbad8ae799ef2713b153f337388ba54c9ecf2edb)
191- Add unit test [`c7b56a7`](https://github.com/netlify/open-api/commit/c7b56a77e186bccf76c55ba586a640499aa789e8)
192- Add is-plain-obj dependency [`f7b1f2b`](https://github.com/netlify/open-api/commit/f7b1f2b952ce68009988e413c14d47086311a2e8)
193
194## [v0.13.0](https://github.com/netlify/open-api/compare/v0.12.0...v0.13.0) - 2020-02-26
195
196### Merged
197
198- Document deploy cancel [`#217`](https://github.com/netlify/open-api/pull/217)
199- Fix menu scrolling on Chrome [`#214`](https://github.com/netlify/open-api/pull/214)
200- Updated model link to correct one [`#215`](https://github.com/netlify/open-api/pull/215)
201- Create CODEOWNERS [`#212`](https://github.com/netlify/open-api/pull/212)
202- Bump handlebars from 4.2.0 to 4.5.3 [`#208`](https://github.com/netlify/open-api/pull/208)
203
204### Commits
205
206- Generate deploy cancel code [`5f787d0`](https://github.com/netlify/open-api/commit/5f787d01ed24064e3a35e712c82f264b90a11e30)
207- Remove generated swagger docs [`5f2b3f8`](https://github.com/netlify/open-api/commit/5f2b3f893da4d57ca1cbafa79fb36de7b7cc05ed)
208- Test swagger conversion [`aa9051d`](https://github.com/netlify/open-api/commit/aa9051da5b8e1da2ab9b786dd2c36d39e444d6b4)
209
210## [v0.12.0](https://github.com/netlify/open-api/compare/v0.11.4...v0.12.0) - 2019-12-16
211
212### Merged
213
214- Remove `payment_method_id` from accountUpdateSetup [`#169`](https://github.com/netlify/open-api/pull/169)
215- Fix options of go generation command [`#205`](https://github.com/netlify/open-api/pull/205)
216- Remove obsolete okbody structs [`#206`](https://github.com/netlify/open-api/pull/206)
217- Bump js-yaml from 3.12.2 to 3.13.1 [`#203`](https://github.com/netlify/open-api/pull/203)
218- Bump lodash from 4.17.11 to 4.17.15 [`#204`](https://github.com/netlify/open-api/pull/204)
219- Bump lodash-es from 4.17.11 to 4.17.15 [`#202`](https://github.com/netlify/open-api/pull/202)
220- Add CI for the OpenAPI specification and the API documentation [`#201`](https://github.com/netlify/open-api/pull/201)
221- Fix Go client generation [`#200`](https://github.com/netlify/open-api/pull/200)
222- Enhance documentation UI [`#182`](https://github.com/netlify/open-api/pull/182)
223- Group `require()` statements [`#197`](https://github.com/netlify/open-api/pull/197)
224- Add `description` field [`#176`](https://github.com/netlify/open-api/pull/176)
225- Upgrade all dependencies [`#181`](https://github.com/netlify/open-api/pull/181)
226- Add linting and prettifying [`#185`](https://github.com/netlify/open-api/pull/185)
227- Add `externalDocs` [`#186`](https://github.com/netlify/open-api/pull/186)
228- Validate and normalize OpenAPI specification [`#194`](https://github.com/netlify/open-api/pull/194)
229- Simplify version bumping [`#179`](https://github.com/netlify/open-api/pull/179)
230- Add unit tests [`#196`](https://github.com/netlify/open-api/pull/196)
231- Fix YAML syntax error [`#193`](https://github.com/netlify/open-api/pull/193)
232- Remove `required: false` [`#188`](https://github.com/netlify/open-api/pull/188)
233- Re-order npm scripts [`#180`](https://github.com/netlify/open-api/pull/180)
234- Add Node.js version [`#184`](https://github.com/netlify/open-api/pull/184)
235- Add OpenAPI tags [`#178`](https://github.com/netlify/open-api/pull/178)
236- Add terms of service [`#173`](https://github.com/netlify/open-api/pull/173)
237- Make npm package size smaller [`#195`](https://github.com/netlify/open-api/pull/195)
238- Fix `installation_id` type [`#164`](https://github.com/netlify/open-api/pull/164)
239- added split testing endpoints [`#161`](https://github.com/netlify/open-api/pull/161)
240- Use go proxy [`#159`](https://github.com/netlify/open-api/pull/159)
241
242### Fixed
243
244- Fix `installation_id` type [`#162`](https://github.com/netlify/open-api/issues/162)
245
246### Commits
247
248- Fix merge conflict [`c5cf049`](https://github.com/netlify/open-api/commit/c5cf049ea5d618c1eb382e4d3bd1c2148bb22145)
249- Fix merge conflict [`ce229cd`](https://github.com/netlify/open-api/commit/ce229cdb5e651e5aa697e2570832519462e359f4)
250- Fix file copy [`4d016c1`](https://github.com/netlify/open-api/commit/4d016c10085dec55702f17a7fb186d337e29cc84)
251
252## [v0.11.4](https://github.com/netlify/open-api/compare/v0.11.3...v0.11.4) - 2019-04-19
253
254### Merged
255
256- Fix text error bug [`#156`](https://github.com/netlify/open-api/pull/156)
257- Fix function comments based on best practices from Effective Go [`#157`](https://github.com/netlify/open-api/pull/157)
258
259### Commits
260
261- Add error response test and update runtime [`7d03426`](https://github.com/netlify/open-api/commit/7d034267826daeeed10383dceb514c223ef264f3)
262- Style [`03ec071`](https://github.com/netlify/open-api/commit/03ec071768cf1dbe1812548a8b7d5a8570023c78)
263
264## [v0.11.3](https://github.com/netlify/open-api/compare/v0.11.2...v0.11.3) - 2019-03-07
265
266### Merged
267
268- go-client: Don’t poll deploy after upload [`#155`](https://github.com/netlify/open-api/pull/155)
269
270## [v0.11.2](https://github.com/netlify/open-api/compare/v0.11.1...v0.11.2) - 2019-03-07
271
272### Merged
273
274- Change embedded DefaultSyncFileLimit to 500 [`#153`](https://github.com/netlify/open-api/pull/153)
275
276### Commits
277
278- Add prepublish hook [`ed4efa3`](https://github.com/netlify/open-api/commit/ed4efa3c36e4e052399877a74a71fda9e1c80010)
279- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)
280
281## [v0.11.1](https://github.com/netlify/open-api/compare/v0.11.0...v0.11.1) - 2019-03-06
282
283### Merged
284
285- add a wait until the deploy is ready [`#152`](https://github.com/netlify/open-api/pull/152)
286
287### Commits
288
289- CHANGELOG [`633260f`](https://github.com/netlify/open-api/commit/633260f6d15fc7a80195ed56bc7d63f80d06c9e7)
290
291## [v0.11.0](https://github.com/netlify/open-api/compare/v0.10.0...v0.11.0) - 2019-03-01
292
293### Merged
294
295- Temporarily use upstream PRed fix for go-openapi [`#150`](https://github.com/netlify/open-api/pull/150)
296
297### Commits
298
299- Automatically bump swagger version [`e1d37e2`](https://github.com/netlify/open-api/commit/e1d37e205d68d0b3bdd40b3d0c61762806401e79)
300- Pin the fixed hash of the openapi runtime temporarily [`b3098c6`](https://github.com/netlify/open-api/commit/b3098c654d8c264cc6bb2ca64b71b499cedffa68)
301
302## [v0.10.0](https://github.com/netlify/open-api/compare/v0.9.0...v0.10.0) - 2019-02-28
303
304### Merged
305
306- Update go-swagger libraries to the latest version and update to go modules [`#149`](https://github.com/netlify/open-api/pull/149)
307- Ignore nil deploys. [`#146`](https://github.com/netlify/open-api/pull/146)
308- Bump deps [`#145`](https://github.com/netlify/open-api/pull/145)
309
310### Fixed
311
312- Add HTML error [`#122`](https://github.com/netlify/open-api/issues/122) [`#362`](https://github.com/netlify/buildbot/issues/362)
313
314### Commits
315
316- Switch to go modules and version toolchain [`4ebaac4`](https://github.com/netlify/open-api/commit/4ebaac4e69c8ea6b0150b7c1374b66460ad40aa1)
317- Roll back autorest to v8.1.0 [`4696550`](https://github.com/netlify/open-api/commit/46965504826e7f489a6eaa2e4dd8354cd4be31a4)
318- Add test to reply POST body [`6caa66a`](https://github.com/netlify/open-api/commit/6caa66aec63953251cf656916f72ed3501139a82)
319
320## [v0.9.0](https://github.com/netlify/open-api/compare/v0.8.0...v0.9.0) - 2019-02-20
321
322### Merged
323
324- Fix typo [`#144`](https://github.com/netlify/open-api/pull/144)
325- Add build_image property to site definition [`#141`](https://github.com/netlify/open-api/pull/141)
326- updated title [`#142`](https://github.com/netlify/open-api/pull/142)
327
328### Commits
329
330- Regenerate go-client [`b2cdbd3`](https://github.com/netlify/open-api/commit/b2cdbd312e084d8d20d0c77020c295f64d14c1e1)
331- Bump swagger version [`ff9624a`](https://github.com/netlify/open-api/commit/ff9624afb69ea54d92e970702d962594f9a4a947)
332- typo [`f1acfac`](https://github.com/netlify/open-api/commit/f1acfacabf77bf54e7e71c3e8c0836f663034670)
333
334## [v0.8.0](https://github.com/netlify/open-api/compare/v0.7.1...v0.8.0) - 2019-02-05
335
336### Merged
337
338- Add API driven configuration parameters [`#139`](https://github.com/netlify/open-api/pull/139)
339- Change large_media to large_media_enabled [`#140`](https://github.com/netlify/open-api/pull/140)
340- Formatted using the YAML vscode plugin [`#138`](https://github.com/netlify/open-api/pull/138)
341
342### Commits
343
344- Regenerate [`9ef3b19`](https://github.com/netlify/open-api/commit/9ef3b196ee93cf627de8edea571247efd04d7546)
345- Bump swagger version [`3d57429`](https://github.com/netlify/open-api/commit/3d57429c29d76a2c57ab21bebd0aa6549c11729f)
346
347## [v0.7.1](https://github.com/netlify/open-api/compare/v0.7.0...v0.7.1) - 2019-02-01
348
349### Commits
350
351- Fix swagger version number [`739bf33`](https://github.com/netlify/open-api/commit/739bf3334d27faf6fe4f78c9c4927626c101b0a7)
352
353## [v0.7.0](https://github.com/netlify/open-api/compare/v0.6.0...v0.7.0) - 2019-02-01
354
355### Merged
356
357- Adding services endpoints without changing formatting [`#137`](https://github.com/netlify/open-api/pull/137)
358
359### Commits
360
361- generated go code [`fc659c1`](https://github.com/netlify/open-api/commit/fc659c117e658463979b7fb2739eba95fdc3dc50)
362- pushing without any formatting [`165c5a1`](https://github.com/netlify/open-api/commit/165c5a146311699485131c3068c7bc78ac962485)
363
364## [v0.6.0](https://github.com/netlify/open-api/compare/v0.5.2...v0.6.0) - 2019-01-30
365
366### Merged
367
368- Add Site's ID domain to the swagger definition. [`#134`](https://github.com/netlify/open-api/pull/134)
369- Add Go endpoint to start a new build. [`#132`](https://github.com/netlify/open-api/pull/132)
370- Add createSiteBuild endpoint [`#124`](https://github.com/netlify/open-api/pull/124)
371
372### Commits
373
374- Add enpoint to start a new build. [`cdebb1a`](https://github.com/netlify/open-api/commit/cdebb1ada179d641009d966dbe2c0833c41b64ef)
375- Replace old context package. [`eb9dc64`](https://github.com/netlify/open-api/commit/eb9dc64a647b3c60e37e64c72a20f11235b77b33)
376- Bump swagger version [`2bf863d`](https://github.com/netlify/open-api/commit/2bf863d2430af2bf8e6cf025baa7c68a0624032f)
377
378## [v0.5.2](https://github.com/netlify/open-api/compare/v0.5.1...v0.5.2) - 2019-01-08
379
380### Merged
381
382- Read original size from lfs pointers. [`#126`](https://github.com/netlify/open-api/pull/126)
383
384### Commits
385
386- Expand API to send original file size. [`270670c`](https://github.com/netlify/open-api/commit/270670c16bcec131280f1b897e031aadcd458859)
387- Compare the data read in the file header. [`d68c1f6`](https://github.com/netlify/open-api/commit/d68c1f625565f4a5e05caf94672edbe194108711)
388
389## [v0.5.1](https://github.com/netlify/open-api/compare/v0.5.0...v0.5.1) - 2019-01-07
390
391### Merged
392
393- Rename asset management to large media (and LFS) [`#125`](https://github.com/netlify/open-api/pull/125)
394- Fix anchor links [`#118`](https://github.com/netlify/open-api/pull/118)
395
396### Fixed
397
398- Fix anchor links [`#117`](https://github.com/netlify/open-api/issues/117)
399
400### Commits
401
402- Add createSiteBuild endpoint [`6ab02ef`](https://github.com/netlify/open-api/commit/6ab02efd163e8c680b8244d45c2a3567015a0611)
403
404## [v0.5.0](https://github.com/netlify/open-api/compare/v0.4.2...v0.5.0) - 2018-10-13
405
406### Merged
407
408- Add getAccount route [`#116`](https://github.com/netlify/open-api/pull/116)
409- Add a mention of our js client to the open-api spec [`#112`](https://github.com/netlify/open-api/pull/112)
410
411### Commits
412
413- Fix link [`89cbd54`](https://github.com/netlify/open-api/commit/89cbd54129c2025be178afa98fd15e38355ea09c)
414- Update README.md [`936a5dd`](https://github.com/netlify/open-api/commit/936a5ddd1c3a58d1ecfbde9075a65a38b09b30cb)
415
416## [v0.4.2](https://github.com/netlify/open-api/compare/v0.4.1...v0.4.2) - 2018-09-14
417
418### Merged
419
420- Save sha without original sha when to save in Hashed [`#109`](https://github.com/netlify/open-api/pull/109)
421
422### Commits
423
424- Bump swagger version [`4ba8aa4`](https://github.com/netlify/open-api/commit/4ba8aa4f540f77ce1896429ea9d74900dd80a954)
425
426## [v0.4.1](https://github.com/netlify/open-api/compare/v0.4.0...v0.4.1) - 2018-09-11
427
428### Merged
429
430- Fix the read file issue for asset management [`#107`](https://github.com/netlify/open-api/pull/107)
431
432### Commits
433
434- Bump swagger version [`3814ebd`](https://github.com/netlify/open-api/commit/3814ebd5101c5814f6c28ad9bdf52ee83aebb80b)
435
436## [v0.4.0](https://github.com/netlify/open-api/compare/v0.3.0...v0.4.0) - 2018-09-11
437
438### Merged
439
440- Add feature to create file.Sum with original sha included for asset mgmt (again) [`#106`](https://github.com/netlify/open-api/pull/106)
441- Reorg repo and README [`#105`](https://github.com/netlify/open-api/pull/105)
442- Update README for making a new release [`#104`](https://github.com/netlify/open-api/pull/104)
443
444### Commits
445
446- Break out contributing info separate from usage [`30a3871`](https://github.com/netlify/open-api/commit/30a38712009d517998a45e2e5dd5bf2f9a21b145)
447- Reorganize repo [`7b08467`](https://github.com/netlify/open-api/commit/7b0846767a4cc1c527ee21f96ee602b967cb9572)
448- Make links copy-pasta-able [`b48028a`](https://github.com/netlify/open-api/commit/b48028a8440e3a2a15ffa223096912d8c9f25d8a)
449
450## [v0.3.0](https://github.com/netlify/open-api/compare/v0.2.0...v0.3.0) - 2018-09-07
451
452### Merged
453
454- Regenerate go client using go-swagger 0.16.0 [`#103`](https://github.com/netlify/open-api/pull/103)
455
456### Commits
457
458- Use flatten=full option [`c6f6515`](https://github.com/netlify/open-api/commit/c6f6515474886516d1c4ad23cd03ebed9882c5ba)
459- Update Gopkg.lock [`7ab53e0`](https://github.com/netlify/open-api/commit/7ab53e022e20bf303cb01f64d6450264ecc782c3)
460- Add feature to create file.Sum with original sha included for asset mgmt [`62a4b1d`](https://github.com/netlify/open-api/commit/62a4b1d10f8d19ef632956b09a1f55e70610bccc)
461
462## [v0.2.0](https://github.com/netlify/open-api/compare/v0.0.3...v0.2.0) - 2018-08-29
463
464### Merged
465
466- Update deps [`#100`](https://github.com/netlify/open-api/pull/100)
467- Add User definition [`#94`](https://github.com/netlify/open-api/pull/94)
468- New js strategey [`#95`](https://github.com/netlify/open-api/pull/95)
469- Added account/sites POST endpoint [`#89`](https://github.com/netlify/open-api/pull/89)
470- Add node client info [`#91`](https://github.com/netlify/open-api/pull/91)
471- Allow deploying zip files as js functions [`#90`](https://github.com/netlify/open-api/pull/90)
472- Fix run conversion on Windows. [`#88`](https://github.com/netlify/open-api/pull/88)
473- Replace backslashes in file path names. [`#87`](https://github.com/netlify/open-api/pull/87)
474- added /submissions endpoint and removed duplicate endpoint [`#84`](https://github.com/netlify/open-api/pull/84)
475- Add forms functions to porcelain [`#81`](https://github.com/netlify/open-api/pull/81)
476- add mone logging and some todos [`#78`](https://github.com/netlify/open-api/pull/78)
477- Add notify build start [`#77`](https://github.com/netlify/open-api/pull/77)
478- Upload go binaries as functions [`#76`](https://github.com/netlify/open-api/pull/76)
479- Do not keep all file handles open at the same time [`#74`](https://github.com/netlify/open-api/pull/74)
480- Disable H2 for retryable requests. [`#72`](https://github.com/netlify/open-api/pull/72)
481- Allow non-rate limited retryable clients. [`#70`](https://github.com/netlify/open-api/pull/70)
482- Add /sites/ID/deployed-branches endpoint. [`#69`](https://github.com/netlify/open-api/pull/69)
483- Implement an http transport that retries after a rate limit. [`#68`](https://github.com/netlify/open-api/pull/68)
484- Fix reference to return type creating build hook. [`#67`](https://github.com/netlify/open-api/pull/67)
485- Unify repository path accessors with RepoPath. [`#66`](https://github.com/netlify/open-api/pull/66)
486- Complete site's build settings. [`#61`](https://github.com/netlify/open-api/pull/61)
487- Add missing Hook#Get, Hook#Update and Hook#Enable. [`#62`](https://github.com/netlify/open-api/pull/62)
488- Add build hooks api. [`#63`](https://github.com/netlify/open-api/pull/63)
489- Add site processing settings to the definitions. [`#56`](https://github.com/netlify/open-api/pull/56)
490- Complete definitions for deploy keys management. [`#55`](https://github.com/netlify/open-api/pull/55)
491- Fix response status code for delete site operation [`#54`](https://github.com/netlify/open-api/pull/54)
492- Add Site#capabilities [`#51`](https://github.com/netlify/open-api/pull/51)
493- Add endpoints to manipulate team accounts. [`#46`](https://github.com/netlify/open-api/pull/46)
494- Check for invalid characters instead of escaping [`#45`](https://github.com/netlify/open-api/pull/45)
495- Escape special characters in filenames [`#44`](https://github.com/netlify/open-api/pull/44)
496- Add definitions and generated code for team accounts. [`#42`](https://github.com/netlify/open-api/pull/42)
497- Add support for specifying a deploy timeout [`#43`](https://github.com/netlify/open-api/pull/43)
498- Use new swagger to re-generate code [`#41`](https://github.com/netlify/open-api/pull/41)
499- Add missing deploy information. [`#39`](https://github.com/netlify/open-api/pull/39)
500- Add site ssl url to the site object. [`#38`](https://github.com/netlify/open-api/pull/38)
501- Add hooks to observe walking the deploy directories. [`#37`](https://github.com/netlify/open-api/pull/37)
502- Add deploy callbacks. [`#35`](https://github.com/netlify/open-api/pull/35)
503- Allow to set filtering parameters to list and search sites. [`#36`](https://github.com/netlify/open-api/pull/36)
504- Add required site id parameter to create a web hook. [`#34`](https://github.com/netlify/open-api/pull/34)
505- Fix deploy hook field name. [`#33`](https://github.com/netlify/open-api/pull/33)
506- Move the deploy keys api to the right place. [`#32`](https://github.com/netlify/open-api/pull/32)
507- Indicate error message is not-nullable to fix error messages [`#31`](https://github.com/netlify/open-api/pull/31)
508- Fix build and add test runner. [`#30`](https://github.com/netlify/open-api/pull/30)
509- Fix calls to Create and Update sites. [`#29`](https://github.com/netlify/open-api/pull/29)
510- Changes for continuous deployment setup [`#28`](https://github.com/netlify/open-api/pull/28)
511- Add Asset API [`#27`](https://github.com/netlify/open-api/pull/27)
512- Allow setting a session_id when creating a new site [`#26`](https://github.com/netlify/open-api/pull/26)
513- Fix buffers for file and function upload [`#25`](https://github.com/netlify/open-api/pull/25)
514- Make sure we don't load all files in memory during a deploy [`#24`](https://github.com/netlify/open-api/pull/24)
515- The api allows to send a title for a deploy. [`#23`](https://github.com/netlify/open-api/pull/23)
516- Remove duplicated `review_id` property. [`#22`](https://github.com/netlify/open-api/pull/22)
517- Add locked deploy operations. [`#21`](https://github.com/netlify/open-api/pull/21)
518
519### Fixed
520
521- Do not keep all file handles open at the same time [`#73`](https://github.com/netlify/open-api/issues/73)
522- Fix response status code for delete site operation [`#53`](https://github.com/netlify/open-api/issues/53)
523
524### Commits
525
526- Update swagger site [`86d5a30`](https://github.com/netlify/open-api/commit/86d5a301e6d543f88e80dd09cc25e994772ad895)
527- Committing generated code [`623e7c5`](https://github.com/netlify/open-api/commit/623e7c549423f0ec9151733f003c7b2159619fa9)
528- Delete generated node module [`69f1f0e`](https://github.com/netlify/open-api/commit/69f1f0ebc961bf6ac93b346d58520616a4102f8c)
529
530## [v0.0.3](https://github.com/netlify/open-api/compare/v0.0.2...v0.0.3) - 2017-01-19
531
532### Merged
533
534- Add a function to wait until an auth ticket is authorized by the server. [`#19`](https://github.com/netlify/open-api/pull/19)
535- Add definitions to create auth tickets and tokens. [`#18`](https://github.com/netlify/open-api/pull/18)
536- Make site update to return the updated site. [`#17`](https://github.com/netlify/open-api/pull/17)
537- Add site's missing fields. [`#16`](https://github.com/netlify/open-api/pull/16)
538- Add getDeploy endpoint. [`#15`](https://github.com/netlify/open-api/pull/15)
539- Add fields to support draft deploys. [`#14`](https://github.com/netlify/open-api/pull/14)
540- Do not try to upload 0 files. [`#13`](https://github.com/netlify/open-api/pull/13)
541
542## [v0.0.2](https://github.com/netlify/open-api/compare/v0.0.1...v0.0.2) - 2016-12-07
543
544### Merged
545
546- use proper path, not the abs path [`#12`](https://github.com/netlify/open-api/pull/12)
547
548### Commits
549
550- fix path issue [`74247e7`](https://github.com/netlify/open-api/commit/74247e71fe0e4c0e1d0b5bbc9ef6a2a540699347)
551
552## v0.0.1 - 2016-11-24
553
554### Merged
555
556- update for working deploy [`#11`](https://github.com/netlify/open-api/pull/11)
557- use the absolute path for finding files [`#10`](https://github.com/netlify/open-api/pull/10)
558- Add porcelain deploy. [`#5`](https://github.com/netlify/open-api/pull/5)
559- Add Deploy file definition. [`#4`](https://github.com/netlify/open-api/pull/4)
560
561### Commits
562
563- Add UI. [`814c664`](https://github.com/netlify/open-api/commit/814c664d4f6379b1664a070c76b6bb37606f79ab)
564- :sunrise: [`d6527b1`](https://github.com/netlify/open-api/commit/d6527b143e12640e81eff4124cbd9bf4db18c480)
565- Add subdirectory with Go client. [`2539acb`](https://github.com/netlify/open-api/commit/2539acb834a1301ef757ecc21f72d8236ef68d92)