0.9.0
Changes from 0.8.0:
Consumer.make
andProducer.make
now returnZManaged
values (#161 by @LGLO)Producer.produce/produceChunk
now produce the record/chunk immediately. The previous implementation returnedRIO[R with Blocking, Task[RecordMetadata]]
, which was potentially more efficient but also easy to miss the inner layer. The old behavior is available underproduceAsync/produceChunkAsync
. (#165 by @LGLO)- ZIO has been upgraded to 1.0.0-RC19. (#170 by @iravid)