Skip to content

Commit 20312b9

Browse files
committed
prepare for 0.27.0 release
1 parent 120f9d5 commit 20312b9

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/go-openapi/runtime v0.19.27
1616
github.com/go-openapi/spec v0.20.3
1717
github.com/go-openapi/strfmt v0.20.1
18-
github.com/go-openapi/swag v0.19.14
18+
github.com/go-openapi/swag v0.19.15
1919
github.com/go-openapi/validate v0.20.2
2020
github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013
2121
github.com/golang/protobuf v1.5.2 // indirect
@@ -38,7 +38,7 @@ require (
3838
github.com/toqueteos/webbrowser v1.2.0
3939
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
4040
golang.org/x/mod v0.4.2 // indirect
41-
golang.org/x/net v0.0.0-20210330230544-e57232859fb2
41+
golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5
4242
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
4343
golang.org/x/tools v0.1.0
4444
google.golang.org/appengine v1.6.7 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ github.com/go-openapi/swag v0.19.13 h1:233UVgMy1DlmCYYfOiFpta6e2urloh+sEs5id6lyz
201201
github.com/go-openapi/swag v0.19.13/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
202202
github.com/go-openapi/swag v0.19.14 h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=
203203
github.com/go-openapi/swag v0.19.14/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
204+
github.com/go-openapi/swag v0.19.15 h1:D2NRCBzS9/pEY3gP9Nl8aDqGUcPFrwG2p+CNFrLyrCM=
205+
github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
204206
github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4=
205207
github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA=
206208
github.com/go-openapi/validate v0.19.3/go.mod h1:90Vh6jjkTn+OT1Eefm0ZixWNFjhtOH7vS9k0lo6zwJo=
@@ -622,6 +624,8 @@ golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v
622624
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
623625
golang.org/x/net v0.0.0-20210330230544-e57232859fb2 h1:nGCZOty+lVDsc4H2qPFksI5Se296+V+GhMiL/TzmYNk=
624626
golang.org/x/net v0.0.0-20210330230544-e57232859fb2/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
627+
golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5 h1:zuP3axpB9rV3xH0EA7n3/gCrNPZm2SRl0l4mVH2BRj4=
628+
golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
625629
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
626630
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
627631
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

notes/v0.27.0.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Changelog
2+
3+
## [v0.27.0](https://github.com/go-swagger/go-swagger/tree/v0.27.0) (2021-03-31)
4+
5+
[Full Changelog](https://github.com/go-swagger/go-swagger/compare/v0.26.1...v0.27.0)
6+
7+
**Breaking changes:**
8+
9+
- Updating go-openapi breaks $ref on windows [\#2428](https://github.com/go-swagger/go-swagger/issues/2428)
10+
11+
**Implemented enhancements:**
12+
13+
- Pointer convertors for enum types are not generated. [\#2482](https://github.com/go-swagger/go-swagger/issues/2482)
14+
- extension fields in info.contact do not propagate to embedded spec [\#2054](https://github.com/go-swagger/go-swagger/issues/2054)
15+
16+
**Fixed bugs:**
17+
18+
- Client Headers in response panic [\#2544](https://github.com/go-swagger/go-swagger/issues/2544)
19+
- Swagger expand add invalid authorizationUrl key in securityDefinitions [\#2506](https://github.com/go-swagger/go-swagger/issues/2506)
20+
21+
**Closed issues:**
22+
23+
- Unable to install go-swagger package [\#2555](https://github.com/go-swagger/go-swagger/issues/2555)
24+
- Question: How can I get the raw response body without decoding? [\#2552](https://github.com/go-swagger/go-swagger/issues/2552)
25+
- There is a typo in docs/install.md [\#2550](https://github.com/go-swagger/go-swagger/issues/2550)
26+
- can't generate header from source code [\#2532](https://github.com/go-swagger/go-swagger/issues/2532)
27+
- Authentication tutorial missing required Swagger spec updates [\#2530](https://github.com/go-swagger/go-swagger/issues/2530)
28+
- Use-case for --exclude-configuration or public function SetMiddleware\(\) [\#2529](https://github.com/go-swagger/go-swagger/issues/2529)
29+
- Documention translate [\#2526](https://github.com/go-swagger/go-swagger/issues/2526)
30+
- Unknown command 'markdown' [\#2517](https://github.com/go-swagger/go-swagger/issues/2517)
31+
32+
**Merged pull requests:**
33+
34+
- refactor CLI generate, support datetime, support multi success resp [\#2554](https://github.com/go-swagger/go-swagger/pull/2554) ([youyuanwu](https://github.com/youyuanwu))
35+
- \#1472 SecurityPrincipalFrom\(\) and request reference [\#2553](https://github.com/go-swagger/go-swagger/pull/2553) ([andrefsp](https://github.com/andrefsp))
36+
- Fix a typo in install.md [\#2551](https://github.com/go-swagger/go-swagger/pull/2551) ([masa08](https://github.com/masa08))
37+
- Bugfix: Client response headers panic [\#2548](https://github.com/go-swagger/go-swagger/pull/2548) ([kenjones-cisco](https://github.com/kenjones-cisco))
38+
- CLI implementation \(generate command line tool\) [\#2545](https://github.com/go-swagger/go-swagger/pull/2545) ([youyuanwu](https://github.com/youyuanwu))
39+
- generator: introduce support for "description" struct tag [\#2542](https://github.com/go-swagger/go-swagger/pull/2542) ([redlicha](https://github.com/redlicha))
40+
- generator: fix initialization of empty arrays [\#2534](https://github.com/go-swagger/go-swagger/pull/2534) ([redlicha](https://github.com/redlicha))
41+
- Update Authentication tutorial with spec changes [\#2531](https://github.com/go-swagger/go-swagger/pull/2531) ([slawekzachcial](https://github.com/slawekzachcial))
42+
- enhancement: added enum pointer factory to codegen [\#2514](https://github.com/go-swagger/go-swagger/pull/2514) ([fredbi](https://github.com/fredbi))
43+
- windows support: updated go-openapi dependencies [\#2513](https://github.com/go-swagger/go-swagger/pull/2513) ([fredbi](https://github.com/fredbi))
44+
- Update install.md [\#2512](https://github.com/go-swagger/go-swagger/pull/2512) ([ashishtiwari1993](https://github.com/ashishtiwari1993))
45+
- Auto wire api and backend [\#2510](https://github.com/go-swagger/go-swagger/pull/2510) ([youyuanwu](https://github.com/youyuanwu))
46+
47+
48+
49+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)