Skip to content

Commit f62df66

Browse files
docs: Regenerate with updated overrides
1 parent 1c8d155 commit f62df66

2 files changed

Lines changed: 99 additions & 127 deletions

File tree

docs-data/connect-diff-4.88.0_to_4.89.0.json

Lines changed: 55 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"comparison": {
33
"oldVersion": "4.88.0",
44
"newVersion": "4.89.0",
5-
"timestamp": "2026-04-23T16:42:07.496Z"
5+
"timestamp": "2026-05-06T00:06:08.721Z"
66
},
77
"summary": {
88
"newComponents": 0,
@@ -21,7 +21,16 @@
2121
"deprecatedBloblangFunctions": 0
2222
},
2323
"details": {
24-
"newComponents": [],
24+
"newComponents": [
25+
{
26+
"name": "gcp_bigquery_write_api",
27+
"type": "output",
28+
"status": "stable",
29+
"version": "",
30+
"description": "\nWrites messages to a BigQuery table using the Storage Write API.\nThis provides higher throughput and lower latency than the legacy streaming API or load jobs.\n\nMessages can be formatted as JSON (default) or raw protobuf bytes.\nWhen using JSON format the component automatically fetches the table schema and converts each message to the corresponding proto representation.\n\nWARNING: The proto3 JSON mapping encodes int64 and uint64 values as strings.\nJSON messages with integer fields must use string values (e.g. `\"age\": \"30\"` not `\"age\": 30`).\nOtherwise the write will fail with an unmarshalling error.\n\nWhen batching is enabled the table name is resolved from the first message in each batch.\nAll messages in the same batch are written to that table.\n",
31+
"summary": "Streams data into BigQuery using the Storage Write API."
32+
}
33+
],
2534
"removedComponents": [],
2635
"newFields": [
2736
{
@@ -81,62 +90,15 @@
8190
"binaryAnalysis": {
8291
"versions": {
8392
"oss": "4.89.0",
84-
"cloud": "4.89.0",
85-
"cgo": "4.89.0"
93+
"cloud": "4.90.2",
94+
"cgo": "4.90.2"
8695
},
8796
"current": {
88-
"cloudSupported": 481,
89-
"selfHostedOnly": 76,
90-
"cgoOnly": 4
91-
},
92-
"changes": {
93-
"cloud": {
94-
"added": [
95-
{
96-
"type": "outputs",
97-
"name": "salesforce_sink",
98-
"status": "stable"
99-
},
100-
{
101-
"type": "processors",
102-
"name": "salesforce",
103-
"status": "stable"
104-
}
105-
],
106-
"removed": [
107-
{
108-
"type": "processors",
109-
"name": "a2a_message",
110-
"status": "stable"
111-
}
112-
]
113-
},
114-
"cgo": {
115-
"newCgoOnly": [
116-
{
117-
"type": "inputs",
118-
"name": "tigerbeetle_cdc",
119-
"status": "stable"
120-
},
121-
{
122-
"type": "inputs",
123-
"name": "zmq4",
124-
"status": "stable"
125-
},
126-
{
127-
"type": "outputs",
128-
"name": "zmq4",
129-
"status": "stable"
130-
},
131-
{
132-
"type": "processors",
133-
"name": "ffi",
134-
"status": "stable"
135-
}
136-
],
137-
"removedCgoOnly": []
138-
}
97+
"cloudSupported": 484,
98+
"selfHostedOnly": 78,
99+
"cgoOnly": 1
139100
},
101+
"changes": {},
140102
"details": {
141103
"cloudSupported": [
142104
{
@@ -1304,6 +1266,11 @@
13041266
"name": "xml",
13051267
"status": "stable"
13061268
},
1269+
{
1270+
"type": "processors",
1271+
"name": "a2a_message",
1272+
"status": "stable"
1273+
},
13071274
{
13081275
"type": "rate-limits",
13091276
"name": "local",
@@ -1319,6 +1286,11 @@
13191286
"name": "none",
13201287
"status": "stable"
13211288
},
1289+
{
1290+
"type": "metrics",
1291+
"name": "open_telemetry_collector",
1292+
"status": "stable"
1293+
},
13221294
{
13231295
"type": "metrics",
13241296
"name": "prometheus",
@@ -1334,6 +1306,11 @@
13341306
"name": "none",
13351307
"status": "stable"
13361308
},
1309+
{
1310+
"type": "tracers",
1311+
"name": "open_telemetry_collector",
1312+
"status": "stable"
1313+
},
13371314
{
13381315
"type": "tracers",
13391316
"name": "redpanda",
@@ -2666,6 +2643,16 @@
26662643
"name": "websocket",
26672644
"status": "stable"
26682645
},
2646+
{
2647+
"type": "inputs",
2648+
"name": "tigerbeetle_cdc",
2649+
"status": "stable"
2650+
},
2651+
{
2652+
"type": "inputs",
2653+
"name": "zmq4",
2654+
"status": "stable"
2655+
},
26692656
{
26702657
"type": "outputs",
26712658
"name": "amqp_1",
@@ -2776,6 +2763,11 @@
27762763
"name": "websocket",
27772764
"status": "stable"
27782765
},
2766+
{
2767+
"type": "outputs",
2768+
"name": "zmq4",
2769+
"status": "stable"
2770+
},
27792771
{
27802772
"type": "processors",
27812773
"name": "awk",
@@ -2861,6 +2853,11 @@
28612853
"name": "wasm",
28622854
"status": "stable"
28632855
},
2856+
{
2857+
"type": "processors",
2858+
"name": "ffi",
2859+
"status": "stable"
2860+
},
28642861
{
28652862
"type": "metrics",
28662863
"name": "aws_cloudwatch",
@@ -2881,11 +2878,6 @@
28812878
"name": "logger",
28822879
"status": "beta"
28832880
},
2884-
{
2885-
"type": "metrics",
2886-
"name": "open_telemetry_collector",
2887-
"status": "stable"
2888-
},
28892881
{
28902882
"type": "metrics",
28912883
"name": "statsd",
@@ -2896,11 +2888,6 @@
28962888
"name": "jaeger",
28972889
"status": "stable"
28982890
},
2899-
{
2900-
"type": "tracers",
2901-
"name": "open_telemetry_collector",
2902-
"status": "stable"
2903-
},
29042891
{
29052892
"type": "bloblang-functions",
29062893
"name": "count",
@@ -2929,30 +2916,15 @@
29292916
],
29302917
"cloudOnly": [
29312918
{
2932-
"type": "processors",
2933-
"name": "a2a_message",
2919+
"type": "outputs",
2920+
"name": "gcp_bigquery_write_api",
29342921
"status": "stable"
29352922
}
29362923
],
29372924
"cgoOnly": [
2938-
{
2939-
"type": "inputs",
2940-
"name": "tigerbeetle_cdc",
2941-
"status": "stable"
2942-
},
2943-
{
2944-
"type": "inputs",
2945-
"name": "zmq4",
2946-
"status": "stable"
2947-
},
29482925
{
29492926
"type": "outputs",
2950-
"name": "zmq4",
2951-
"status": "stable"
2952-
},
2953-
{
2954-
"type": "processors",
2955-
"name": "ffi",
2927+
"name": "gcp_bigquery_write_api",
29562928
"status": "stable"
29572929
}
29582930
]

0 commit comments

Comments
 (0)