Releases: apple/swift-cluster-membership
Releases · apple/swift-cluster-membership
0.3.2
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
- adopt github actions by @ktoso in #101
- add .editorconfig file by @rnro in #103
- Aligning semantic version label check name by @FranzBusch in #106
- Fix some typo issues at README.md by @lamtrinhdev in #102
- Update release.yml by @FranzBusch in #108
- CI use 6.1 nightlies by @rnro in #109
- Rename nightly_6_1 params to nightly_next by @rnro in #110
- Only apply standard swift settings on valid targets by @rnro in #111
New Contributors
- @dustinnewman made their first contribution in #76
- @rnro made their first contribution in #104
- @FranzBusch made their first contribution in #106
- @lamtrinhdev made their first contribution in #102
Full Changelog: 0.3.1...0.3.2
0.3.1
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
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
Minor updates and cleanups to the SWIM APIs.
Refer to the 0.2.0 milestone for more details.
0.1.0: SWIM implementation
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.