ringpop-go v0.3.0 Release Notes

    • ๐Ÿ›  Fix "keys have diverged" forwarding error for retries #69
    • ๐Ÿ›  Fix possible race in disseminator #86
    • ๐Ÿ›  Fix possible issue with leave state not being applied correctly #94
    • ๐Ÿ›  Fix issues where unnecessary full syncs could occur #95, #97
    • ๐Ÿ‘Œ Improvements to join:
      • Join retries now have exponential backoff #68
      • Improved resilience to possible partitions at startup #65
      • Reduce network chatter on join #85
    • ๐ŸŽ Hashring performance improvements (see discussion on #58) #58
    • ๐ŸŒฒ Revamped logging; new logger options #83
    • ๐Ÿ†• New stats to aid partition detection #92, #104
    • ๐Ÿ‘Œ Improved test coverage across the board
    • โšก๏ธ Update and test with latest TChannel (v1.0.3) #103
    • โœ… Various fixes and improvements to test infrastructure