Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

v0.8.0

Choose a tag to compare

@f3l1x f3l1x released this 07 Sep 14:35
· 13 commits to master since this release
0a2f43c

Bumped! 🚉

Diff: v0.7.1...v0.8.0

Changes:


Migration:

  • RequestParameter - required parameter in
- @RequestParameter(name="id", type="int", description="User ID")
+ @RequestParameter(name="id", in="path", type="int", description="User ID")