Releases: pahaz/sshtunnel
Releases · pahaz/sshtunnel
0.4.0
0.3.2
0.3.1
0.3.0
- 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
0.2.1
v.0.2.1
- Fixes bug with orphan thread for a tunnel that is DOWN (#170). (@pahaz, @eddie-chiang and @kkrasovskii)
NOTE:: regression #201
0.2.0
0.1.5
V0.1.5 (#149) * Add `block_on_close` argument * Change Example4 description