Releases: tarantool/membership
Releases · tarantool/membership
Release 2.3.2
[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 frommembership.subscribe
should have been
unsubscribed manually, otherwise, they would never be GC'ed.
And now they are.
Release 2.3.1
[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 frommembership.subscribe
should have been
unsubscribed manually, otherwise, they would never be GC'ed.
And now they are.
Release 2.3.0 (hot-reload)
Added
- Allow reloading the code on the fly without status intervention.
Fixed
- Make subscriptions garbage-collectible. Previously,
fiber.cond
objects obtained frommembership.subscribe
should have been
unsubscribed manually, otherwise, they would never be GC'ed.
And now they are.
Release 2.2.0
Added
- New field
member.clock_delta
, which indicates difference between
remote and local clocks.