Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> The following components are released independently and maintain individual CHANGELOG files.
> Use [this search for a list of all CHANGELOG.md files in this repo](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python-contrib+path%3A**%2FCHANGELOG.md&type=code).

## Unreleased
## Version 1.38.0/0.59b0 (2025-10-16)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion _template/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
4 changes: 2 additions & 2 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sortfirst=
ext/*

[stable]
version=1.38.0.dev
version=1.38.0

packages=
opentelemetry-sdk
Expand All @@ -35,7 +35,7 @@ packages=
opentelemetry-exporter-credential-provider-gcp

[prerelease]
version=0.59b0.dev
version=0.59b0

packages=
all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-sdk ~= 1.12",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0",
"rich>=10.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.5",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-util-http == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"opentelemetry-util-http == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-util-http == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"opentelemetry-util-http == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.27",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"typing_extensions ~= 4.1",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-instrumentation-dbapi == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-instrumentation-dbapi == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ classifiers = [
dependencies = [
"asgiref ~= 3.0",
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-util-http == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"opentelemetry-util-http == 0.59b0",
]

[project.optional-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"wrapt ~= 1.0",
"typing_extensions ~= 4.12",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.14",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
]

[project.optional-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"opentelemetry-propagator-aws-xray ~= 1.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
]

[project.optional-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.37",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"opentelemetry-propagator-aws-xray ~= 1.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
]

[project.optional-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-api ~= 1.12",
"wrapt >= 1.0.0, < 2.0.0",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"

_instruments = tuple()
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.59b0.dev",
"opentelemetry-instrumentation-wsgi == 0.59b0.dev",
"opentelemetry-semantic-conventions == 0.59b0.dev",
"opentelemetry-util-http == 0.59b0.dev",
"opentelemetry-instrumentation == 0.59b0",
"opentelemetry-instrumentation-wsgi == 0.59b0",
"opentelemetry-semantic-conventions == 0.59b0",
"opentelemetry-util-http == 0.59b0",
]

[project.optional-dependencies]
asgi = [
"opentelemetry-instrumentation-asgi == 0.59b0.dev",
"opentelemetry-instrumentation-asgi == 0.59b0",
]
instruments = [
"django >= 1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.59b0.dev"
__version__ = "0.59b0"
Loading