Skip to content

Releases: socketry/async

v2.8.0

03 Jan 04:06
a2d9af4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

02 Jan 02:01
d4409ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.5...v2.7.0

v2.6.2

13 Jun 12:47
576b2b0
Compare
Choose a tag to compare

What's Changed

  • Don't allow event loop to be interrupted at any time. by @ioquatix in #223

Full Changelog: v2.6.1...v2.6.2

v2.6.1

09 Jun 06:57
266972c
Compare
Choose a tag to compare

What's Changed

  • Ensure transient tasks are correctly terminated. by @ioquatix in #245

Full Changelog: v2.6.0...v2.6.1

v2.6.0

07 Jun 13:41
987683e
Compare
Choose a tag to compare

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

Full Changelog: v2.5.1...v2.6.0

v2.5.1

07 Jun 13:41
71cb14e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

19 Mar 23:05
09bffd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.5.0

v1.31.0

02 Mar 10:20
9e49bee
Compare
Choose a tag to compare
  • Backport Async::Semaphore#limit=.

Full Changelog: v1.30.3...v1.31.0

v2.4.0

02 Mar 10:20
d2d3cf0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.0

04 Dec 05:07
2384796
Compare
Choose a tag to compare

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 to Async::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