Skip to content

Commit 918dde4

Browse files
committed
chore(version): Bump version to 3.0.0
Signed-off-by: Paulo Vital <[email protected]>
1 parent 2ffa1b2 commit 918dde4

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
The `instana` Python package collects key metrics and distributed traces for [Instana].
44

5-
This package supports Python 3.8 or greater.
6-
75
Any feedback is welcome. Happy Python visibility.
86

97
[![CircleCI](https://circleci.com/gh/instana/python-sensor/tree/master.svg?style=svg)](https://circleci.com/gh/instana/python-sensor/tree/master)
10-
[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io)
8+
[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-disabled-red.svg)](http://opentracing.io)
9+
[![OpenTelemetry Badge](https://img.shields.io/badge/OpenTelemetry-enabled-blue.svg)](http://opentelemetry.io)
10+
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Finstana%2Fpython-sensor%2Frefs%2Fheads%2Fmaster%2Fpyproject.toml)
11+
![GitHub Release](https://img.shields.io/github/v/release/instana/python-sensor)
12+
13+
> [!NOTE]
14+
> Support for OpenTracing is deprecated starting on version 3.0.0. If you still want to use it, rely on any version up to 2.5.3 or use the `legacy_2.x` branch.
1115
1216
## Installation
1317

@@ -53,7 +57,7 @@ Want to instrument other languages? See our [Node.js], [Go], [Ruby] instrumenta
5357

5458
<!-- Reference links -->
5559
[Instana]: https://www.instana.com/ "IBM Instana Observability"
56-
[Instana AutoTrace™️]: https://www.instana.com/supported-technologies/instana-autotrace/ "Instana AutoTrace"
60+
[Instana AutoTrace™️]: https://www.ibm.com/docs/en/instana-observability/current?topic=kubernetes-instana-autotrace-webhook "Instana AutoTrace"
5761
[configuration page]: https://www.ibm.com/docs/en/instana-observability/current?topic=package-python-configuration-configuring-instana#general "Instana Python package configuration"
5862
[PyPI]: https://pypi.python.org/pypi/instana "Instana package at PyPI"
5963
[installation document]: https://www.ibm.com/docs/en/instana-observability/current?topic=technologies-monitoring-python-instana-python-package#installing "Instana Python package installation"

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ dependencies = [
4949
"requests>=2.6.0",
5050
"six>=1.12.0",
5151
"urllib3>=1.26.5",
52-
"opentelemetry-api>=1.26.0",
53-
"opentelemetry-semantic-conventions>=0.47b0",
52+
"opentelemetry-api>=1.27.0",
53+
"opentelemetry-semantic-conventions>=0.48b0",
54+
"typing_extensions>=4.12.2",
5455
]
5556

5657
[project.entry-points."instana"]

src/instana/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Module version file. Used by setup.py and snapshot reporting.
55

6-
VERSION = "3.0.0.dev0"
6+
VERSION = "3.0.0"

0 commit comments

Comments
 (0)