Releases: theintern/digdug
Releases · theintern/digdug
1.3.2
1.3.1
1.3.0
Enhancements
- Tunnel creation can now be cancelled by calling
cancel
on the Promise returned byTunnel#start
. (a436a75)
Bug fixes
- The Sauce Labs tunnel has been fixed to wait until the tunnel is fully established on Node 0.12 and later. (8ba5dae)
Install from npm
cd /my/project/root
npm install digdug --save-dev
Download source
1.2.1
Bug fixes
- Tunnel downloads were broken on Linux, and intermittently on some other operating systems, due to problems with the Node.js
Stream.Writable
interface. This has been fixed.
Install from npm
cd /my/project/root
npm install digdug --save-dev
Download source
1.2.0
Enhancements
- Added support for
--pidfile
with Sauce Connect. (#12) - Added support for
--tunnel-domains
with Sauce Connect. (#7)
Bug fixes
- Tunnel download promises are no longer prematurely resolved when using a very high speed connection. (theintern/intern#299)
Install from npm
cd /my/project/root
npm install digdug --save-dev
Download source
1.1.0
Backwards-incompatible changes
- The
received
property of progress messages has changed toloaded
to match the upstream library used to download tunnels.
Enhancements
- Sauce Connect has been updated to version 4.3. (#4)
- HTTP proxy support for tunnel downloads has been added. (#1)
- HTTP error reporting has been improved to show the URL and method of failed requests.
Bug fixes
- Tunnels are no longer re-downloaded when they already exist on the filesystem. (#5)
Install from npm
cd /my/project/root
npm install digdug --save-dev