Releases: ePages-de/restdocs-api-spec
Releases · ePages-de/restdocs-api-spec
spring version updates
0.9.6 Update spring version (#114)
0.9.5
0.9.4
Add signatures to publicated files for maven central sync
0.9.3
Lowercase basic auth scheme to avoid errors in swagger UI #100 (#101)
Fix jwt bearer auth
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
Remove jitpack dependency and aggregate schemas in openApi2 again
Merge pull request #77 from klieber/chore/remove-jitpack-requirement remove jitpack requirement
Go back to aggregating equal schemas in openAPI 2
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
Avoid aggregating equal schemas because of a bug in the equal implementation in the swagger-api - swagger-api/swagger-core#3085
Add Postman support
Add support for postman collections.
build/openapi
to build/api-spec