Releases: thearchitector/tee-subprocess
Releases · thearchitector/tee-subprocess
v1.2.0
v1.1.0
[1.1.0] - 2024-09-19
Added
- Support for
os.PathLike
arguments when not using shell mode, for parity with the standard library. - Support for
bytes
arguments. Singlebytes
arguments are not supported on Windows. - Better static typing to disallow combining conflicting arguments (ie.
text=True, stdout=BytesIO
).
v1.0.0
[1.0.0] - 2023-11-29
Added
- The ability to drop-in replace
subprocess.run
anywhere in your project with atee=True
alternative. - Support for asynchronous environments.
- Support for arbitrary tee locations (stdout, file objects, etc.).
- Support for list-style direct execution in addition to string-style shell execution.