Releases: dani8art/rest-hapi-gen
Releases · dani8art/rest-hapi-gen
3.1.2
3.1.1
3.1.0
3.1.0 (2023-03-31)
Features
- models: decorate models in order to generate better oas.json (92c9714)
- oas-docs: add response status schemas when auth enabled (6c94ad5)
- oas-docs: add security info and requirements (650f9b9)
- oas-docs: improve auth endpoints oas docs (5b127fe)
- oas-docs: improve health oas-docs (caadf3e)
- oas: improve response statuses oas docs (15a7743)
- oas: pluralize oas path summaries (d815f84)
3.0.2
3.0.1
3.0.0
3.0.0 (2023-03-13)
Bug Fixes
- deps: bump @sideway/formula from 3.0.0 to 3.0.1 (#25) (ab3949e)
- deps: bump keycloak-connect from 20.0.2 to 21.0.1 (#23) (5b307a2)
- docs: order schema property alphabetically (5f7a865)
Features
- api-docs: add auth endpoints and use third person for descriptions (75b3348)
- auth: Implement AuthRegisterFactory and ttsf-keycloak-hapi (7cc31b8)
- authn-keycloak: start refactoring keycloak-hapi (70383de)
- authn: add basepath to the endpoints (16e0737)
- authn: first commit (3d4cdc2)
- collection: add pagination for collection queries (60c75b2)
- hateoas: calculate hateoas from the request (ea3cdf8)
- health: add endpoint to check the API's health (7d8c1ea)
- keycloak: use own module for keycloak-hapi (1e1f166)
- navigability: redirect from root path to basePath (68076fc)
- resources: add resources summary in the base pathof the API (391f787)
BREAKING CHANGES
-
hateoas: configuration has changed
$.collectionName has been moved to $ .collection.name
Signed-off-by: Daniel Arteaga [email protected]