Version 1.8.0
This is the final release series for Python 3.6.
- Drop Python 2.7 and 3.5 support, add 3.11 support #573
- Lots of extended checks and fixes for problems exposed.
- Color: support
NO_COLOR
/FORCE_COLOR
#575 - Commands: New
iter_lines
buffer_size
parameter #582 - Commands: cache remote commands #583
- SSH: Support reverse tunnels and dynamically allocated ports #608
- CLI: add
Set(..., all_markers={"*", "all"})
and fix support for other separators #619 - CLI: support future annotations #621
- Color: fix the ABC #617
- Exceptions: fix for exception pickling #586
- Fix for StdinDataRedirection and modifiers #605
New Contributors
- @damani42 made their first contribution in #585
- @pylanglois made their first contribution in #588
- @andriyor made their first contribution in #593
- @jesteria made their first contribution in #605
Full Changelog: v1.7.2...v1.8.0