Skip to content

Releases: zio/zio-process

v0.7.2

02 Mar 04:25
b621547
Compare
Choose a tag to compare
  • Add pid to Process (#352)

v0.7.1

30 Jun 07:46
345cd69
Compare
Choose a tag to compare
  • Properly close underlying process after using stream operators like linesStream (#265)

v0.7.0

25 Jun 10:18
f859744
Compare
Choose a tag to compare

Release supporting ZIO 2.0.0

v0.7.0-RC6

19 May 04:46
2ea531c
Compare
Choose a tag to compare

Release supporting ZIO 2.0.0-RC6

v0.7.0-RC5

09 Apr 06:16
8e94275
Compare
Choose a tag to compare

Release supporting ZIO 2.0.0-RC5

v0.7.0-RC4

05 Apr 03:30
b20b26e
Compare
Choose a tag to compare

This version targets ZIO 2.0.0-RC4.

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.7.0-RC3

19 Mar 18:24
e9c992e
Compare
Choose a tag to compare

This version targets ZIO 2.0.0-RC3.

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.7.0-RC2-2

09 Feb 09:31
9c0d562
Compare
Choose a tag to compare

Reworked ProcessInput to allow flushing input eagerly. This is particularly useful for communicating with interactive processes like REPLs and so on.

Also, new helpers were added to ProcessInput: fromQueue, fromFile, fromPath

Note: This version targets ZIO 2.0.0-RC2. 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.1

09 Feb 10:20
3880459
Compare
Choose a tag to compare

Reworked ProcessInput to allow flushing input eagerly. This is particularly useful for communicating with interactive processes like REPLs and so on.

Also, new helpers were added to ProcessInput: fromQueue, fromFile, fromPath

v0.7.0-RC2

31 Jan 00:31
a90e852
Compare
Choose a tag to compare

This version targets ZIO 2.0.0-RC2.

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.