Skip to content

Commit d746943

Browse files
committed
gRPC refresh impacting Otel, GCP gRPC auth, GBQ write mode
Signed-off-by: Darach Ennis <[email protected]>
1 parent 1b08490 commit d746943

File tree

20 files changed

+1540
-1632
lines changed

20 files changed

+1540
-1632
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
## [0.13.0-rc.3]
1111

1212
### New features
13-
13+
- Otel rebased to v19 specification version and deprecated v18 features removed. Breaking change.
14+
- GCL, GBQ, G Pub/Sub and Otel based on new tonic/protobuf. No change to GCS ( REST based - goauth in use )
15+
- Replace `gouth` with `google-authz` for all gRPC/tonic connectivity - refactor GCP gRPC mock testing capability
16+
- Replace `googapis` 0.6 with `google-api-proto` 1.236.0 for all GCP gRPC/tonic connectivity
17+
- Upgrade tonic from 0.6.1 to 0.8.2 -> Common tonic needed across Otel + GCP gRPC connectors
18+
- Upgrade prost from 0.9.0 to 0.11.0 -> HashMap -> BTreeMap for maps/records
1419
- Add `dogstatsd` codec for Datadog DogStasD implementation
1520
- Add `compression` field in `otel` connectors for compression support on payloads.
1621

@@ -20,6 +25,7 @@
2025

2126
### Breaking Changes
2227

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

2531
## [0.13.0-rc.2]

0 commit comments

Comments
 (0)