Monix v2.2.3 Release Notes

Release Date: 2017-03-10 // about 7 years ago
  • ๐Ÿš‘ Critical bug fix release related to Scala 2.12:

    • Bug #330: Ack.Continue.transformWith and Ack.Stop.transformWith are not stack-safe

    Most (probably all) functionality in Monix is not affected, because Monix โœ… rarely flatMaps Continue references and we have had extensive tests for it. However this bug can be dangerous for people that have implemented the ๐Ÿ“„ communication protocol (as described in the docs) by themselves.