You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
35
35
36
36
Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.
37
37
38
+
### v2.35.3
39
+
40
+
-`Async::Clock` now implements `#as_json` and `#to_json` for nicer log formatting.
41
+
38
42
### v2.35.2
39
43
40
44
- Improved handling of `Process.fork` on Ruby 4+.
@@ -75,16 +79,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
75
79
- Add `closed?` method to `Async::PriorityQueue` for full queue interface compatibility.
76
80
- Support non-blocking operations using `timeout: 0` parameter.
77
81
78
-
### v2.29.0
79
-
80
-
This release introduces thread-safety as a core concept of Async. Many core classes now have thread-safe guarantees, allowing them to be used safely across multiple threads.
81
-
82
-
- Thread-safe `Async::Condition` and `Async::Notification`, implemented using `Thread::Queue`.
83
-
- Thread-safe `Async::Queue` and `Async::LimitedQueue`, implemented using `Thread::Queue` and `Thread::LimitedQueue` respectively.
84
-
-`Async::Variable` is deprecated in favor of `Async::Promise`.
0 commit comments