Skip to content

v7.0.0-beta.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@Romakita Romakita released this 21 Aug 13:23
· 468 commits to beta since this release

7.0.0-beta.18 (2022-08-21)

Bug Fixes

  • code: use object instead map on hooks (652f371)
  • common: add $ctx.start and $ctx.finish methods (b598b9b)
  • di: init context on app bootstrap (c4d2f8b)
  • di: lazy load logger and cache (d42bfa0)
  • di: use Hooks class to trigger Ts.ED hooks from InjectorService (9b2f506)
  • json-mapper: don't assign value on readOnly field (9f546c9), closes #2031
  • koa: fix issue over async_hook with Koa platform (752faa4)
  • platform-cache: bump cache-manager to v4.1.0 (ef0408b)
  • platform-express: prevent loosing context with express middleware (4612211)
  • prisma: change fs by fs-extra to support node v14 (222ccb6), closes #1978
  • prisma: Fix peerDep of @prisma/client to match dependency (#2023) (957b2e4)
  • schema: optimize concat path algorithm (5451993)
  • serverless: refactoring ServerlessContext and simplify models (8a7dbca)
  • swagger: fix swagger rootPath (b72a404), closes #2019

Features

  • dynamic filter properties using Groups and AllowGroups (03c2240), closes #1995
  • oidc-provider: add AdapterOidc (01c0ca9)
  • terminus: rewrite @tsed/terminus plugin to be more dev friendly (039e94a)