Skip to content

4.0.1

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 04 Jan 08:33
acff50c

Changes between 4.0.0 and 4.0.1

This is a maintenance release that includes a few improvements. All users of 4.0.0 are encouraged to upgrade to this version.

This release is available from Maven Central.

Always use monotonically growing clock function in BlockingCell

BlockingCell now always uses System.nanoTime() to evaluate duration in timeout methods. This avoids errors when system clock changes.

Thanks to dhakimTRX for this contribution.

GitHub PR: #224

Add toString() to AutorecoveringChannel

Thanks to Gary Russel for this contribution.

GitHub issue: #217

Comply to Android StrictMode

This was actually fixed in 3.6.7 but is worth mentioning here. A non-correctly closed InputStream was causing failure when running on Android with StrictMode enabled.

Thanks to Tobias Knell for this contribution.

GitHub PR: #232