Skip to content

Commit 081cec6

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

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
@@ -2704,11 +2704,17 @@
27042704
}
27052705
],
27062706
"python-server-sdk": [
2707+
{
2708+
"major": 9,
2709+
"minor": 12,
2710+
"date": "2025-07-14T16:03:46Z",
2711+
"eol": null
2712+
},
27072713
{
27082714
"major": 9,
27092715
"minor": 11,
27102716
"date": "2025-04-16T18:25:35Z",
2711-
"eol": null
2717+
"eol": "2026-07-14T00:00:00Z"
27122718
},
27132719
{
27142720
"major": 9,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2704,11 +2704,17 @@
27042704
}
27052705
],
27062706
"python-server-sdk": [
2707+
{
2708+
"major": 9,
2709+
"minor": 12,
2710+
"date": "2025-07-14T16:03:46Z",
2711+
"eol": null
2712+
},
27072713
{
27082714
"major": 9,
27092715
"minor": 11,
27102716
"date": "2025-04-16T18:25:35Z",
2711-
"eol": null
2717+
"eol": "2026-07-14T00:00:00Z"
27122718
},
27132719
{
27142720
"major": 9,

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
@@ -2704,11 +2704,17 @@
27042704
}
27052705
],
27062706
"python-server-sdk": [
2707+
{
2708+
"major": 9,
2709+
"minor": 12,
2710+
"date": "2025-07-14T16:03:46Z",
2711+
"eol": null
2712+
},
27072713
{
27082714
"major": 9,
27092715
"minor": 11,
27102716
"date": "2025-04-16T18:25:35Z",
2711-
"eol": null
2717+
"eol": "2026-07-14T00:00:00Z"
27122718
},
27132719
{
27142720
"major": 9,

0 commit comments

Comments
 (0)