Releases: zio/zio-process
Releases · zio/zio-process
v0.7.0-RC1
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
- Add
killTree
and killTreeForcibly
(#200)
- Note: These new methods require JVM 9+
v0.5.0
- Add
kill
, killForcibly
, and isAlive
to Process
(#146)
v0.4.0
Release for Scala 3.0.0 support
v0.3.0
- Simplify Command#stream signature (#72)
v0.2.0
- Upgrade ZIO dependency to 1.0.3
- Add
CommandError.WorkingDirectoryMissing
(#67)
- Use
NonEmptyChunk
for piped representation (#68)
v0.1.0
- 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
Release for compatibility with ZIO 1.0.0. 🎉
v0.0.6
- Release for compatibility with ZIO 1.0.0-RC21.
- Added support for Scala 2.11.
v0.0.5
Release for compatibility with ZIO 1.0.0-RC20.