Releases: socketry/async
Releases · socketry/async
v2.8.0
v2.7.0
v2.6.2
v2.6.1
v2.6.0
What's Changed
- Fix trasient typo; make general syntax and punctuation edits to readme by @ColinDKelley in #235
- Better error handling when scheduler is closed. by @ioquatix in #240
- Delegate to
Fiber#annotate
where possible. by @ioquatix in #241 - Fix handling of stop stopping the stopping task. by @ioquatix in #242
- Strip device suffix before resolving hostname. by @ioquatix in #243
New Contributors
- @ColinDKelley made their first contribution in #235
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Guide: LimitedBarrier was renamed to Waiter by @leonnicolas in #231
- Skip io write hook by @ioquatix in #233
New Contributors
- @leonnicolas made their first contribution in #231
Full Changelog: v2.5.0...v2.5.1
v2.5.0
v1.31.0
- Backport
Async::Semaphore#limit=
.
Full Changelog: v1.30.3...v1.31.0
v2.4.0
v2.3.0
What's Changed
- Convert tests to
sus
. by @ioquatix in #188 - Use a linked list for the barrier implementation. by @ioquatix in #192
- Add a concurrency primitive for waiting for a specific number of tasks to complete. by @ioquatix in #189
- Better support for
Fiber.set_scheduler
. by @ioquatix in #194 - Rename
Async::LimitedBarrier
toAsync::Waiter
based on feedback. by @ioquatix in #196 - Relax
io-event
dependency. by @ioquatix in #200 - Implement semaphore using linked list. by @ioquatix in #203
Full Changelog: v2.2.1...v2.3.0