- Fix error when using custom exe option (#127)
- Fix getting tunnel id for Sauce Connect 4.4 (#123)
- Don't include your .envrc in the release (#119)
- Improved download error handling and configurable download retries (#114)
- Catch errors starting with
ERROR:
from sc output (#108)
- Ensure sc dir is created before downloading the archive. (#107)
- Detached mode and configurable version as open. (#105)
- Remove support for Node 0.10 and 0.12. (#103)
- Support for using a custom executable (#99)
- Hide API key from logs (#97)
- Configurable connection retries (#101)
- Various fixes for the Windows (#68, #95, #98)
- Unwatch ready file on close (#67)
- Auto-fetch the latest sc version (#96)
- Support vv option (#93)
- Add http/s proxy support for download. (#80, #83)
- Support older versions of tar with
xzf
flag - SauceConnect 4.3.16
- Sauce Connect version 4.3.11
- Bug-fix: Correctly catch api errors and log a message
- Sauce Connect version 4.3.10
- Updated dependencies
- Updating dependencies
- Catching connection errors (#54)
- Handle another error log output (#35)
- Bumping default Sauce Connect version to 4.3.7 (#51)
- Fixed file omitted by gitignore
- Refactored options handling to allow for future Sauce Connect options
- Disabling troublesome download on install unless the
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true
env flag is used
- Handling errors reported as JSON (#43)
- Downloading on install only when installing globally or the
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true
environment variable is set (#42) Either way, a failure onnpm postinstall
will not halt the installation as lazy installation can still be performed.
- Bumping default Sauce Connect version to 4.3.5
- Removing linux binaries published by mistake
- Changed prepublish script to postinstall(#38)
- Add readyFile suffix option (#39/#41)
- Changed install script to prepublish (#37/#38)
- Downloading sc during "npm install" (#36)
- Adding --verboseDebugging for passing the --verbose flag to sc (#33)
- Exposing more logging options (#32)
- Use Sauce Connect v4.3 by default (#31)
- Set execute bit after download (#29)
- Use Sauce Connect v4.2 by default
- Allow run-time overriding of Sauce Connect Version (#25)
- Always set and check execute permissions (#27)
- Obfuscate credentials in logger output (#23)
- Remove Mac binaries added by mistake
- Use Sauce Connect v4.1 with Heartbleed fixes (#22)
- Support node 0.8.x (#20)
- Properly execute permissions on Windows (#19)
- Set execute permissions after downloading (#17)
- Support Sauce Connect 4.0
- Use
os.tmpdir()
for readyfile