|
| 1 | +# Definition of feature: a feature is a plugin or a registry. |
| 2 | +# |
| 3 | +# Feature maturity grading rules: |
| 4 | +# 1. A feature's maturity level is `experimental` when its implementation is complete. |
| 5 | +# 2. A feature is `stable` when it meets both of the following conditions: |
| 6 | +# 2.1 It has been in a release version for more than 6 months. |
| 7 | +# 2.2 There are no bugfixes on this feature in the last three months. |
| 8 | +# 3. If a breaking change occurs or the maintainer thinks it is not stable enough, it returns to `experimental`. |
| 9 | +# |
| 10 | +# When creating new release, please update the maturity level of the features in this file, according to |
| 11 | +# the above rules. |
| 12 | +# |
| 13 | +# When adding a new feature, please set the experimental_since field to the next release. |
| 14 | + |
| 15 | +plugins: |
| 16 | + - name: bandwidth_limit |
| 17 | + status: experimental |
| 18 | + experimental_since: 0.4.0 |
| 19 | + - name: buffer |
| 20 | + status: experimental |
| 21 | + experimental_since: 0.4.0 |
| 22 | + - name: casbin |
| 23 | + status: experimental |
| 24 | + experimental_since: 0.4.0 |
| 25 | + - name: cel_script |
| 26 | + status: experimental |
| 27 | + experimental_since: 0.4.0 |
| 28 | + - name: consumer_restriction |
| 29 | + status: experimental |
| 30 | + experimental_since: 0.4.0 |
| 31 | + - name: cors |
| 32 | + status: stable |
| 33 | + stable_since: 0.4.0 |
| 34 | + - name: debug_mode |
| 35 | + status: experimental |
| 36 | + experimental_since: 0.4.0 |
| 37 | + - name: demo |
| 38 | + status: experimental |
| 39 | + experimental_since: 0.4.0 |
| 40 | + - name: ext_auth |
| 41 | + status: stable |
| 42 | + stable_since: 0.4.0 |
| 43 | + - name: fault |
| 44 | + status: stable |
| 45 | + stable_since: 0.4.0 |
| 46 | + - name: hmac_auth |
| 47 | + status: experimental |
| 48 | + experimental_since: 0.4.0 |
| 49 | + - name: inner_ext_proc |
| 50 | + status: experimental |
| 51 | + experimental_since: 0.4.0 |
| 52 | + - name: inner_lua |
| 53 | + status: experimental |
| 54 | + experimental_since: 0.4.0 |
| 55 | + - name: key_auth |
| 56 | + status: stable |
| 57 | + stable_since: 0.4.0 |
| 58 | + - name: limit_count_redis |
| 59 | + status: stable |
| 60 | + stable_since: 0.4.0 |
| 61 | + - name: limit_req |
| 62 | + status: experimental |
| 63 | + experimental_since: 0.4.0 |
| 64 | + - name: listener_patch |
| 65 | + status: experimental |
| 66 | + experimental_since: 0.4.0 |
| 67 | + - name: local_ratelimit |
| 68 | + status: stable |
| 69 | + stable_since: 0.4.0 |
| 70 | + - name: oidc |
| 71 | + status: experimental |
| 72 | + experimental_since: 0.4.0 |
| 73 | + - name: opa |
| 74 | + status: experimental |
| 75 | + experimental_since: 0.4.0 |
| 76 | + - name: outer_ext_proc |
| 77 | + status: experimental |
| 78 | + experimental_since: 0.4.0 |
| 79 | + - name: outer_lua |
| 80 | + status: experimental |
| 81 | + experimental_since: 0.4.0 |
| 82 | + - name: tls_inspector |
| 83 | + status: experimental |
| 84 | + experimental_since: 0.4.0 |
| 85 | +registries: |
| 86 | + - name: consul |
| 87 | + status: experimental |
| 88 | + experimental_since: 0.4.0 |
| 89 | + - name: nacos |
| 90 | + status: experimental |
| 91 | + experimental_since: 0.4.0 |
0 commit comments