v7.0.0-rc.4
Pre-release
Pre-release
7.0.0-rc.4 (2022-08-27)
Bug Fixes
- adapters: add useAlias to store correctly the model in database (964508c)
- adapters: fix validation issue when the data is inserted in redis (75269c8)
- adapters: remove missing console log (719509c)
- bump Ts.ED logger to v6.2.2 (ce90b22)
- json-mapper: add option to disable unsecured constructor mapper (999abb5), closes #1942
- json-mapper: change default value of jsonMapper.disableUnsecureConstructor to true (2c3d5f4)
- oidc-provider: fix oidcCtx.getGrant() (adbd5a2), closes #1942
- platform-cache: add more log details when the cache fail to be set in background (637ee03)
- terminus: remove BeforeShutdown, OnSignal, OnShutdown, OnSendFailureDuringShutdown decorators (c30621e)
BREAKING CHANGES
- terminus: remove BeforeShutdown, OnSignal, OnShutdown, OnSendFailureDuringShutdown decorators. Use hook instead.
- json-mapper: default value of jsonMapper.disableUnsecureConstructor is true