You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to await...@googlegroups.com
Awaitility 4.0.2 has just been released. Changes are:
* Improved formatting of elapsed time (or error and logging) for long time durations * Implemented support for "during" (issue 124) (big thanks to Pablo Díaz-López for pull request) * org.awaitility.core.ConditionEvaluationListener now has two additional hooks, "beforeEvaluation" and "onTimeout", which you can implement to get notified on these events. They are implemented as default methods to retain backward compatibility. (issue 149) (big thanks to Oliver Grof for pull request) * Upgraded Kotlin extension to use Kotlin 1.3.61 (instead of 1.3.50) * Added "handleIgnoredException" to org.awaitility.core.ConditionEvaluationListener. This is a hook that let's you react to ignored exceptions caught when evaluating a condition (thanks to Oliver Grof for pull request) * Avoid hiding exceptions on the same thread (issue 152) (thanks to Oliver Grof for pull request) * Fixed condition timeout calculation units (issue 148) (thanks to Anthony Baker for pull request)