Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.15.0 #356

Merged
merged 5 commits into from
Nov 15, 2023
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
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.15.0 - 2023-11-15

- Add support for CPU profiling
[#327](https://github.com/signalfx/splunk-otel-python/pull/327)

## 1.14.1 - 2023-10-03
- Dependencies bump, updating cryptography to 41.0.3

Expand Down Expand Up @@ -37,7 +42,7 @@

- Upgraded Otel dependencies to 1.11.1 and 0.30b1
[#226](https://github.com/signalfx/splunk-otel-python/pull/226)


## 1.5.0 - 2022-03-14

Expand Down Expand Up @@ -160,7 +165,7 @@

### Breaking Changes

- Removed support for `SPLK_` prefixed env var.
- Removed support for `SPLK_` prefixed env var.
[#65](https://github.com/signalfx/splunk-otel-python/pull/65)
- Removed `opentelemetry-propagator-b3` as a depedency. It can be installed direclty or by using
the new `b3` extras options e.g, `pip install splunk-opentelemetry[b3]`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-opentelemetry"
version = "1.14.1"
version = "1.15.0"
description = "The Splunk distribution of OpenTelemetry Python Instrumentation provides a Python agent that automatically instruments your Python application to capture and report distributed traces to SignalFx APM."
authors = ["Splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down
Loading