You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+55-9Lines changed: 55 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,52 @@
2
2
3
3
## Unreleased
4
4
5
+
## v0.96.1
6
+
7
+
This Splunk OpenTelemetry Collector release includes changes from the [opentelemetry-collector v0.96.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.96.0) and the [opentelemetry-collector-contrib v0.96.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.96.0) releases where appropriate.
8
+
9
+
### 🛑 Breaking changes 🛑
10
+
11
+
- (Core) `configgrpc`: Remove deprecated `GRPCClientSettings`, `GRPCServerSettings`, and `ServerConfig.ToListenerContext`. ([#9616](https://github.com/open-telemetry/opentelemetry-collector/pull/9616))
12
+
- (Core) `confighttp`: Remove deprecated `HTTPClientSettings`, `NewDefaultHTTPClientSettings`, and `CORSSettings`. ([#9625](https://github.com/open-telemetry/opentelemetry-collector/pull/9625))
13
+
- (Core) `confignet`: Removes deprecated `NetAddr` and `TCPAddr` ([#9614](https://github.com/open-telemetry/opentelemetry-collector/pull/9614))
- (Core) `configtls`: Add `include_system_ca_certs_pool` to configtls, allowing to load system certs and additional custom certs. ([#7774](https://github.com/open-telemetry/opentelemetry-collector/pull/7774))
22
+
- (Core) `otelcol`: Add `ConfigProviderSettings` to `CollectorSettings` ([#4759](https://github.com/open-telemetry/opentelemetry-collector/pull/4759))
23
+
This allows passing a custom list of `confmap.Provider`s to `otelcol.NewCommand`.
24
+
- (Core) `pdata`: Update to OTLP v1.1.0 ([#9587](https://github.com/open-telemetry/opentelemetry-collector/pull/9587))
25
+
Introduces Span and SpanLink flags.
26
+
- (Core) `confmap`: Update mapstructure to use a maintained fork, github.com/go-viper/mapstructure/v2. ([#9634](https://github.com/open-telemetry/opentelemetry-collector/pull/9634))
27
+
See https://github.com/mitchellh/mapstructure/issues/349 for context.
28
+
- (Contrib) `statsdreceiver`: Add support for the latest version of DogStatsD protocol (v1.3) ([#31295](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31295))
29
+
- (Contrib) `fileexporter`: Scope the behavior of the fileexporter to its lifecycle, so it is safe to shut it down or restart it. ([#27489](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/27489))
30
+
- (Contrib) `processor/resourcedetection`: Add `processor.resourcedetection.hostCPUSteppingAsString` feature gate to change the type of `host.cpu.stepping` from `int` to `string`. ([#31136](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31136))
31
+
This feature gate will graduate to beta in the next release.
32
+
- (Contrib) `routingconnector`: a warning is logged if there are two or more routing items with the same routing statement ([#30663](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30663))
33
+
- (Contrib) `pkg/ottl`: Add new IsInt function to facilitate type checking. ([#27894](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/27894))
34
+
- (Contrib) `cmd/mdatagen`: Make lifecycle tests generated by default ([#31532](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31532))
The default implementation recreates and closes connections on each scrape per database configured/discovered.
38
+
This change offers a feature gated alternative to keep connections open. Also, it exposes connection configuration to control the behavior of the pool.
39
+
40
+
### 🧰 Bug fixes 🧰
41
+
42
+
- (Core) `configretry`: Allow max_elapsed_time to be set to 0 for indefinite retries ([#9641](https://github.com/open-telemetry/opentelemetry-collector/pull/9641))
43
+
- (Core) `client`: Make `Metadata.Get` thread safe ([#9595](https://github.com/open-telemetry/opentelemetry-collector/pull/9595))
44
+
- (Contrib) `carbonreceiver`: Accept carbon metrics with float timestamps ([#31312](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31312))
45
+
- (Contrib) `journaldreceiver`: Fix bug where failed startup could bury error message due to panic during shutdown ([#31476](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31476))
46
+
- (Contrib) `loadbalancingexporter`: Fixes a bug where the endpoint become required, despite not being used by the load balancing exporter. ([#31371](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31371))
47
+
- (Contrib) `oracledbreceiver`: Use metadata.Type for the scraper id to avoid invalid scraper IDs. ([#31457](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31457))
48
+
- (Contrib) `filelogreceiver`: Fix bug where delete_after_read would cause panic ([#31383](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31383))
49
+
- (Contrib) `receiver/filelog`: Fix issue where file fingerprint could be corrupted while reading. ([#22936](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/22936))
50
+
5
51
## v0.96.0
6
52
7
53
This Splunk OpenTelemetry Collector release includes changes from the [opentelemetry-collector v0.96.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.96.0) and the [opentelemetry-collector-contrib v0.96.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.96.0) releases where appropriate.
@@ -12,15 +58,15 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
12
58
13
59
### 💡 Enhancements 💡
14
60
15
-
- Bump github.com/prometheus/common from 0.46.0 to 0.49.0 ([#4353](https://github.com/signalfx/splunk-otel-collector/pull/4382))
16
-
- Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.17.0 to 0.18.0 ([#4382](https://github.com/signalfx/splunk-otel-collector/pull/4382))
17
-
- Update splunk-otel-javaagent to latest ([#4402](https://github.com/signalfx/splunk-otel-collector/pull/4402))
18
-
- Add X-SF-Token header to the configuration masked keys ([#4403](https://github.com/signalfx/splunk-otel-collector/pull/4403))
19
-
- Bump setuptools in /internal/signalfx-agent/bundle/script([#4330](https://github.com/signalfx/splunk-otel-collector/pull/4403))
20
-
- Rocky Linux installation support ([#4398](https://github.com/signalfx/splunk-otel-collector/pull/4398))
21
-
- Add a test to check what we choose to redact ([#4406](https://github.com/signalfx/splunk-otel-collector/pull/4406))
22
-
- Fixed high alert vulnerabity ([#4407](https://github.com/signalfx/splunk-otel-collector/pull/4407))
23
-
- Update pgproto to 2.3.3 ([#4409](https://github.com/signalfx/splunk-otel-collector/pull/4409))
61
+
-(Splunk) Bump github.com/prometheus/common from 0.46.0 to 0.49.0 ([#4353](https://github.com/signalfx/splunk-otel-collector/pull/4382))
62
+
-(Splunk) Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.17.0 to 0.18.0 ([#4382](https://github.com/signalfx/splunk-otel-collector/pull/4382))
63
+
-(Splunk) Update splunk-otel-javaagent to latest ([#4402](https://github.com/signalfx/splunk-otel-collector/pull/4402))
64
+
-(Splunk) Add X-SF-Token header to the configuration masked keys ([#4403](https://github.com/signalfx/splunk-otel-collector/pull/4403))
65
+
-(Splunk) Bump setuptools in /internal/signalfx-agent/bundle/script([#4330](https://github.com/signalfx/splunk-otel-collector/pull/4403))
66
+
-(Splunk) Rocky Linux installation support ([#4398](https://github.com/signalfx/splunk-otel-collector/pull/4398))
67
+
-(Splunk) Add a test to check what we choose to redact ([#4406](https://github.com/signalfx/splunk-otel-collector/pull/4406))
68
+
-(Splunk) Fixed high alert vulnerabity ([#4407](https://github.com/signalfx/splunk-otel-collector/pull/4407))
69
+
-(Splunk) Update pgproto to 2.3.3 ([#4409](https://github.com/signalfx/splunk-otel-collector/pull/4409))****
0 commit comments