Skip to content

v5.2.0

Latest
Compare
Choose a tag to compare
@gaelrenoux gaelrenoux released this 24 Mar 16:15
· 3 commits to master since this release

Two new features in this version:

  • The transactionOrDieStream and autoCommitStream now let you provide the Connection to a ZStream without converting it to a ZIO first, staying in streaming mode (#35). Thanks @xQwexx for the help!
  • Introduction of the DatabaseT[M] type, that lets you handle multiple databases in the same ZIO environment (#51).