Skip to content

Releases: tarantool/membership

2.4.5

24 Jun 10:19
f5b67f0
Compare
Choose a tag to compare

Fixed

  • Invalid events parsing.

2.4.4

09 Apr 10:28
23a73d0
Compare
Choose a tag to compare

Fixed

  • Invalid payload parsing in anti entropy step.

2.4.3

29 Jan 15:34
cbdd0b3
Compare
Choose a tag to compare

Fixed

  • Invalid payload parsing when the message is broken.

2.4.2

18 Jan 14:04
265a7f2
Compare
Choose a tag to compare

Added

  • IPv6 support.
  • remove_member function to clean up member data.

2.4.1

28 Sep 13:11
236a13e
Compare
Choose a tag to compare

Fixed

  • Log overflow when inner fibers weren't canceled.

Release 2.4.0

12 Jul 22:07
f62e09c
Compare
Choose a tag to compare

[2.4.0] - 2021-07-12

Added

  • New option SUSPICIOUSNESS (default: true) allows to
    disable generation of rumors about suspected members. Also,
    membership won't produce any rumors unless myself is alive.

  • New option log_debug which can be easily overridden to
    control the verbosity level.

Fixed

  • Uncaught exception which prevented discovering
    non-decryptable members.

  • Avoid event duplication due to a bug.

  • Properly handle the internal option NUM_FAILURE_DETECTION_SUBGROUPS
    which controls the number of indirect pings.

Release 2.3.2

22 Apr 17:16
3b51d64
Compare
Choose a tag to compare

[2.3.2] - 2021-04-22

Fixed

  • Enhance logging of getaddrinfo errors when DNS malfunctions.

[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.

Release 2.3.1

18 Nov 15:53
a01800e
Compare
Choose a tag to compare

[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.

Release 2.3.0 (hot-reload)

17 Nov 15:39
0c3acc5
Compare
Choose a tag to compare

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.

Release 2.2.0

22 Oct 10:07
Compare
Choose a tag to compare

Added

  • New field member.clock_delta, which indicates difference between
    remote and local clocks.