14
0
Files
python-sshtunnel/python-sshtunnel.changes
Dirk Mueller 40f91f6cc5 - update to 0.4.0:
+ Change the daemon mod flag for all tunnel threads (is not fully backward
      compatible) to prevent unexpected hangs (`#219`_) + Add docker based end to end
      functinal tests for Mongo/Postgres/MySQL
    + Add docker based end to end hangs tests
    + Fix host key directory detection
    + Unify default ssh config folder to `~/.ssh`
    + Increase open connection timeout to 10 secods
    + Change default with context behavior to use `.stop(force=True)` on exit
    + Remove useless `daemon_forward_servers = True` hack for hangs prevention
    + Set transport keepalive to 5 second by default
    + Set default transport timeout to 0.1
    + Deprecate and remove `block_on_close` option
    + Fix "deadlocks" / "tunneling hangs"
    + Add `.stop(force=True)` for force close active connections
    + Fixes bug with orphan thread for a tunnel that is DOWN 
    + 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sshtunnel?expand=0&rev=11
2021-02-01 22:04:28 +00:00

65 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 1 22:00:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.4.0:
+ Change the daemon mod flag for all tunnel threads (is not fully backward
compatible) to prevent unexpected hangs (`#219`_) + Add docker based end to end
functinal tests for Mongo/Postgres/MySQL
+ Add docker based end to end hangs tests
+ Fix host key directory detection
+ Unify default ssh config folder to `~/.ssh`
+ Increase open connection timeout to 10 secods
+ Change default with context behavior to use `.stop(force=True)` on exit
+ Remove useless `daemon_forward_servers = True` hack for hangs prevention
+ Set transport keepalive to 5 second by default
+ Set default transport timeout to 0.1
+ Deprecate and remove `block_on_close` option
+ Fix "deadlocks" / "tunneling hangs"
+ Add `.stop(force=True)` for force close active connections
+ Fixes bug with orphan thread for a tunnel that is DOWN
+ 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.
-------------------------------------------------------------------
Mon Jul 22 12:49:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.1.5:
* Introduce block_on_close attribute
-------------------------------------------------------------------
Thu Mar 7 15:08:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove test runner exception as bug is fixed upstream
-------------------------------------------------------------------
Thu Aug 23 14:27:09 UTC 2018 - alarrosa@suse.com
- Update to 0.1.4
* Allow loading pkeys from ~/.ssh
-------------------------------------------------------------------
Wed May 9 11:21:33 UTC 2018 - tchvatal@suse.com
- Disable deprecation detector test as it is broken
-------------------------------------------------------------------
Wed May 9 10:59:26 UTC 2018 - tchvatal@suse.com
- Switch to pytest and run tests directly instead of running them
in tox virtual enviroment
-------------------------------------------------------------------
Wed May 9 10:55:00 UTC 2018 - tchvatal@suse.com
- Use %license to install license
- Really execute tests
- Really switch to github url as pypi deployment does not contain
the tests
-------------------------------------------------------------------
Mon May 7 08:23:14 UTC 2018 - adrian.glaubitz@suse.com
- Initial build
+ Version 0.1.3