Releases: scalecube/scalecube-cluster
Releases · scalecube/scalecube-cluster
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 )