Releases: auth0/repo-supervisor
Releases · auth0/repo-supervisor
v3.2.0
🎉 Features:
- Support for Github webhook secret (#79)
- Added debug mode for AWS Lambda (add new ENV variable
DEBUG=1
to Lambda)
🐛 Bug fixes:
- Fixing JSON file parsing with nested fields (#64)
- Do not run triggers (Slack) by default (#79)
- Variety of fixes for AWS Lambda deployment (#79)
- Normalize headers case-sensitivity for
event
object in Lambda (#79)
v3.1.0
🎉 Features:
- Support for YAML files (#43)
🐛 Bug fixes:
- Update packages and remove babel.js (#60)
- Added missing
zip
package to the Dockerfile (#42)
v3.0.0
This release adds the AWS Lambda support and deprecates the usage of Webtask. It consists of breaking changes.
🎉 Features:
- AWS Lambda support
- Use package-lock instead of shrinkwrap
- Add .editorconfig file
- Async/await for better handling of asynchronous actions
- Updated documentation
v2.1.0
🎉 Features:
- Decrease the number of false positives by adding two additional separators for parsing word lists (#34).
🐛 Bug fixes:
- E-mail address detection in pre-filters (#35).
v2.0.1
🐛 Bug fixes:
- Upgrade vulnerable dependencies (#28)
- Replace deprecated parameter name for listing files from PR
number -> pull_number
- Fix missing parameter for the npm installation
npm install --no-optional
v2.0.0
This release provides significant improvements including:
🎉 Features:
- Reducing false-positives by @JasonTarka. Refs #16
- Pre-filter camelCase and similar names (splits each string into individual words as best it can and compares it to a list of English words)
- Manual whitelist (list high entropy strings that should be ignored)
- Ignore paths in CLI (ignore
.git
and tests/
directories by default)
- Various improvements from @JasonTarka, mostly targeting Windows users. Refs #15
🐛 Bug fixes:
- Set default node version to 8 (the latest LTS)
- Switch to use lStat instead of Stat to cover symlinks as well. Fixes #11
- Upgrade vulnerable packages. Refs #26
- Address various issues with the CLI script. Refs #27
v1.1.3
🎉 Features:
- Ignore directory created by Visual Studio Code.
- Start linter together with tests when running
npm test
.
🐛 Bug fixes:
- Don't detect CSS selector with a modifier as a secret (#10).
- Avoiding the crash with "Cannot convert object to primitive value" (#7) message - bug in lodash library.
- Adding fsevents as the optional package to avoid errors on the other systems than Mac OS X.
v1.1.2
🎉 New features:
- Added support for Docker. It's possible now to run Repo Supervisor in a docker container.
v1.1.1
🐛 Bug fixes:
- Wrong key from an object returned by Github API was parsed.
- Avoid displaying empty results in a report.
v1.1.0
🎉 New features:
- JSON output format for the command line tool.