Skip to content

Release 2.3.1

Compare
Choose a tag to compare
@rosik rosik released this 18 Nov 15:53
· 31 commits to master since this release
a01800e

[2.3.1] - 2020-11-18

Fixed

  • Make the initialization error more informative.

[2.3.0] - 2020-11-17

Added

  • Allow reloading the code on the fly without status intervention.

Fixed

  • Make subscriptions garbage-collectible. Previously, fiber.cond
    objects obtained from membership.subscribe should have been
    unsubscribed manually, otherwise, they would never be GC'ed.
    And now they are.