Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 15:04
· 1031 commits to master since this release

Minor Changes

  • da3c950: Add skipIf option to throttler module options

    With the new option, you can pass a factory to skipIf and determine if the throttler guard should be used in the first palce or not. This acts just like applying @SkipThrottle() to every route, but can be customized to work off of the process.env or ExecutionContext object to provide better support for dev and QA environments.