Skip to content

Commit 1c30d25

Browse files
fix(metadata): ingest new data and regenerate products (#278)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent 081cec6 commit 1c30d25

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
@@ -3704,11 +3704,17 @@
37043704
}
37053705
],
37063706
"ruby-server-sdk": [
3707+
{
3708+
"major": 8,
3709+
"minor": 11,
3710+
"date": "2025-07-15T15:50:15Z",
3711+
"eol": null
3712+
},
37073713
{
37083714
"major": 8,
37093715
"minor": 10,
37103716
"date": "2025-04-16T18:26:03Z",
3711-
"eol": null
3717+
"eol": "2026-07-15T00:00:00Z"
37123718
},
37133719
{
37143720
"major": 8,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3704,11 +3704,17 @@
37043704
}
37053705
],
37063706
"ruby-server-sdk": [
3707+
{
3708+
"major": 8,
3709+
"minor": 11,
3710+
"date": "2025-07-15T15:50:15Z",
3711+
"eol": null
3712+
},
37073713
{
37083714
"major": 8,
37093715
"minor": 10,
37103716
"date": "2025-04-16T18:26:03Z",
3711-
"eol": null
3717+
"eol": "2026-07-15T00:00:00Z"
37123718
},
37133719
{
37143720
"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
@@ -3704,11 +3704,17 @@
37043704
}
37053705
],
37063706
"ruby-server-sdk": [
3707+
{
3708+
"major": 8,
3709+
"minor": 11,
3710+
"date": "2025-07-15T15:50:15Z",
3711+
"eol": null
3712+
},
37073713
{
37083714
"major": 8,
37093715
"minor": 10,
37103716
"date": "2025-04-16T18:26:03Z",
3711-
"eol": null
3717+
"eol": "2026-07-15T00:00:00Z"
37123718
},
37133719
{
37143720
"major": 8,

0 commit comments

Comments
 (0)