Releases: socketry/async
Releases · socketry/async
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
v2.2.0
What's Changed
- Fix typo: a -> an by @okuramasafumi in #181
- Updated io-event gem interfaces. by @ioquatix in #182
New Contributors
- @okuramasafumi made their first contribution in #181
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.1
What's Changed
- A small readme fix by @bruno- in #148
- Test ruby 3.1.1 by @ioquatix in #150
- Ensure timeout_after yields duration. by @ioquatix in #149
- Separate out external tests. by @ioquatix in #152
- Left pad Node#inspect hex digits with zeros. by @havenwood in #54
- Add tempfile test. by @ioquatix in #151
New Contributors
- @havenwood made their first contribution in #54
Full Changelog: v2.0.0...v2.0.1
Async is dead. Long live Async.
What's Changed
Full Changelog: v1.29.1...v2.0.0