Skip to content

Releases: ePages-de/restdocs-api-spec

OA3: Contact object

14 Apr 10:35
Compare
Choose a tag to compare

Thanks to @mpbalmeida for providing #208 :

Spring Boot 3.0 compatibility

31 Jan 13:49
Compare
Choose a tag to compare

Same as 0.17.0, we were unable to release due to #226 . New release to trigger Travis CI again.

Spring Boot 3.0 compatibility

31 Jan 11:16
Compare
Choose a tag to compare

Thanks to @tobiaskrauss for solving #211 !

Since Spring Boot and Spring REST Docs 3.0 introduced breaking changes to how request parameters are documented (split into query and form parameters), this version is not compatible with Spring Boot 2.x anymore.

Further version bumps:

from to
Kotlin 1.4.20 Kotlin 1.7.22
Java 8 Java 17
Gradle 7.4.2 Gradle 7.6

Fix restdocs-api-spec classes visibility with gradle 7

04 Jan 16:08
9b84729
Compare
Choose a tag to compare
Make classes in restdocs-api-spec modules visible (#223)

Fixes ePages-de/restdocs-api-spec#222

Fix getting scopes out of JWT, fix security definition for OAuth2

04 Jan 11:55
e1bddea
Compare
Choose a tag to compare

Fix publish of gradle-plugins for 1.16.1

02 May 09:57
31bb1e1
Compare
Choose a tag to compare

Same fix as 1.16.1, unfortunately gradle-plugins weren't published correctly.

OpenAPI 3 Generator: Fix defaultValue of NUMBER types

29 Apr 13:54
@ooz ooz
31bb1e1
Compare
Choose a tag to compare

See #202 for issue description.

Thanks to @jgazeau for contributing!

Support attributes for ParameterDescriptor and HeaderDescriptor

22 Feb 10:02
728f7bd
Compare
Choose a tag to compare

Thanks to @iwaltgen for solving #95 with #200

  • Attributes map from ParameterDescriptor and HeaderDescriptor are retained when using ParameterDescriptorWithType and HeaderDescriptorWithType
  • This enables you to document a list of possible values (enumValues) for request parameters and headers
  • OpenAPI 2 and OpenAPI 3 generators consider those enumValues when generating JSON Schema

Add support for @Min @Max constraints to NumberSchema

15 Feb 08:05
775795a
Compare
Choose a tag to compare
0.15.3

feat: apply `@Min` `@Max` constraints to NumberSchema (#199)

JSON Schema: Fix default value support

06 Dec 09:38
27db748
Compare
Choose a tag to compare