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
fix(docs): relabel Python + TypeScript from Alpha to Shipping 0.1.2
Matches aster.site hero vocabulary. Homepage language strip, both
binding index pages, overview what-is-aster, and cross-language
examples all now say Shipping 0.1.2 with PyPI / npm package names.
CSS state class renamed from --alpha to --shipping.
Alpha. The TypeScript binding mirrors the Python binding's feature set using NAPI-RS for the transport layer and pure TypeScript for the RPC framework.
13
+
Shipping 0.1.2 on npm as `@aster-rpc/aster`. The TypeScript binding mirrors the Python binding's feature set using NAPI-RS for the transport layer and pure TypeScript for the RPC framework.
Copy file name to clipboardExpand all lines: docs/bindings/python/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Python is the reference implementation for Aster. It provides the full RPC frame
12
12
13
13
## Status
14
14
15
-
Production-ready for 0.1-alpha. The Python binding is the first-class implementation and defines the reference behavior for cross-language interop. All features documented on this site are available in Python.
15
+
Shipping 0.1.2 on PyPI as `aster-rpc`. The Python binding is the first-class implementation and defines the reference behavior for cross-language interop. All features documented on this site are available in Python.
Copy file name to clipboardExpand all lines: docs/overview/what-is-aster.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,12 @@ This is not "gRPC but faster." It is a fundamentally different model, built for
46
46
47
47
## Language support
48
48
49
-
Python and TypeScript are first-class alpha bindings today, sharing the same Rust core and wire protocol. Java, .NET, Kotlin, and Go are in progress. Rust is planned.
49
+
Python and TypeScript are shipping 0.1.2 as first-class bindings today, sharing the same Rust core and wire protocol. Java, .NET, Kotlin, and Go are in progress. Rust is planned.
0 commit comments