v5.3.0
·
18553 commits
to master
since this release
Features
- common: caching mechanism - add
CacheModulemodule #695 - common: serialization - add
ClassSerializerInterceptorinterceptor - common: add
MulterModulemodule - core:
ExternalContextCreatornow supports pipes - websockets: support acknowledgments in socketio
IoAdapter#982
Bug Fixes
- core: expose valid
HttpServerwithinExpressAdapter#1017
Improvements
- core: injector improvements (mainly circular dependencies)
- websockets: improve adapters (
WsAdapterandIoAdapter)