v0.18.0-M10
·
5900 commits
to master
since this release
Breaking changes
The generated documentation will now include an entry for 400 Bad Request
by default, if none is specified by the user, enumerating the reasons on why request decoding might fail. This can be turned off od adjusted in OpenAPIDocsOptions
.
What’s Changed
- feat(openapi): provide default 400 responses in docs (#1153) @MichalPawlicki
- Update jsoniter-scala-core, ... to 2.8.0 (#1219) @scala-steward
- Update sbt-mima-plugin to 0.9.0 (#1217) @scala-steward
- Fix test issue #1169 (#1214) @danilbykov