From 7dfc748f714ae679d8f0c34fa997467e0123f252 Mon Sep 17 00:00:00 2001 From: Adam Fisher Date: Thu, 5 Oct 2023 20:19:18 +0300 Subject: [PATCH] fix: psycopg2 testing feat: verified updated versions from version testing branch --- .github/workflows/push-actions.yml | 3 ++ .github/workflows/version-testing.yml | 3 ++ CONTRIBUTING.md | 6 +-- README.md | 49 +++++++++++-------- noxfile.py | 2 + requirements.txt | 1 - .../botocore/tested_versions/3.10/boto3 | 20 ++++++++ .../botocore/tested_versions/3.11/boto3 | 20 ++++++++ .../botocore/tested_versions/3.7/boto3 | 20 ++++++++ .../botocore/tested_versions/3.8/boto3 | 20 ++++++++ .../botocore/tested_versions/3.9/boto3 | 20 ++++++++ .../django/tested_versions/3.10/django | 35 ++++++++----- .../django/tested_versions/3.11/django | 35 ++++++++----- .../django/tested_versions/3.7/django | 34 ++++++++++++- .../django/tested_versions/3.8/django | 35 ++++++++----- .../django/tested_versions/3.9/django | 35 ++++++++----- .../fastapi/tested_versions/3.10/fastapi | 1 + .../fastapi/tested_versions/3.11/fastapi | 1 + .../fastapi/tested_versions/3.7/fastapi | 1 + .../fastapi/tested_versions/3.8/fastapi | 1 + .../fastapi/tested_versions/3.9/fastapi | 1 + .../flask/tested_versions/3.10/flask | 1 + .../flask/tested_versions/3.11/flask | 1 + .../flask/tested_versions/3.7/flask | 1 + .../flask/tested_versions/3.8/flask | 1 + .../flask/tested_versions/3.9/flask | 1 + .../grpcio/tested_versions/3.10/grpcio | 3 ++ .../grpcio/tested_versions/3.11/grpcio | 3 ++ .../grpcio/tested_versions/3.7/grpcio | 3 ++ .../grpcio/tested_versions/3.8/grpcio | 3 ++ .../grpcio/tested_versions/3.9/grpcio | 3 ++ .../redis/tested_versions/3.10/redis | 1 + .../redis/tested_versions/3.11/redis | 1 + .../redis/tested_versions/3.7/redis | 1 + .../redis/tested_versions/3.8/redis | 1 + .../redis/tested_versions/3.9/redis | 1 + 36 files changed, 290 insertions(+), 78 deletions(-) diff --git a/.github/workflows/push-actions.yml b/.github/workflows/push-actions.yml index 73180750..f565102f 100644 --- a/.github/workflows/push-actions.yml +++ b/.github/workflows/push-actions.yml @@ -44,6 +44,9 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 + - run: | + # install dependencies for (some) psycopg2 builds + apt install python3-dev libpq-dev - run: pip3 install -r requirements.txt - run: python3 -m nox -e "${{ matrix.integration-test-family }}" diff --git a/.github/workflows/version-testing.yml b/.github/workflows/version-testing.yml index a3878295..17759461 100644 --- a/.github/workflows/version-testing.yml +++ b/.github/workflows/version-testing.yml @@ -18,6 +18,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + - run: | + # install dependencies for (some) psycopg2 builds + apt install python3-dev libpq-dev - run: pip3 install -r requirements.txt - run: python3 -m nox continue-on-error: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e68d226b..23715d0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,11 +15,11 @@ Getting your machine ready to develop against the package is a straightforward p 1. Run the setup script: `python setup.py develop`. 1. Run `pre-commit install` in your repository to install pre-commit hooks -### MacOS Users +### Psycopg2 installation requirements for MacOS -Psycopg2 cannot be installed without the `pg_config` executable available, for which you'll need to install `postgres`. +`Psycopg2` cannot be installed without the `pg_config` executable available, for which you'll need to install `postgres`. For some versions of `Psycopg2`, `libpq` is also required. -You can do this with `brew update && brew install postgresql`. +You can do this with `brew update && brew install postgresql libpq`. It might be necessary to throw in a `brew tap homebrew/core` along the way. diff --git a/README.md b/README.md index 635ec7c1..11794304 100644 --- a/README.md +++ b/README.md @@ -206,33 +206,40 @@ get_current_span().add_event('', {'lumigo.type': ''}) | Instrumentation | Package | Supported Versions | | | | | | --- | --- | :---: | :---: | :---: | :---: | :---: | | | | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | -| botocore | [boto3](https://pypi.org/project/boto3) | 1.17.22~1.28.40|1.17.22~1.28.40|1.17.22~1.28.40|1.17.22~1.28.40|1.17.22~1.28.40| -| django | [django](https://pypi.org/project/django) | 3.2.1~3.2.21|3.2.1~3.2.21|3.2.1~3.2.21|3.2.1~3.2.21|3.2.1~3.2.21| -| | | 3.2| 4.0.1~4.2.5| 4.0.1~4.2.5| 4.0.1~4.2.5| 4.0.1~4.2.5| -| | | | 3.2| 3.2| 3.2| 3.2| -| | | | 4.0| 4.0| 4.0| 4.0| -| | | | 4.0.a1| 4.0.a1| 4.0.a1| 4.0.a1| -| | | | 4.0.b1| 4.0.b1| 4.0.b1| 4.0.b1| -| | | | 4.0.rc1| 4.0.rc1| 4.0.rc1| 4.0.rc1| -| | | | 4.1| 4.1| 4.1| 4.1| -| | | | 4.1.a1| 4.1.a1| 4.1.a1| 4.1.a1| -| | | | 4.1.b1| 4.1.b1| 4.1.b1| 4.1.b1| -| | | | 4.1.rc1| 4.1.rc1| 4.1.rc1| 4.1.rc1| -| | | | 4.2| 4.2| 4.2| 4.2| -| | | | 4.2.a1| 4.2.a1| 4.2.a1| 4.2.a1| -| | | | 4.2.b1| 4.2.b1| 4.2.b1| 4.2.b1| -| | | | 4.2.rc1| 4.2.rc1| 4.2.rc1| 4.2.rc1| +| botocore | [boto3](https://pypi.org/project/boto3) | 1.17.22~1.28.60|1.17.22~1.28.60|1.17.22~1.28.60|1.17.22~1.28.60|1.17.22~1.28.60| +| django | [django](https://pypi.org/project/django) | 3.2.1~3.2.22|3.2.1~3.2.22|3.2.1~3.2.22|3.2.1~3.2.22|3.2.1~3.2.22| +| | | 3.2| 4.0.1~4.2.6| 4.0.1~4.2.6| 4.0.1~4.2.6| 4.0.1~4.2.6| +| | | | 3.2| 3.2| 5.0a1| 5.0a1| +| | | | 4.0| 4.0| 3.2| 3.2| +| | | | 4.0.a1| 4.0.a1| 4.0| 4.0| +| | | | 4.0.b1| 4.0.b1| 4.0.a1| 4.0.a1| +| | | | 4.0.rc1| 4.0.rc1| 4.0.b1| 4.0.b1| +| | | | 4.1| 4.1| 4.0.rc1| 4.0.rc1| +| | | | 4.1.a1| 4.1.a1| 4.1| 4.1| +| | | | 4.1.b1| 4.1.b1| 4.1.a1| 4.1.a1| +| | | | 4.1.rc1| 4.1.rc1| 4.1.b1| 4.1.b1| +| | | | 4.1rc1| 4.1rc1| 4.1.rc1| 4.1.rc1| +| | | | 4.2| 4.2| 4.1rc1| 4.1rc1| +| | | | 4.2.a1| 4.2.a1| 4.2| 4.2| +| | | | 4.2.b1| 4.2.b1| 4.2.a1| 4.2.a1| +| | | | 4.2.rc1| 4.2.rc1| 4.2.b1| 4.2.b1| +| | | | 4.2rc1| 4.2rc1| 4.2.rc1| 4.2.rc1| +| | | | | | 4.2rc1| 4.2rc1| | fastapi | [fastapi](https://pypi.org/project/fastapi) | 0.56.1~0.100.0|0.56.1~0.100.0|0.56.1~0.100.0|0.56.1~0.100.0|0.56.1~0.100.0| -| | | 0.100.0b2~0.103.1| 0.100.0b2~0.103.1| 0.100.0b2~0.103.1| 0.100.0b2~0.103.1| 0.100.0b2~0.103.1| +| | | 0.100.0b2~0.103.2| 0.100.0b2~0.103.2| 0.100.0b2~0.103.2| 0.100.0b2~0.103.2| 0.100.0b2~0.103.2| | | [uvicorn](https://pypi.org/project/uvicorn) | 0.11.3~0.22.0|0.11.3~0.22.0|0.11.3~0.22.0|0.11.3~0.22.0|0.12.0~0.22.0| | flask | [flask](https://pypi.org/project/flask) | 2.0.0~2.2.5|2.0.0~2.2.5|2.0.0~2.2.5|2.0.0~2.2.5|2.0.0~2.2.5| -| grpcio | [grpcio](https://pypi.org/project/grpcio) | 1.45.0~1.58.0rc1|1.45.0~1.58.0rc1|1.45.0~1.58.0rc1|1.45.0~1.58.0rc1|1.49.0~1.58.0rc1| +| grpcio | [grpcio](https://pypi.org/project/grpcio) | 1.45.0~1.59.0rc1|1.45.0~1.59.0rc1|1.45.0~1.59.0rc1|1.45.0~1.59.0rc1|1.49.0~1.59.0rc1| | kafka_python | [kafka_python](https://pypi.org/project/kafka_python) | 2.0.0~2.0.2|2.0.0~2.0.2|2.0.0~2.0.2|2.0.0~2.0.2|2.0.0~2.0.2| | pika | [pika](https://pypi.org/project/pika) | 1.0.0|1.0.0|1.0.0|1.0.0|1.0.0| | | | 1.0.1~1.3.0| 1.0.1~1.3.0| 1.0.1~1.3.0| 1.0.1~1.3.0| 1.0.1~1.3.0| | | | 1.3.0rc5~1.3.2| 1.3.0rc5~1.3.2| 1.3.0rc5~1.3.2| 1.3.0rc5~1.3.2| 1.3.0rc5~1.3.2| -| psycopg2 | [psycopg2-binary](https://pypi.org/project/psycopg2-binary) | 2.9|2.9|2.9|2.9.5|2.9.5| -| | [psycopg2](https://pypi.org/project/psycopg2) | 2.9|2.9|2.9|2.9.5|2.9.5| +| psycopg2 | [psycopg2](https://pypi.org/project/psycopg2) | 2.7.5~2.9.9|2.8.1~2.9.9|2.8.1~2.9.9|2.8.1~2.8.6|2.9.5~2.9.9| +| | | 2.8| 2.8| 2.8| 2.9.5~2.9.9| | +| | | 2.9| 2.9| 2.9| 2.8| | +| | [psycopg2-binary](https://pypi.org/project/psycopg2-binary) | 2.7.5~2.9.9|2.8.1~2.9.9|2.8.1~2.9.9|2.8.1~2.8.6|2.9.5~2.9.9| +| | | 2.8| 2.8| 2.8| 2.9.5~2.9.9| | +| | | 2.9| 2.9| 2.9| 2.8| | | pymongo | [pymongo](https://pypi.org/project/pymongo) | 3.1.1~3.3.1|3.1.1~3.3.1|3.1.1~3.3.1|3.1.1~3.3.1|3.1.1~3.3.1| | | | 3.5.0~3.13.0| 3.5.0~3.13.0| 3.5.0~3.13.0| 3.5.0~3.13.0| 3.5.0~3.13.0| | | | 4.0.1~4.5.0| 4.0.1~4.5.0| 4.0.1~4.5.0| 4.0.1~4.5.0| 4.0.1~4.5.0| @@ -244,7 +251,7 @@ get_current_span().add_event('', {'lumigo.type': ''}) | | | 1.1.0~1.1.0rc2| 1.1.0~1.1.0rc2| 1.1.0~1.1.0rc2| 1.1.0~1.1.0rc2| 1.1.0~1.1.0rc2| | redis | [redis](https://pypi.org/project/redis) | 4.1.1~4.2.0|4.1.1~4.2.0|4.1.1~4.2.0|4.1.1~4.2.0|4.1.1~4.2.0| | | | 4.2.1~4.6.0| 4.2.1~4.6.0| 4.2.1~4.6.0| 4.2.1~4.6.0| 4.2.1~4.6.0| -| | | 5.0.0~5.0.0rc2| 5.0.0~5.0.0rc2| 5.0.0~5.0.0rc2| 5.0.0~5.0.0rc2| 5.0.0~5.0.0rc2| +| | | 5.0.0~5.0.1| 5.0.0~5.0.1| 5.0.0~5.0.1| 5.0.0~5.0.1| 5.0.0~5.0.1| ## Automated dependency reporting diff --git a/noxfile.py b/noxfile.py index b2ffc1f3..14550177 100755 --- a/noxfile.py +++ b/noxfile.py @@ -579,6 +579,8 @@ def integration_tests_flask(session, flask_version): session.install("werkzeug==2.2.3") else: session.install("werkzeug==2.3.7") + if flask_version.startswith("3."): + session.install("werkzeug==3.0.0") try: session.run( diff --git a/requirements.txt b/requirements.txt index 58dc43ca..606722bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,4 @@ types-requests==2.28.11.2 types-setuptools==65.5.0.2 types-urllib3<1.27 typing_extensions==4.0.1 -Werkzeug==2.0.2 zipp==3.8.0 diff --git a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.10/boto3 b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.10/boto3 index 80214c9c..265dc68f 100644 --- a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.10/boto3 +++ b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.10/boto3 @@ -280,3 +280,23 @@ 1.28.38 1.28.39 1.28.40 +1.28.41 +1.28.42 +1.28.43 +1.28.44 +1.28.45 +1.28.46 +1.28.47 +1.28.48 +1.28.49 +1.28.50 +1.28.51 +1.28.52 +1.28.53 +1.28.54 +1.28.55 +1.28.56 +1.28.57 +1.28.58 +1.28.59 +1.28.60 diff --git a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.11/boto3 b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.11/boto3 index 80214c9c..265dc68f 100644 --- a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.11/boto3 +++ b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.11/boto3 @@ -280,3 +280,23 @@ 1.28.38 1.28.39 1.28.40 +1.28.41 +1.28.42 +1.28.43 +1.28.44 +1.28.45 +1.28.46 +1.28.47 +1.28.48 +1.28.49 +1.28.50 +1.28.51 +1.28.52 +1.28.53 +1.28.54 +1.28.55 +1.28.56 +1.28.57 +1.28.58 +1.28.59 +1.28.60 diff --git a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.7/boto3 b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.7/boto3 index 80214c9c..265dc68f 100644 --- a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.7/boto3 +++ b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.7/boto3 @@ -280,3 +280,23 @@ 1.28.38 1.28.39 1.28.40 +1.28.41 +1.28.42 +1.28.43 +1.28.44 +1.28.45 +1.28.46 +1.28.47 +1.28.48 +1.28.49 +1.28.50 +1.28.51 +1.28.52 +1.28.53 +1.28.54 +1.28.55 +1.28.56 +1.28.57 +1.28.58 +1.28.59 +1.28.60 diff --git a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.8/boto3 b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.8/boto3 index 80214c9c..265dc68f 100644 --- a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.8/boto3 +++ b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.8/boto3 @@ -280,3 +280,23 @@ 1.28.38 1.28.39 1.28.40 +1.28.41 +1.28.42 +1.28.43 +1.28.44 +1.28.45 +1.28.46 +1.28.47 +1.28.48 +1.28.49 +1.28.50 +1.28.51 +1.28.52 +1.28.53 +1.28.54 +1.28.55 +1.28.56 +1.28.57 +1.28.58 +1.28.59 +1.28.60 diff --git a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.9/boto3 b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.9/boto3 index 80214c9c..265dc68f 100644 --- a/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.9/boto3 +++ b/src/lumigo_opentelemetry/instrumentations/botocore/tested_versions/3.9/boto3 @@ -280,3 +280,23 @@ 1.28.38 1.28.39 1.28.40 +1.28.41 +1.28.42 +1.28.43 +1.28.44 +1.28.45 +1.28.46 +1.28.47 +1.28.48 +1.28.49 +1.28.50 +1.28.51 +1.28.52 +1.28.53 +1.28.54 +1.28.55 +1.28.56 +1.28.57 +1.28.58 +1.28.59 +1.28.60 diff --git a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.10/django b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.10/django index f3ea850d..d8fc3f34 100644 --- a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.10/django +++ b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.10/django @@ -1,4 +1,3 @@ -3.2 3.2.1 3.2.2 3.2.3 @@ -20,10 +19,7 @@ 3.2.19 3.2.20 3.2.21 -4.0.a1 -4.0.b1 -4.0.rc1 -4.0 +3.2.22 4.0.1 4.0.2 4.0.3 @@ -34,11 +30,8 @@ 4.0.8 4.0.9 4.0.10 -4.1.a1 -4.1.b1 -4.1.rc1 -4.1 4.1.1 +4.1b1 4.1.2 4.1.3 4.1.4 @@ -49,12 +42,28 @@ 4.1.9 4.1.10 4.1.11 -4.2.a1 -4.2.b1 -4.2.rc1 -4.2 +4.1.12 4.2.1 +4.2a1 +4.2b1 4.2.2 4.2.3 4.2.4 4.2.5 +4.2.6 +5.0a1 +3.2 +4.0 +4.0.a1 +4.0.b1 +4.0.rc1 +4.1 +4.1.a1 +4.1.b1 +4.1.rc1 +4.1rc1 +4.2 +4.2.a1 +4.2.b1 +4.2.rc1 +4.2rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.11/django b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.11/django index f3ea850d..f4f5bdcb 100644 --- a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.11/django +++ b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.11/django @@ -1,4 +1,3 @@ -3.2 3.2.1 3.2.2 3.2.3 @@ -20,10 +19,7 @@ 3.2.19 3.2.20 3.2.21 -4.0.a1 -4.0.b1 -4.0.rc1 -4.0 +3.2.22 4.0.1 4.0.2 4.0.3 @@ -34,11 +30,8 @@ 4.0.8 4.0.9 4.0.10 -4.1.a1 -4.1.b1 -4.1.rc1 -4.1 4.1.1 +4.1b1 4.1.2 4.1.3 4.1.4 @@ -49,12 +42,28 @@ 4.1.9 4.1.10 4.1.11 -4.2.a1 -4.2.b1 -4.2.rc1 -4.2 +4.1.12 4.2.1 +4.2b1 +4.2a1 4.2.2 4.2.3 4.2.4 4.2.5 +4.2.6 +5.0a1 +3.2 +4.0 +4.0.a1 +4.0.b1 +4.0.rc1 +4.1 +4.1.a1 +4.1.b1 +4.1.rc1 +4.1rc1 +4.2 +4.2.a1 +4.2.b1 +4.2.rc1 +4.2rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.7/django b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.7/django index a1afad8d..6179bf68 100644 --- a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.7/django +++ b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.7/django @@ -1,4 +1,3 @@ -3.2 3.2.1 3.2.2 3.2.3 @@ -20,3 +19,36 @@ 3.2.19 3.2.20 3.2.21 +3.2.22 +!4.0.6 +!4.0.7 +!4.0.8 +!4.0.9 +!4.0.10 +!4.1.1 +!4.1b1 +!4.1.2 +!4.1.3 +!4.1.4 +!4.1.5 +!4.1.6 +!4.1.7 +!4.1.8 +!4.1.9 +!4.1.10 +!4.1.11 +!4.1.12 +!4.2.1 +!4.2a1 +!4.2b1 +!4.2.2 +!4.2.3 +!4.2.4 +!4.2.5 +!4.2.6 +!5.0a1 +3.2 +!4.1 +!4.1rc1 +!4.2 +!4.2rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.8/django b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.8/django index f3ea850d..1c0959d7 100644 --- a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.8/django +++ b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.8/django @@ -1,4 +1,3 @@ -3.2 3.2.1 3.2.2 3.2.3 @@ -20,10 +19,7 @@ 3.2.19 3.2.20 3.2.21 -4.0.a1 -4.0.b1 -4.0.rc1 -4.0 +3.2.22 4.0.1 4.0.2 4.0.3 @@ -34,11 +30,8 @@ 4.0.8 4.0.9 4.0.10 -4.1.a1 -4.1.b1 -4.1.rc1 -4.1 4.1.1 +4.1b1 4.1.2 4.1.3 4.1.4 @@ -49,12 +42,28 @@ 4.1.9 4.1.10 4.1.11 -4.2.a1 -4.2.b1 -4.2.rc1 -4.2 +4.1.12 4.2.1 +4.2b1 +4.2a1 4.2.2 4.2.3 4.2.4 4.2.5 +4.2.6 +!5.0a1 +3.2 +4.0 +4.0.a1 +4.0.b1 +4.0.rc1 +4.1 +4.1.a1 +4.1.b1 +4.1.rc1 +4.1rc1 +4.2 +4.2.a1 +4.2.b1 +4.2.rc1 +4.2rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.9/django b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.9/django index f3ea850d..1c0959d7 100644 --- a/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.9/django +++ b/src/lumigo_opentelemetry/instrumentations/django/tested_versions/3.9/django @@ -1,4 +1,3 @@ -3.2 3.2.1 3.2.2 3.2.3 @@ -20,10 +19,7 @@ 3.2.19 3.2.20 3.2.21 -4.0.a1 -4.0.b1 -4.0.rc1 -4.0 +3.2.22 4.0.1 4.0.2 4.0.3 @@ -34,11 +30,8 @@ 4.0.8 4.0.9 4.0.10 -4.1.a1 -4.1.b1 -4.1.rc1 -4.1 4.1.1 +4.1b1 4.1.2 4.1.3 4.1.4 @@ -49,12 +42,28 @@ 4.1.9 4.1.10 4.1.11 -4.2.a1 -4.2.b1 -4.2.rc1 -4.2 +4.1.12 4.2.1 +4.2b1 +4.2a1 4.2.2 4.2.3 4.2.4 4.2.5 +4.2.6 +!5.0a1 +3.2 +4.0 +4.0.a1 +4.0.b1 +4.0.rc1 +4.1 +4.1.a1 +4.1.b1 +4.1.rc1 +4.1rc1 +4.2 +4.2.a1 +4.2.b1 +4.2.rc1 +4.2rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.10/fastapi b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.10/fastapi index 2dde0df8..43d8dcc9 100644 --- a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.10/fastapi +++ b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.10/fastapi @@ -78,3 +78,4 @@ 0.102.0 0.103.0 0.103.1 +0.103.2 diff --git a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.11/fastapi b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.11/fastapi index 2dde0df8..43d8dcc9 100644 --- a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.11/fastapi +++ b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.11/fastapi @@ -78,3 +78,4 @@ 0.102.0 0.103.0 0.103.1 +0.103.2 diff --git a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.7/fastapi b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.7/fastapi index 2dde0df8..43d8dcc9 100644 --- a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.7/fastapi +++ b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.7/fastapi @@ -78,3 +78,4 @@ 0.102.0 0.103.0 0.103.1 +0.103.2 diff --git a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.8/fastapi b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.8/fastapi index 2dde0df8..43d8dcc9 100644 --- a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.8/fastapi +++ b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.8/fastapi @@ -78,3 +78,4 @@ 0.102.0 0.103.0 0.103.1 +0.103.2 diff --git a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.9/fastapi b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.9/fastapi index 2dde0df8..43d8dcc9 100644 --- a/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.9/fastapi +++ b/src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/3.9/fastapi @@ -78,3 +78,4 @@ 0.102.0 0.103.0 0.103.1 +0.103.2 diff --git a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.10/flask b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.10/flask index 44023729..4b3c01be 100644 --- a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.10/flask +++ b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.10/flask @@ -40,6 +40,7 @@ !2.3.1 !2.3.2 !2.3.3 +!3.0.0 !0.10 !0.11 !0.12 diff --git a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.11/flask b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.11/flask index 44023729..4b3c01be 100644 --- a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.11/flask +++ b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.11/flask @@ -40,6 +40,7 @@ !2.3.1 !2.3.2 !2.3.3 +!3.0.0 !0.10 !0.11 !0.12 diff --git a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.7/flask b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.7/flask index 44023729..4b3c01be 100644 --- a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.7/flask +++ b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.7/flask @@ -40,6 +40,7 @@ !2.3.1 !2.3.2 !2.3.3 +!3.0.0 !0.10 !0.11 !0.12 diff --git a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.8/flask b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.8/flask index 44023729..4b3c01be 100644 --- a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.8/flask +++ b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.8/flask @@ -40,6 +40,7 @@ !2.3.1 !2.3.2 !2.3.3 +!3.0.0 !0.10 !0.11 !0.12 diff --git a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.9/flask b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.9/flask index 44023729..4b3c01be 100644 --- a/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.9/flask +++ b/src/lumigo_opentelemetry/instrumentations/flask/tested_versions/3.9/flask @@ -40,6 +40,7 @@ !2.3.1 !2.3.2 !2.3.3 +!3.0.0 !0.10 !0.11 !0.12 diff --git a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.10/grpcio b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.10/grpcio index 0b025eee..24f5f9c2 100644 --- a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.10/grpcio +++ b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.10/grpcio @@ -43,4 +43,7 @@ 1.56.2 1.57.0 1.57.0rc1 +1.58.0 1.58.0rc1 +1.59.0 +1.59.0rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.11/grpcio b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.11/grpcio index 936336cc..4f80ffce 100644 --- a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.11/grpcio +++ b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.11/grpcio @@ -42,4 +42,7 @@ 1.56.2 1.57.0 1.57.0rc1 +1.58.0 1.58.0rc1 +1.59.0 +1.59.0rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.7/grpcio b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.7/grpcio index 0b025eee..24f5f9c2 100644 --- a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.7/grpcio +++ b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.7/grpcio @@ -43,4 +43,7 @@ 1.56.2 1.57.0 1.57.0rc1 +1.58.0 1.58.0rc1 +1.59.0 +1.59.0rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.8/grpcio b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.8/grpcio index 0b025eee..24f5f9c2 100644 --- a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.8/grpcio +++ b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.8/grpcio @@ -43,4 +43,7 @@ 1.56.2 1.57.0 1.57.0rc1 +1.58.0 1.58.0rc1 +1.59.0 +1.59.0rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.9/grpcio b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.9/grpcio index 0b025eee..24f5f9c2 100644 --- a/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.9/grpcio +++ b/src/lumigo_opentelemetry/instrumentations/grpcio/tested_versions/3.9/grpcio @@ -43,4 +43,7 @@ 1.56.2 1.57.0 1.57.0rc1 +1.58.0 1.58.0rc1 +1.59.0 +1.59.0rc1 diff --git a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.10/redis b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.10/redis index fbeb3224..a06c76c3 100644 --- a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.10/redis +++ b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.10/redis @@ -38,3 +38,4 @@ 5.0.0b4 5.0.0rc1 5.0.0rc2 +5.0.1 diff --git a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.11/redis b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.11/redis index fbeb3224..a06c76c3 100644 --- a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.11/redis +++ b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.11/redis @@ -38,3 +38,4 @@ 5.0.0b4 5.0.0rc1 5.0.0rc2 +5.0.1 diff --git a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.7/redis b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.7/redis index fbeb3224..a06c76c3 100644 --- a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.7/redis +++ b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.7/redis @@ -38,3 +38,4 @@ 5.0.0b4 5.0.0rc1 5.0.0rc2 +5.0.1 diff --git a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.8/redis b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.8/redis index fbeb3224..a06c76c3 100644 --- a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.8/redis +++ b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.8/redis @@ -38,3 +38,4 @@ 5.0.0b4 5.0.0rc1 5.0.0rc2 +5.0.1 diff --git a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.9/redis b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.9/redis index fbeb3224..a06c76c3 100644 --- a/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.9/redis +++ b/src/lumigo_opentelemetry/instrumentations/redis/tested_versions/3.9/redis @@ -38,3 +38,4 @@ 5.0.0b4 5.0.0rc1 5.0.0rc2 +5.0.1