v3.1.0
github-actions
released this
12 Oct 15:04
·
1031 commits
to master
since this release
Minor Changes
-
da3c950: Add
skipIf
option to throttler module optionsWith 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 theprocess.env
orExecutionContext
object to provide better support for dev and QA environments.