Skip to content

Releases: zio/zio-process

v0.7.0-RC1

19 Dec 21:07
6c1165f
Compare
Choose a tag to compare

This version targets ZIO 2.0.0-RC1.

0.7.0 and releases from here on out will use ZIO 2.0. If you're using ZIO 1.0, you can continue to use versions prior to this.

v0.6.0

16 Dec 18:58
e5cd0d4
Compare
Choose a tag to compare
  • Add killTree and killTreeForcibly (#200)
    • Note: These new methods require JVM 9+

v0.5.0

09 Jun 13:17
e99e9e3
Compare
Choose a tag to compare
  • Add kill, killForcibly, and isAlive to Process (#146)

v0.4.0

23 May 06:55
4c3ddeb
Compare
Choose a tag to compare

Release for Scala 3.0.0 support

v0.3.0

11 Nov 11:44
7513888
Compare
Choose a tag to compare
  • Simplify Command#stream signature (#72)

v0.2.0

16 Oct 06:56
07d4fcc
Compare
Choose a tag to compare
  • Upgrade ZIO dependency to 1.0.3
  • Add CommandError.WorkingDirectoryMissing (#67)
  • Use NonEmptyChunk for piped representation (#68)

v0.1.0

05 Aug 11:29
1a664a5
Compare
Choose a tag to compare
  • The error channel is now an ADT: CommandError instead of IOException
  • exitCode now returns zio.ExitCode instead of Int.
  • New method successfulExitCode for absolving non-zero error codes into the error channel.
  • lines changed to return Chunk instead of List.

v0.0.7

04 Aug 04:07
747eff8
Compare
Choose a tag to compare

Release for compatibility with ZIO 1.0.0. 🎉

v0.0.6

29 Jun 07:52
11a8b6b
Compare
Choose a tag to compare
  • Release for compatibility with ZIO 1.0.0-RC21.
  • Added support for Scala 2.11.

v0.0.5

25 May 21:01
254b7ff
Compare
Choose a tag to compare

Release for compatibility with ZIO 1.0.0-RC20.