Skip to content

Commit 928ee03

Browse files
fix(metadata): ingest new data and regenerate products (#305)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent 4b825d4 commit 928ee03

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

api-js/src/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,11 +3376,17 @@
33763376
}
33773377
],
33783378
"relay-proxy": [
3379+
{
3380+
"major": 8,
3381+
"minor": 14,
3382+
"date": "2025-10-22T17:26:09Z",
3383+
"eol": null
3384+
},
33793385
{
33803386
"major": 8,
33813387
"minor": 13,
33823388
"date": "2025-07-31T13:24:20Z",
3383-
"eol": null
3389+
"eol": "2026-10-22T00:00:00Z"
33843390
},
33853391
{
33863392
"major": 8,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,11 +3376,17 @@
33763376
}
33773377
],
33783378
"relay-proxy": [
3379+
{
3380+
"major": 8,
3381+
"minor": 14,
3382+
"date": "2025-10-22T17:26:09Z",
3383+
"eol": null
3384+
},
33793385
{
33803386
"major": 8,
33813387
"minor": 13,
33823388
"date": "2025-07-31T13:24:20Z",
3383-
"eol": null
3389+
"eol": "2026-10-22T00:00:00Z"
33843390
},
33853391
{
33863392
"major": 8,

metadata.sqlite3

0 Bytes
Binary file not shown.

products/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,11 +3376,17 @@
33763376
}
33773377
],
33783378
"relay-proxy": [
3379+
{
3380+
"major": 8,
3381+
"minor": 14,
3382+
"date": "2025-10-22T17:26:09Z",
3383+
"eol": null
3384+
},
33793385
{
33803386
"major": 8,
33813387
"minor": 13,
33823388
"date": "2025-07-31T13:24:20Z",
3383-
"eol": null
3389+
"eol": "2026-10-22T00:00:00Z"
33843390
},
33853391
{
33863392
"major": 8,

0 commit comments

Comments
 (0)