Skip to content

Releases: theintern/digdug

2.1.2

17 Jul 15:14
Compare
Choose a tag to compare

Overview

This release fixes issues with detecting Selenium startup and closing tunnels.

  • Detect startup failures in recent versions of Selenium
  • Support "MicrosoftEdge" and "internet explorer" aliases for the "edge" and "ie" WebDriver drivers (#63)
  • Handle already-terminated child processes in Tunnel#close (theintern/intern#924)

2.1.1

07 Jun 03:51
Compare
Choose a tag to compare

Overview

This is primarily a bug fix release.

  • Be less aggressive about killing tunnel processes (this was the cause of theintern/intern#911)
  • Update Selenium and WebDriver versions (#62)
  • Emit a more useful error when Java is missing (#48)

2.1.0

24 Apr 14:13
Compare
Choose a tag to compare

Overview

This release contains bug fixes and improvements, and updates dependencies to support TypeScript 2.7+.

Note that starting with this version, SeleniumTunnel will support the most current versions of Selenium and the various WebDrivers by default. If SeleniumTunnel will be used with older versions of browsers, compatible versions of Selenium and the relevant WebDriver(s) should be specified.

Bug fixes

  • SeleniumTunnel more reliably kills WebDrivers when a session ends (#58)

General improvements

  • Update dependencies
  • Update driver and selenium default versions
  • Support the pacFile option in SauceLabsTunnel (#59)
  • Support newer versions of Sauce Connect (at least 4.4.12). Dig Dug was not able to detect successful startup in recent versions of SC.
  • WebDrivers are now versioned when saved by SeleniumTunnel, meaning that the tunnel cache directory no longer has to be manually deleted to download a new version of a driver

2.0.4

05 Dec 15:45
Compare
Choose a tag to compare

Overview

This release updates the @dojo dependencies used by Dig Dug.

2.0.3

20 Nov 03:33
Compare
Choose a tag to compare

Overview

This release fixes a bug in SeleniumTunnel's tunnel executable decompression logic that caused SeleniumTunnel to try to decompress downloaded tunnel binaries in some cases when it should have simply saved them (commit 07607fb).

2.0.2

20 Nov 03:29
Compare
Choose a tag to compare

Overview

This release adds support for MS Edge to the SeleniumTunnel, using the driver name "edge" (#56).

2.0.1

20 Nov 03:27
Compare
Choose a tag to compare

Overview

This release updates typings to support TypeScript 2.6, and updates the @dojo dependencies to beta 3.

2.0.0

16 Oct 13:28
Compare
Choose a tag to compare

Overview

Version 2 includes internal changes as well as improved support for recent versions of Selenium and various bugfixes.

Thanks to everyone who submitted issues or PRs, or tested Dig Dug over the last few months!

Significant updates include:

  • Dig Dug has been completely converted to TypeScript
  • Dig Dug is now published to npm as @theintern/digdug
  • The dojo and decompress dependencies were updated to new major versions
  • SeleniumTunnel now pays attention to user-provided WebDriver versions
  • Improved support for recent versions of Selenium (3.5+)
  • Improved support for recent versions of Firefox (55+)

2.0.0-beta.13

03 Oct 19:23
Compare
Choose a tag to compare
2.0.0-beta.13 Pre-release
Pre-release

Overview

This release fixes a bug with SeleniumTunnel's verbose option when using Selenium 3.5+. (#51)

1.6.5

03 Oct 19:11
Compare
Choose a tag to compare

Overview

This release fixes a bug with SeleniumTunnel's verbose option when using Selenium 3.5+. (#51)