Skip to content

v5.3.0

Compare
Choose a tag to compare
@kamilmysliwiec kamilmysliwiec released this 31 Aug 11:16
· 15136 commits to master since this release

Features

  • common: caching mechanism - add CacheModule module #695
  • common: serialization - add ClassSerializerInterceptor interceptor
  • common: add MulterModule module
  • core: ExternalContextCreator now supports pipes
  • websockets: support acknowledgments in socketio IoAdapter #982

Bug Fixes

  • core: expose valid HttpServer within ExpressAdapter #1017

Improvements

  • core: injector improvements (mainly circular dependencies)
  • websockets: improve adapters (WsAdapter and IoAdapter)