This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: PrefectHQ/prefect-shell
Releases · PrefectHQ/prefect-shell
v0.2.2
v0.2.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #94
- 'Update the pin on
prefect
version' by @urimandujano in #97 - Bumps build's python version by @urimandujano in #98
New Contributors
- @urimandujano made their first contribution in #97
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Update commands.py by @afekaoh in #76
- Update CODEOWNERS to Open Source GH team by @desertaxle in #91
- Conditional imports to support operating with
pydantic>2
installed by @chrisguidry in #96
New Contributors
- @afekaoh made their first contribution in #76
- @chrisguidry made their first contribution in #96
Full Changelog: v0.1.5...v0.2.0
v0.1.5
0.1.5
Released on February 17, 2023.
Changed
- Change the behavior of the
ShellOperation
stream_output
parameter. Setting it toFalse
will now only turn off the logging and not sendstdout
andstderr
toDEVNULL
. The previous behavior can be achieved by manually settingstdout
/stderr
toDEVNULL
through theopen_kwargs
arguments. - #67
Fixed
- Using
ShellOperation
on Windows - #70
v0.1.4
v0.1.3
v0.1.2
v0.1.1
0.1.1
Released on August 2nd, 2022.
Changed
- Improve error visibility on failure - #17
- Updated tests to be compatible with core Prefect library (v2.0b9) and bumped required version - #21
Fixed
- Fixed running commands that do not return any output - #23
Removed
- Removed
utils.run_shell_command
; can be accessed usingcommands.run_shell_command.fn
- #19