Skip to content

Commit 2b581db

Browse files
wu-shengclaude
andcommitted
fix: test falcon 4.2 (latest) instead of 4.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 86857fa commit 2b581db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/en/setup/Plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ or a limitation of SkyWalking auto-instrumentation (welcome to contribute!)
2424
| [django](https://www.djangoproject.com/) | Python >=3.13 - ['5.1']; Python >=3.10 - ['3.2']; | `sw_django` |
2525
| [elasticsearch](https://github.com/elastic/elasticsearch-py) | Python >=3.7 - ['7.13', '7.14', '7.15']; | `sw_elasticsearch` |
2626
| [hug](https://falcon.readthedocs.io/en/stable/) | Python >=3.11 - NOT SUPPORTED YET; Python >=3.10 - ['2.5', '2.6']; Python >=3.7 - ['2.4.1', '2.5', '2.6']; | `sw_falcon` |
27-
| [falcon](https://falcon.readthedocs.io/en/stable/) | Python >=3.13 - ['4.0']; Python >=3.10 - ['3.1', '4.0']; | `sw_falcon_v3` |
27+
| [falcon](https://falcon.readthedocs.io/en/stable/) | Python >=3.13 - ['4.2']; Python >=3.10 - ['3.1', '4.2']; | `sw_falcon_v3` |
2828
| [fastapi](https://fastapi.tiangolo.com) | Python >=3.7 - ['0.89.*', '0.88.*']; | `sw_fastapi` |
2929
| [flask](https://flask.palletsprojects.com) | Python >=3.14 - ['3.0']; Python >=3.10 - ['2.0']; | `sw_flask` |
3030
| [grpcio](https://grpc.io/docs/languages/python) | Python >=3.8 - ['1.*']; | `sw_grpc` |

skywalking/plugins/sw_falcon_v3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
link_vector = ['https://falcon.readthedocs.io/en/stable/']
2525
support_matrix = {
2626
'falcon': {
27-
'>=3.13': ['4.0'],
28-
'>=3.10': ['3.1', '4.0'],
27+
'>=3.13': ['4.2'],
28+
'>=3.10': ['3.1', '4.2'],
2929
}
3030
}
3131
note = """Falcon 3.x/4.x plugin. For legacy hug-based instrumentation, see sw_falcon."""

0 commit comments

Comments
 (0)