UNPKG

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