Releases: apiaddicts/apigen.springboot
Releases · apiaddicts/apigen.springboot
1.0.0
15 Oct 07:46
Compare
Sorry, something went wrong.
No results found
Changed
Updated spring boot version to 3.3.4
Update to use Java 21
0.6.2
02 Sep 11:38
Compare
Sorry, something went wrong.
No results found
Changed
Updated spring boot version to 3.3.3
0.6.1
01 Aug 09:22
Compare
Sorry, something went wrong.
No results found
Changed
Fix traceId propagation to response when its origin is not the request header
Updated spring boot version to 3.3.2
0.6.0
16 Jul 19:29
Compare
Sorry, something went wrong.
No results found
Changed
Updated spring boot version to 3.3.1
Updated jsonpatch version to 0.4.16
Updated springdoc version to 2.6.0
Updated swagger-parser version to 2.1.22
Updated maven-model version to 3.9.8
Updated commons-io version to 2.16.1
Updated the id annotation field generation strategy when is uuid
v0.3.0
16 Jul 19:24
Compare
Sorry, something went wrong.
No results found
Added
Support for nullable in OpenAPI file interpretation
Partial support for non json (application/json) mime types
Support for parent-child entity endpoints generation
Support for PATCH endpoints
Changed
Enhance the code generation mechanism to allow to extend and replace by custom code generation strategies
Generated non paginated controller endpoints for list and search if the OpenAPI file specifies it
Allow to customize the standard api response
Allow to customize the field implementation type for properties
Honor default OpenAPI object type in file interpretation
Allow independence between basePackage and artifactId in OpenAPI extension
Updated spring boot version to 2.7.7
Updated mapstruct version to 1.5.3.Final
Updated springdoc version to 1.6.14
Updated swagger-parser version to 2.1.10
Updated maven-model version to 3.8.7
Separate persistence related classes from the archetype core to another module and add it as a dependency
Removed
Remove dependency on reflections library
0.5.0
16 Jul 19:25
Compare
Sorry, something went wrong.
No results found
Changed
Updated spring boot version to 3.2.1
Updated database metadata detection for custom Apigen functions
v0.4.1
16 Jul 19:25
Compare
Sorry, something went wrong.
No results found
Changed
Updated spring boot version to 3.0.12
v0.4.0
16 Jul 19:24
Compare
Sorry, something went wrong.
No results found
Added
Filter developer friendly builders
Partial support to polymorphic requests
Support for null filters
Changed
Fix problem with parent-child controller generation
Updated spring boot version to 3.0.1
Updated springdoc version to 2.0.2
v0.2.1
18 Jul 14:41
Compare
Sorry, something went wrong.
No results found
Changed
Downgraded reflections version
Updated jpa entity relations to always be lazy by default
Fix delete endpoint generation to be able to generate no content responses
v0.2.0
18 Apr 14:04
Compare
Sorry, something went wrong.
No results found
Changed
Updated spring boot version to 2.6.6
Update other dependencies
Replace documentation library springfox by spring-doc
Removed
Configuration property apigen.documentation.enabled