Releases: scalecube/scalecube-cluster
Releases · scalecube/scalecube-cluster
2.6.15
What's Changed
- Removed jmx support by @artem-v in #382
- Bump requests from 2.20.1 to 2.31.0 by @dependabot in #381
- Make local member ID explicitly configurable via ClusterConfig by @rpuch in #380
- Dependencies update by @artem-v in #383
New Contributors
Full Changelog: 2.6.14...2.6.15
2.6.14
What's Changed
- Fix logged message grammar: leaved -> left by @ptupitsyn in #377
- Adds to infected when gossip received from 2nd and following senders by @b9r5 in #379
New Contributors
- @ptupitsyn made their first contribution in #377
- @b9r5 made their first contribution in #379
Full Changelog: 2.6.13...2.6.14
2.6.13
What's Changed
- Remove ClusterImpl#isShutdown method by @sashapolo in #373
- Update parent by @artem-v in #376
New Contributors
- @sashapolo made their first contribution in #373
Full Changelog: 2.6.12...2.6.13
2.6.12
What's Changed
- added
addressMapper
intTransportImpl
(@matyasberry )
2.6.11
2.6.10
2.6.9
- Updated
reactor
to2020.0.6
- Added safe code in
TransportImpl
andMetadataStoreImpl
. - Enhanced error messages all over the places (now error message contains context information in which error had occurred).
- Cleaned code from reactor deprecates (once again).
- Made
TransportFactory
required configuration parameter (removedServiceLoaderUtil.findFirst()
magic) - Fixed CI (@segabriel).
2.6.9-test-rc1
Fixing ci2 (#360) * Enhanced error messages * Made `transportFactory` as non-autocomputable * Cleaned all reactor deprecations * Updated `reactor` (to `2020.0.6`) * Fixed CI (@segabriel )