Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 14:07
· 1333 commits to master since this release

Patch Changes

  • cf50808: fix memory leak for timeoutIds array. Before this, the timeoutIds array would not be trimmed and would grow until out of memory. Now ids are properly removed on timeout.

Features

  • adding in a comment about version (b13bf53)

BREAKING CHANGES

  • v2 and above is now being developed specificially for
    nest v8 and could have some unforseen side effects with Nest v7. use with
    v7 at your own risk.