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: blog/2025-09-24-temporal-release/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,11 @@ implementations (more on that later) and will soon being
28
28
29
29
### Why v0.1? Why not v1.0?
30
30
31
-
Right now the [Temporal proposal](https://github.com/tc39/proposal-temporal) is at Stage 3 in the standards process (4 being the final stage). Although unlikely,
31
+
Right now the [Temporal proposal](https://github.com/tc39/proposal-temporal) is at Stage 3 (4 being the final stage) in the standards process. Although unlikely,
32
32
we want to remain on a minor version to catch any changes which come in (mosty bug fixes) before the proposal reaches stage 4
33
-
and thus complete. We expect this to happen in Q1 2026.
33
+
and thus complete. We expect that to happen in Q1 2026.
34
+
35
+
Fear not! temporal_rs passes over 4000 specification tests, is stable and ready to use.
34
36
35
37
To celebrate the release of `temporal_rs`, we'll cover a short
36
38
background of the Temporal implementation in Boa and why `temporal_rs`
0 commit comments