8000 Releases · apple/swift-cluster-membership · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: apple/swift-cluster-membership

0.3.2

13 Mar 09:20
209b849
Compare
Choose a tag to compare

What's Changed

SemVer Patch

  • Follow-up cleanup of GitHub Actions migration by @rnro in #104
  • Enable MemberImportVisibility check on all targets by @rnro in #107

Other Changes

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

24 Nov 07:39
0.3.1
3896fce
Compare
Choose a tag to compare

Changes

  • =fix Small typo in overloaded less-than operator for Node struct - thank you @dustinnewman!
  • Compiling SWIMNIOExample fails (logs included) -- this was due to a new API that we moved from SWIM's impl to upstream so we now had two definitions of the same API; fixed.
  • =metrics more precise emitting of pingRequest metrics

Details

Please refer to the 0.3.1 milestone for a complete list of changes.

Credits

commits added removed
    3       1      49 Konrad `ktoso` Malawski
    1      51       1 Dustin @dustinnewman
    1       0       4 tomer doron

0.3.0 - swift-metrics support in SWIM implementation

02 Oct 08:37
0.3.0
343e2ad
Compare
Choose a tag to compare

New features

  • the SWIM.Instance as well as example NIO implementation now emit metrics using swift-metrics

Changes

  • This release includes a single commit since 0.2.0, enabling the metrics support.
  • There are no wire-compatibility concerns wrt. upgrading to 0.3.0 from 0.2.0 cluster nodes in a rolling upgrade.

Please refer to the 0.3.0 milestone for a complete list of changes.

commits  added  removed
      1   1151       26 Konrad `ktoso` Malawski
      1      2        1 Tomer Doron

0.2.0 Minor SWIM updates

08 Sep 10:01
0.2.0
Compare
Choose a tag to compare

Minor updates and cleanups to the SWIM APIs.

Refer to the 0.2.0 milestone for more details.

0.1.0: SWIM implementation

26 Aug 16:33
Compare
Choose a tag to compare

First release!

In the first release we're including an implementation of the SWIM membership protocol.

Please refer to and to learn more about it.

0