Skip to content

Commit 6bb9b38

Browse files
[chore] Prepare release v0.81.0 (#8021)
The following commands were run to prepare this release: - make chlog-update VERSION=v0.81.0 - make prepare-release GH=none PREVIOUS_VERSION=0.80.0 RELEASE_CANDIDATE=0.81.0 MODSET=beta
1 parent 50c94c9 commit 6bb9b38

File tree

40 files changed

+259
-378
lines changed

40 files changed

+259
-378
lines changed

.chloggen/add-zstd-decompression.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.chloggen/builder-skip-generate.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.chloggen/codeboten_add-option-for-decompressor.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/connector_router_test_helpers.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/fix-unsupported-content-encoding-bug.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/http-server-headers-config.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/nonclobbering_go_grpc_compression.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/otlphttp-partial-success.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/rm-connectors-featuregate.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
<!-- next version -->
66

7+
## v0.81.0
8+
9+
### 🛑 Breaking changes 🛑
10+
11+
- `service`: Remove 'service.connectors' featuregate (#7952)
12+
13+
### 💡 Enhancements 💡
14+
15+
- `HTTPServerSettings`: Add zstd support to HTTPServerSettings (#7927)
16+
This adds ability to decompress zstd-compressed HTTP requests to| all receivers that use HTTPServerSettings.
17+
- `cmd/builder`: Add "--skip-generate" option to make builder skip source generation (#7541)
18+
- `confighttp`: Add support for additional content decoders via `WithDecoder` server option (#7977)
19+
- `connectortest`: Add helpers to aid the construction of `connector.TracesRouter`, `connector.MetricsRouter`, and `connector.LogsRouter` instances to `connectortest`. (#7672)
20+
- `confighttp`: Add `response_headers` configuration option on HTTPServerSettings. It allows for additional headers to be attached to each HTTP response sent to the client (#7328)
21+
- `otlpreceiver, otlphttpexporter, otlpexporter, configgrpc`: Upgrade github.com/mostynb/go-grpc-compression and switch to nonclobbering imports (#7920)
22+
consumers of this library should not have their grpc codecs overridden
23+
- `otlphttpexporter`: Treat partial success responses as errors (#6686)
24+
25+
### 🧰 Bug fixes 🧰
26+
27+
- `HTTPServerSettings`: Ensure requests with unsupported Content-Encoding return HTTP 400 Bad Request (#7927)
28+
729
## v1.0.0-rcv0013/v0.80.0
830

931
### 🚩 Deprecations 🚩

0 commit comments

Comments
 (0)