Skip to content

Commit

Permalink
gRPC refresh impacting Otel, GCP gRPC auth, GBQ write mode
Browse files Browse the repository at this point in the history
Signed-off-by: Darach Ennis <darach@gmail.com>
  • Loading branch information
darach committed Dec 15, 2022
1 parent 1b08490 commit d746943
Show file tree
Hide file tree
Showing 20 changed files with 1,540 additions and 1,632 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
## [0.13.0-rc.3]

### New features

- Otel rebased to v19 specification version and deprecated v18 features removed. Breaking change.
- 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.

Expand All @@ -20,6 +25,7 @@

### 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

0 comments on commit d746943

Please sign in to comment.