Skip to content

Commit d7270d3

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

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
@@ -1314,11 +1314,17 @@
13141314
}
13151315
],
13161316
"go-server-sdk": [
1317+
{
1318+
"major": 7,
1319+
"minor": 14,
1320+
"date": "2025-11-12T22:51:21Z",
1321+
"eol": null
1322+
},
13171323
{
13181324
"major": 7,
13191325
"minor": 13,
13201326
"date": "2025-07-16T21:03:37Z",
1321-
"eol": null
1327+
"eol": "2026-11-12T00:00:00Z"
13221328
},
13231329
{
13241330
"major": 7,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,11 +1314,17 @@
13141314
}
13151315
],
13161316
"go-server-sdk": [
1317+
{
1318+
"major": 7,
1319+
"minor": 14,
1320+
"date": "2025-11-12T22:51:21Z",
1321+
"eol": null
1322+
},
13171323
{
13181324
"major": 7,
13191325
"minor": 13,
13201326
"date": "2025-07-16T21:03:37Z",
1321-
"eol": null
1327+
"eol": "2026-11-12T00:00:00Z"
13221328
},
13231329
{
13241330
"major": 7,

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
@@ -1314,11 +1314,17 @@
13141314
}
13151315
],
13161316
"go-server-sdk": [
1317+
{
1318+
"major": 7,
1319+
"minor": 14,
1320+
"date": "2025-11-12T22:51:21Z",
1321+
"eol": null
1322+
},
13171323
{
13181324
"major": 7,
13191325
"minor": 13,
13201326
"date": "2025-07-16T21:03:37Z",
1321-
"eol": null
1327+
"eol": "2026-11-12T00:00:00Z"
13221328
},
13231329
{
13241330
"major": 7,

0 commit comments

Comments
 (0)