Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-shell

v0.2.2

29 Nov 19:53
2e837e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Nov 22:49
09f2a77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Oct 18:11
2ce028e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

17 Feb 22:26
cac3c3a
Compare
Choose a tag to compare

0.1.5

Released on February 17, 2023.

Changed

  • Change the behavior of the ShellOperation stream_output parameter. Setting it to False will now only turn off the logging and not send stdout and stderr to DEVNULL. The previous behavior can be achieved by manually setting stdout/stderr to DEVNULL through the open_kwargs arguments. - #67

Fixed

  • Using ShellOperation on Windows - #70

v0.1.4

02 Feb 18:47
2e81385
Compare
Choose a tag to compare

0.1.4

Released on February 2nd, 2023.

Added

  • ShellOperation job block - #55

Fixed

  • If using PowerShell, set exit code to that of command - #51

v0.1.3

26 Oct 19:57
63e59fa
Compare
Choose a tag to compare

0.1.3

Added

  • Added cwd keyword argument in shell_run_command - #41

Changed

  • Have shell_run_command default to shell="powershell" if sys.platform == "win32" else "bash" - #47

v0.1.2

07 Oct 23:47
2640885
Compare
Choose a tag to compare

0.1.2

Released on October 7th, 2022.

Added

  • Added extension keyword argument in shell_run_command - #37

Fixed

  • Use current environment in shell_run_command - #28
  • Using shell_run_command on Windows environment - #37

v0.1.1

02 Aug 21:27
8a06259
Compare
Choose a tag to compare

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 using commands.run_shell_command.fn - #19

v0.1.0

09 Mar 19:36
653a82f
Compare
Choose a tag to compare

0.1.0

Released on March 9th, 2022.

Added

  • shell_run_command task and utility - #1