Skip to content

Commit 4911954

Browse files
authored
update CHANGELOG and bump version to 1.6.0 (#369)
1 parent 05563c1 commit 4911954

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v1.6.0
4+
5+
- Prepend our own User agent to the OpenTelemetry SDK one (#363)
6+
- Enable containerid resource detector (#361)
7+
- Silence harmless warning about trace sampler rate not set (#356)
8+
- Bump to OTel 1.35.0 (#360)
9+
10+
Upstream changes:
11+
* https://github.com/open-telemetry/opentelemetry-python/discussions/4682
12+
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3634
13+
314
## v1.5.0
415

516
- Switch default sampler to `parentbased_traceidratio` (#351)

docs/release-notes/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-python-X.X.X-fixes]
2828
% *
2929

30+
## 1.6.0 [edot-python-1.6.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.6.0-features-enhancements]
33+
34+
- Prepend our own User agent to the OpenTelemetry SDK one ([#363](https://github.com/elastic/elastic-otel-python/pull/363))
35+
36+
For the GRPC exported they will look like `elastic-otlp-grpc-python/1.6.0 OTel-OTLP-Exporter-Python/1.35.0 grpc-python/1.74.0 grpc-c/49.0.0 (linux; chttp2)` and for the http exporter like `elastic-otlp-http-python/1.6.0 OTel-OTLP-Exporter-Python/1.35.0`.
37+
- Enable containerid resource detector to set the `container.id` attribute when running under a container using Linux cgroups ([#361](https://github.com/elastic/elastic-otel-python/pull/361))
38+
- Bump to OTel 1.35.0: better handling of exporters timeout ([#360](https://github.com/elastic/elastic-otel-python/pull/360))
39+
40+
Upstream changes:
41+
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/4682)
42+
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3634)
43+
44+
45+
### Fixes [edot-python-1.6.0-fixes]
46+
47+
- Silence harmless warning about trace sampler rate not set ([#356](https://github.com/elastic/elastic-otel-python/pull/356))
48+
3049
## 1.5.0 [edot-python-1.5.0-release-notes]
3150

3251
### Features and enhancements [edot-python-1.5.0-features-enhancements]

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.5.0"
17+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)