v12.3.0
Highlights
- the async variant of
toEventually
no longer kicks off unstructured background tasks to check that the matcher matches. This means that there will no longer be the possibility that the same value will be being checked by multiples of the same matcher.
What's Changed
- Bump activesupport from 7.0.4.3 to 7.0.7.2 by @dependabot in #1080
- Bump actions/checkout from 3 to 4 by @dependabot in #1081
- Implement the async variant of toEventually using structured concurrency by @younata in #1079
- Fix all swiftlint warnings by @younata in #1085
Full Changelog: v12.2.0...v12.3.0