Skip to content

Commit 18dc564

Browse files
fix(metadata): ingest new data and regenerate products (#273)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent dbf3e15 commit 18dc564

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
@@ -3910,11 +3910,17 @@
39103910
}
39113911
],
39123912
"rust-server-sdk": [
3913+
{
3914+
"major": 2,
3915+
"minor": 6,
3916+
"date": "2025-07-08T17:00:45Z",
3917+
"eol": null
3918+
},
39133919
{
39143920
"major": 2,
39153921
"minor": 5,
39163922
"date": "2025-03-21T15:46:23Z",
3917-
"eol": null
3923+
"eol": "2026-07-08T00:00:00Z"
39183924
},
39193925
{
39203926
"major": 2,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3910,11 +3910,17 @@
39103910
}
39113911
],
39123912
"rust-server-sdk": [
3913+
{
3914+
"major": 2,
3915+
"minor": 6,
3916+
"date": "2025-07-08T17:00:45Z",
3917+
"eol": null
3918+
},
39133919
{
39143920
"major": 2,
39153921
"minor": 5,
39163922
"date": "2025-03-21T15:46:23Z",
3917-
"eol": null
3923+
"eol": "2026-07-08T00:00:00Z"
39183924
},
39193925
{
39203926
"major": 2,

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
@@ -3910,11 +3910,17 @@
39103910
}
39113911
],
39123912
"rust-server-sdk": [
3913+
{
3914+
"major": 2,
3915+
"minor": 6,
3916+
"date": "2025-07-08T17:00:45Z",
3917+
"eol": null
3918+
},
39133919
{
39143920
"major": 2,
39153921
"minor": 5,
39163922
"date": "2025-03-21T15:46:23Z",
3917-
"eol": null
3923+
"eol": "2026-07-08T00:00:00Z"
39183924
},
39193925
{
39203926
"major": 2,

0 commit comments

Comments
 (0)