Skip to content

Commit 4438ef1

Browse files
authored
Merge branch 'master' into kitop/asset-optimization-end-of-service
2 parents 71f9c63 + 60d84b9 commit 4438ef1

15 files changed

+533
-17
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,54 @@ 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.24.1](https://github.com/netlify/open-api/compare/v2.24.0...v2.24.1) (2023-10-30)
11+
12+
13+
### Bug Fixes
14+
15+
* trigger patch release for [#509](https://github.com/netlify/open-api/issues/509) ([b694136](https://github.com/netlify/open-api/commit/b6941366e1e287e0a864903f3457bd05306d660d))
16+
17+
## [2.24.0](https://github.com/netlify/open-api/compare/v2.23.2...v2.24.0) (2023-10-27)
18+
19+
20+
### Features
21+
22+
* Added framework_version to DeplotFiles ([d756a5c](https://github.com/netlify/open-api/commit/d756a5cdc75882bb88afce3ef0167ab707f5b2cc))
23+
24+
25+
### Bug Fixes
26+
27+
* Add FrameworkVersion to DeployOptions ([1a86b73](https://github.com/netlify/open-api/commit/1a86b735005ded85b536bfe414c9c04f7a34ec24))
28+
29+
## [2.23.2](https://github.com/netlify/open-api/compare/v2.23.1...v2.23.2) (2023-10-19)
30+
31+
32+
### Bug Fixes
33+
34+
* update test ([d81ff6c](https://github.com/netlify/open-api/commit/d81ff6c05cd4cd3e460b91e3dac28a7775992fcb))
35+
* upload non-zisi-compiled files as `provided.al2` ([b041a0f](https://github.com/netlify/open-api/commit/b041a0fd6b17bd8d21529240110f146a430bd789))
36+
37+
## [2.23.1](https://github.com/netlify/open-api/compare/v2.23.0...v2.23.1) (2023-10-13)
38+
39+
40+
### Bug Fixes
41+
42+
* Document functions_region for sites ([a22226f](https://github.com/netlify/open-api/commit/a22226f821278d96fbacf4871bd86b2df49a7e0f))
43+
* skip executable check on windows ([d8dcf44](https://github.com/netlify/open-api/commit/d8dcf44430fcb6a87e562a90aaebc56ee5f2deda))
44+
* trigger al2 via runtimeVersion field ([b2b8227](https://github.com/netlify/open-api/commit/b2b822776a89212467ebc45b0d7199bbe8e93e81))
45+
46+
## [2.23.0](https://github.com/netlify/open-api/compare/v2.22.0...v2.23.0) (2023-09-28)
47+
48+
49+
### Features
50+
51+
* add build data ([9a3da54](https://github.com/netlify/open-api/commit/9a3da54945cc9523eaeb705dcfb360417c696578))
52+
53+
54+
### Bug Fixes
55+
56+
* generate go client ([9a785e8](https://github.com/netlify/open-api/commit/9a785e8a15f6ea4d1b2f8feedba188ea1375f712))
57+
1058
## [2.22.0](https://github.com/netlify/open-api/compare/v2.21.1...v2.22.0) (2023-09-22)
1159

1260

9.03 MB
Binary file not shown.
Binary file not shown.

go/models/deploy_files.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/models/purge.go

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/models/site.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/notify_build_start_parameters.go

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/operations_client.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/purge_cache_parameters.go

Lines changed: 136 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)