Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 11:04
· 518 commits to refs/heads/master since this release
f91684b

You might notice some changes in your generated schemas - all components will now include a title field, which should fix some rendering issues (more specifically fixing how coproducts are displayed) with newer Swagger UI versions - that's covered in #3593.

Moreover, we're using a new sttp-apispec release (#3604), which includes a small but binary-incompatible change - adding the uniqueItems property, making Sets properly represented in schemas. Not that the incompatibility is only for the sttp-apispec project, it does not affect tapir's core, only the documentation generation module.

What’s Changed

Dependency updates