Skip to content

Releases: ePages-de/restdocs-api-spec

spring version updates

15 Oct 17:35
Compare
Choose a tag to compare
0.9.6

Update spring version (#114)

0.9.5

16 Aug 14:51
Compare
Choose a tag to compare
  • Dependency updates
  • #106
  • New document convenience methods #104

0.9.4

20 May 19:23
Compare
Choose a tag to compare
Add signatures to publicated files for maven central sync

0.9.3

20 May 18:52
Compare
Choose a tag to compare
Lowercase basic auth scheme to avoid errors in swagger UI #100 (#101)

Fix jwt bearer auth

28 Mar 12:44
Compare
Choose a tag to compare
Loosen isJWT check. (#93)

Previously added logic for checking if a token is JWT is too strict. According
to spec: https://tools.ietf.org/html/rfc7519#section-5.1 `typ` header isn't even
required, and its value may not be "JWT". `alg` on the other hand is more
commonly used. So checking its existence is much more reliable.

Add jwt bearer auth and header examples

26 Mar 19:13
b0cea3a
Compare
Choose a tag to compare

Remove jitpack dependency and aggregate schemas in openApi2 again

11 Mar 12:02
fd7e3ba
Compare
Choose a tag to compare
Merge pull request #77 from klieber/chore/remove-jitpack-requirement

remove jitpack requirement

Go back to aggregating equal schemas in openAPI 2

25 Feb 19:26
e005360
Compare
Choose a tag to compare

With swagger-api/swagger-core#3085 and swagger-core 1.5.22 the object schema equality is fixed and we can go back to aggregate equal schemas again.

Fix OpenApi2 schema aggregation

31 Jan 10:18
Compare
Choose a tag to compare

Avoid aggregating equal schemas because of a bug in the equal implementation in the swagger-api - swagger-api/swagger-core#3085

Add Postman support

12 Jan 21:58
672460d
Compare
Choose a tag to compare

Add support for postman collections.

⚠️ breaking change - the default output directory has changed from build/openapi to build/api-spec