Skip to content

Latest commit

 

History

History
128 lines (59 loc) · 5.86 KB

File metadata and controls

128 lines (59 loc) · 5.86 KB

Changelog

2.0.0 (2023-05-26)

⚠ BREAKING CHANGES

  • updated core dependencies, this requires an update for services using this package

Features

  • updated nestjs-oidc-project package and nestjs core (03ee2c7)

Bug Fixes

  • moved the payload check further up the run method execution stack (3b04767)
  • when forced unauthenticated is true, authenticatedUser is set to undefined (9aa594d)

1.2.0 (2023-05-26)

Features

  • added ability to force unauthenticated user when testing (d10bec8)

1.1.0 (2023-01-18)

Features

  • added authenticated user decorator support (e2c1e4e)

1.0.0 (2023-01-03)

Features

  • initial version with overrides for guards and removing check for wellKnown endpoint (9e93e12)
  • initial version with overrides for guards and removing check for wellKnown endpoint (4b899a0)
  • initial version with overrides for guards and removing check for wellKnown endpoint (efa93f1)

2.3.0 (2022-12-21)

Features

  • added observability module with tracer (25839ae)

Bug Fixes

  • added missing observability export (1f280d4)
  • fixed missing metrics export (d71124b)

2.2.0 (2022-12-21)

Features

2.1.0 (2022-12-21)

Features

  • removed health controller added export of HealthService (bf46df6)

2.0.2 (2022-12-20)

Bug Fixes

  • fixed build script typo (fbb57e3)

2.0.1 (2022-12-20)

Bug Fixes

  • added missing nestjs cli dev dependency (84cd538)

2.0.0 (2022-12-20)

⚠ BREAKING CHANGES

  • switched back to single entry point due to NestJS and Vite/Esbuild incompatibilities.

Features

  • added Health check module (0015bd6)
  • changed from vite and esbuild back to webpack (aa5fb12)

1.0.3 (2022-12-19)

Bug Fixes

  • added registry to setup node (c544b3d)

1.0.2 (2022-12-19)

Bug Fixes

  • added registry to setup node (57de47b)

1.0.1 (2022-12-19)

Bug Fixes

1.0.0 (2022-12-19)

Features

  • initial version with config and logger (6693f78)

Bug Fixes

  • added checkout to release please step for name extraction (1be66d3)
  • moved workflows to the correct place (de73abc)