Skip to content

0.9.0

Compare
Choose a tag to compare
@iravid iravid released this 16 May 11:31
· 805 commits to master since this release
41b58d8

Changes from 0.8.0:

  • Consumer.make and Producer.make now return ZManaged values (#161 by @LGLO)
  • Producer.produce/produceChunk now produce the record/chunk immediately. The previous implementation returned RIO[R with Blocking, Task[RecordMetadata]], which was potentially more efficient but also easy to miss the inner layer. The old behavior is available under produceAsync/produceChunkAsync. (#165 by @LGLO)
  • ZIO has been upgraded to 1.0.0-RC19. (#170 by @iravid)