File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,15 @@ 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+ Experimental features have different levels of maturity (e.g. experimental, alpha, beta)
70+ based on the maturity of the upstream API.
71+
6972While experimental features will be announced in the release notes, you can also find
7073whether a python class or function is experimental in its docstring:
7174
7275```
7376Experimental:
74- $PRODUCT is experimental , breaking changes may occur within minor releases.
77+ $PRODUCT is $MATURITY , breaking changes may occur within minor releases.
7578 See https://docs.hetzner.cloud/changelog#$SLUG for more details.
7679```
7780
@@ -151,7 +154,7 @@ To publish experimental features as part of regular releases:
151154 ``` py
152155 """
153156 Experimental:
154- $PRODUCT is experimental , breaking changes may occur within minor releases.
157+ $PRODUCT is $MATURITY , breaking changes may occur within minor releases.
155158 See https://docs.hetzner.cloud/changelog#$SLUG for more details.
156159 """
157160 ```
You can’t perform that action at this time.
0 commit comments