Skip to content

Commit 2bd6053

Browse files
authored
Hotfix for tornado instrumentation (#509)
1 parent 884c5ee commit 2bd6053

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010
- `opentelemetry-instrumentation-asgi` Set the response status code on the server span
1111
([#478](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/478))
12-
- Fixed cases where description was used with non-error status code when creating Status objects.
12+
- `opentelemetry-instrumentation-tornado` Fixed cases where description was used with non-
13+
error status code when creating Status objects.
1314
([#504](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/504))
1415

1516
### Added

Diff for: instrumentation/opentelemetry-instrumentation-tornado/setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ package_dir=
3838
packages=find_namespace:
3939
install_requires =
4040
tornado >= 6.0
41-
opentelemetry-instrumentation == 0.22.dev0
42-
opentelemetry-api == 1.3.0.dev0
43-
opentelemetry-semantic-conventions == 0.22.dev0
44-
opentelemetry-util-http == 0.22.dev0
41+
opentelemetry-instrumentation == 0.21b0
42+
opentelemetry-api == 1.2.0
43+
opentelemetry-semantic-conventions == 0.21b0
44+
opentelemetry-util-http == 0.21b0
4545

4646
[options.extras_require]
4747
test =
4848
tornado >= 6.0
49-
opentelemetry-test == 0.22.dev0
49+
opentelemetry-test == 0.21b0
5050

5151
[options.entry_points]
5252
opentelemetry_instrumentor =

Diff for: instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.22.dev0"
15+
__version__ = "0.21b1"

0 commit comments

Comments
 (0)