Skip to content

Commit

Permalink
Merge branch 'main' into RD-11571-injector-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan authored Nov 15, 2023
2 parents 43b04aa + 1f58cae commit b41a565
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.120
current_version = 1.0.121
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ get_current_span().add_event('<error-message>', {'lumigo.type': '<error-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.85|1.17.22~1.28.85|1.17.22~1.28.85|1.17.22~1.28.85|1.17.22~1.28.85|
| botocore | [boto3](https://pypi.org/project/boto3) | 1.17.22~1.29.0|1.17.22~1.29.0|1.17.22~1.29.0|1.17.22~1.29.0|1.17.22~1.29.0|
| django | [django](https://pypi.org/project/django) | 3.2.1~3.2.23|3.2.1~3.2.23|3.2.1~3.2.23|3.2.1~3.2.23|3.2.1~3.2.23|
| | | 3.2| 4.0.1~4.2.7| 4.0.1~4.2.7| 4.0.1~4.2.7| 4.0.1~4.2.7|
| | | | 3.2| 3.2| 5.0.1~5.0.1| 5.0.1~5.0.1|
Expand All @@ -230,7 +230,7 @@ get_current_span().add_event('<error-message>', {'lumigo.type': '<error-type>'})
| | [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.2| 0.100.0b2~0.104.1| 0.100.0b2~0.104.1| 0.100.0b2~0.104.1| 0.100.0b2~0.104.1|
| 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.59.2|1.45.0~1.59.2|1.45.0~1.59.2|1.45.0~1.59.2|1.49.0~1.59.2|
| grpcio | [grpcio](https://pypi.org/project/grpcio) | 1.45.0~1.60.0rc1|1.45.0~1.60.0rc1|1.45.0~1.60.0rc1|1.45.0~1.60.0rc1|1.49.0~1.60.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|
Expand Down
2 changes: 1 addition & 1 deletion src/lumigo_opentelemetry/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.120
1.0.121
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@
1.28.83
1.28.84
1.28.85
1.29.0
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@
1.28.83
1.28.84
1.28.85
1.29.0
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@
1.28.83
1.28.84
1.28.85
1.29.0
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@
1.28.83
1.28.84
1.28.85
1.29.0
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@
1.28.83
1.28.84
1.28.85
1.29.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
1.59.0
1.59.0rc1
1.59.2
1.60.0rc1
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@
1.59.0
1.59.0rc1
1.59.2
1.60.0rc1
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
1.59.0
1.59.0rc1
1.59.2
1.60.0rc1
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
1.59.0
1.59.0rc1
1.59.2
1.60.0rc1
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
1.59.0
1.59.0rc1
1.59.2
1.60.0rc1

0 comments on commit b41a565

Please sign in to comment.