Skip to content

Releases: dani8art/rest-hapi-gen

3.1.2

13 Jun 14:51
Compare
Choose a tag to compare

3.1.2 (2023-06-13)

Bug Fixes

3.1.1

13 Jun 14:25
Compare
Choose a tag to compare

3.1.1 (2023-06-13)

Bug Fixes

  • deps: bump fast-xml-parser and @aws-sdk/credential-providers (#33) (17e25a1)

3.1.0

31 Mar 16:22
Compare
Choose a tag to compare

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

13 Mar 13:10
Compare
Choose a tag to compare

3.0.2 (2023-03-13)

Bug Fixes

  • auth: scopes should only be set if auth.enabled (9412d1b)

3.0.1

13 Mar 12:30
Compare
Choose a tag to compare

3.0.1 (2023-03-13)

Bug Fixes

  • ttsf-keycloak-hapi: remove deps by now (bfbd7e9)

3.0.0

13 Mar 12:22
Compare
Choose a tag to compare

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]

2.5.1

03 Jan 12:57
Compare
Choose a tag to compare

2.5.1 (2023-01-03)

Bug Fixes

  • security: upgrade json5 (587a889)

2.5.0

11 Dec 18:19
Compare
Choose a tag to compare

2.5.0 (2022-12-11)

Features

  • handler: parse @hapi/hapi query to a mongoose query (4e3ba7e)

2.4.0

09 Dec 15:13
Compare
Choose a tag to compare

2.4.0 (2022-12-09)

Features

  • handler: return bad request when duplicate key error (dbffca1)
  • handler: support url query params to query collections (6ebe7ec)

2.3.0

18 Nov 17:08
Compare
Choose a tag to compare

2.3.0 (2022-11-18)

Features

  • upgrade circleci seed (5bab587)
  • upgrade dependencies: @hapi/boom, joi, joigoose, mongoose and dev dependencies (a83cf3f)