File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,17 @@ Experimental features are published as part of our regular releases (e.g. a prod
6666public beta). During an experimental phase, breaking changes on those features may occur
6767within minor releases.
6868
69+ The stability of experimental features is not related to the stability of its upstream API.
70+
71+ Experimental features have different levels of maturity (e.g. experimental, alpha, beta)
72+ based on the maturity of the upstream API.
73+
6974While experimental features will be announced in the release notes, you can also find
7075whether a python class or function is experimental in its docstring:
7176
7277```
7378Experimental:
74- $PRODUCT is experimental , breaking changes may occur within minor releases.
79+ $PRODUCT is $MATURITY , breaking changes may occur within minor releases.
7580 See https://docs.hetzner.cloud/changelog#$SLUG for more details.
7681```
7782
@@ -151,7 +156,7 @@ To publish experimental features as part of regular releases:
151156 ``` py
152157 """
153158 Experimental:
154- $PRODUCT is experimental , breaking changes may occur within minor releases.
159+ $PRODUCT is $MATURITY , breaking changes may occur within minor releases.
155160 See https://docs.hetzner.cloud/changelog#$SLUG for more details.
156161 """
157162 ```
You can’t perform that action at this time.
0 commit comments