v4.0.0 - Release Candidate 3
Pre-release
Pre-release
Refactor
- Update documentation annotations from Swagger (Open Api 2.0) to Open Api Specification 3.0 format
- Update related dependency
- Improve definition usage by reusing them (especially for generated paginated responses)
You can use this instruction page to convert your existing annotations to the new format.
Enhancement
- Role and User POST endpoints has been updated to return generated entity
- Role and User PUT endpoints has been replaced by PATCH and return updated entity
- Add basics endpoints to interact with Squads
- Use the newly shipped helper method
registerApiAnnotationsPath
which will take care of paths merging for you