- Fixes
- Fixed an issue in which go-routines were leaked in
Results()
method ofRecordset
on cancellation. Based on PR #128, thanks to Noel Cower - Fixed issues regarding leaked goroutines in
Cluster.WaitTillStablized()
,Cluster.MigrationInProgress()
, andCluster.WaitUntillMigrationIsFinished()
methods. PR #126, thanks to Anton
- Fixed an issue in which go-routines were leaked in
- Improvements
- Improved cluster
tend()
logic. - Added
Recordset.Read()
method. - Minor fixes in docs and code formatting. Thanks to Andrew Murray and Erik Dubbelboer
- Improved cluster