Skip to content

Releases: pahaz/sshtunnel

0.4.0

11 Jan 13:28
58a46ef
Compare
Choose a tag to compare
  • Change the daemon mod flag for all tunnel threads to prevent unexpected hangs (#219) (is not fully backward compatible!)
  • Add docker based end to end functional tests for Mongo/Postgres/MySQL (#219)
  • Add docker based end to end hangs tests (#219)

0.3.2

11 Jan 11:40
Compare
Choose a tag to compare
  • Fix host key directory detection and unify default ssh config folder to ~/.ssh (#216)

0.3.1

15 Nov 21:10
cd374d5
Compare
Choose a tag to compare
  • change default TUNNEL_TIMEOUT to 10.0 (related to #171)

0.3.0

15 Nov 20:03
856aa94
Compare
Choose a tag to compare
  • Change default with context behavior to use .stop(force=True) on exit (is not fully backward compatible)
  • Remove useless daemon_forward_servers = True hack for hangs prevention (is not fully backward compatible)
  • Set transport keepalive to 5 second by default (disabled for version < 0.3.0)
  • Set default transport timeout to 0.1
  • Deprecate and remove block_on_close option
  • Fix "deadlocks" / "tunneling hangs" (#173, #201, #162, #211)

0.2.2

31 Oct 10:25
73d5614
Compare
Choose a tag to compare

v.0.2.2

  • Add .stop(force=True) for force close active connections (#201) (@pahaz)

0.2.1

24 Oct 14:40
3c0b18a
Compare
Choose a tag to compare

v.0.2.1

NOTE:: regression #201

0.2.0

24 Oct 13:40
b7905f9
Compare
Choose a tag to compare

v.0.2.0

  • Support IPv6 without proxy command. Use built-in paramiko create socket logic. The logic tries to use ipv6 socket family first, then ipv4 socket family. (Georgy Rylov) #195

NOTE: possible regression #201

0.1.5

19 Sep 13:48
4461abe
Compare
Choose a tag to compare
V0.1.5 (#149)

* Add `block_on_close` argument
* Change Example4 description

0.0.7.3

16 Feb 19:44
Compare
Choose a tag to compare
Add `allow_agent`