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

gRPC refresh #2135

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
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: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,22 @@
## [0.13.0-rc.3]

### New features

- Otel rebased to v19 specification version and deprecated v18 features removed. Breaking change.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this got to move up to "Unreleased"

- GCL, GBQ, G Pub/Sub and Otel based on new tonic/protobuf. No change to GCS ( REST based - goauth in use )
- Replace `gouth` with `google-authz` for all gRPC/tonic connectivity - refactor GCP gRPC mock testing capability
- Replace `googapis` 0.6 with `google-api-proto` 1.236.0 for all GCP gRPC/tonic connectivity
- Upgrade tonic from 0.6.1 to 0.8.2 -> Common tonic needed across Otel + GCP gRPC connectors
- Upgrade prost from 0.9.0 to 0.11.0 -> HashMap -> BTreeMap for maps/records
- Add `dogstatsd` codec for Datadog DogStasD implementation
- Add `compression` field in `otel` connectors for compression support on payloads.

### Fixes

- Fix output of `dns_client` being empty for any lookup.

### Breaking Changes

- Upgrade OpenTelemetry from v0.17 to v0.19 specification compliance
- Remove `$elastic._type` field from `elastic` connector response events

## [0.13.0-rc.2]
Expand Down
Loading