Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Releases: auth0/repo-supervisor

v3.2.0

18 Nov 17:17
0f681db
Compare
Choose a tag to compare

🎉 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

31 Aug 16:44
62ec285
Compare
Choose a tag to compare

🎉 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

05 Mar 14:09
6d3f0ce
Compare
Choose a tag to compare

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

08 Oct 14:14
1ff6613
Compare
Choose a tag to compare

🎉 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

10 May 20:12
1b60d50
Compare
Choose a tag to compare

🐛 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

13 Mar 12:02
Compare
Choose a tag to compare

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

26 Jul 02:30
Compare
Choose a tag to compare

🎉 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

14 Jun 16:10
Compare
Choose a tag to compare

🎉 New features:

  • Added support for Docker. It's possible now to run Repo Supervisor in a docker container.

v1.1.1

13 Jun 14:23
Compare
Choose a tag to compare

🐛 Bug fixes:

  • Wrong key from an object returned by Github API was parsed.
  • Avoid displaying empty results in a report.

v1.1.0

13 Jun 11:17
Compare
Choose a tag to compare

🎉 New features:

  • JSON output format for the command line tool.