Skip to content

Commit 03916bb

Browse files
chore: regenerate OpenAPI documentation
1 parent f078706 commit 03916bb

File tree

4 files changed

+56
-6
lines changed

4 files changed

+56
-6
lines changed

src/data/changelog.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"entries": [
3+
{
4+
"id": "2026-02-23-mcp-config-schema-4-2-0",
5+
"slug": "mcp-config-schema-4-2-0",
6+
"title": "mcp-config-schema v4.2.0",
7+
"date": "2026-02-23",
8+
"categories": [
9+
"MCP"
10+
],
11+
"summary": "<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</p>\n",
12+
"fullContent": "<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0\">https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0</a></p>\n",
13+
"hasTruncation": true,
14+
"fileName": "2026-02-23-mcp-config-schema-4-2-0.md"
15+
},
16+
{
17+
"id": "2026-02-23-glean-indexing-sdk-1-0-0b0",
18+
"slug": "glean-indexing-sdk-1-0-0b0",
19+
"title": "glean-indexing-sdk v1.0.0b0",
20+
"date": "2026-02-23",
21+
"categories": [
22+
"Glean Indexing SDK"
23+
],
24+
"summary": "<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...</p>\n",
25+
"fullContent": "<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0\">https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0</a></p>\n",
26+
"hasTruncation": true,
27+
"fileName": "2026-02-23-glean-indexing-sdk-1-0-0b0.md"
28+
},
329
{
430
"id": "2026-02-20-api-client-typescript-0-14-7",
531
"slug": "api-client-typescript-0-14-7",
@@ -3068,6 +3094,6 @@
30683094
"Website",
30693095
"langchain-glean"
30703096
],
3071-
"generatedAt": "2026-02-20T00:00:00.000Z",
3072-
"totalEntries": 235
3097+
"generatedAt": "2026-02-23T00:00:00.000Z",
3098+
"totalEntries": 237
30733099
}

src/data/deprecations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@
175175
]
176176
}
177177
],
178-
"generatedAt": "2026-02-21T08:34:47.658Z",
178+
"generatedAt": "2026-02-26T02:09:58.805Z",
179179
"totalCount": 18
180-
}
180+
}

static/changelog.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Glean Developer Changelog</title>
55
<link>https://developers.glean.com</link>
66
<description>Updates and changes to the Glean Developer Platform</description>
7-
<lastBuildDate>Fri, 20 Feb 2026 00:00:00 GMT</lastBuildDate>
7+
<lastBuildDate>Mon, 23 Feb 2026 00:00:00 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>Glean Developer Site</generator>
1010
<language>en</language>
@@ -14,6 +14,30 @@
1414
<link>https://developers.glean.com</link>
1515
</image>
1616
<copyright>Copyright © 2026 Glean</copyright>
17+
<item>
18+
<title><![CDATA[mcp-config-schema v4.2.0]]></title>
19+
<link>https://developers.glean.com/changelog#mcp-config-schema-4-2-0</link>
20+
<guid isPermaLink="false">2026-02-23-mcp-config-schema-4-2-0</guid>
21+
<pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
22+
<description><![CDATA[<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</p>
23+
]]></description>
24+
<content:encoded><![CDATA[<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</p>
25+
<p>Full release notes: <a href="https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0">https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0</a></p>
26+
]]></content:encoded>
27+
<category>MCP</category>
28+
</item>
29+
<item>
30+
<title><![CDATA[glean-indexing-sdk v1.0.0b0]]></title>
31+
<link>https://developers.glean.com/changelog#glean-indexing-sdk-1-0-0b0</link>
32+
<guid isPermaLink="false">2026-02-23-glean-indexing-sdk-1-0-0b0</guid>
33+
<pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
34+
<description><![CDATA[<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...</p>
35+
]]></description>
36+
<content:encoded><![CDATA[<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...</p>
37+
<p>Full release notes: <a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0">https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0</a></p>
38+
]]></content:encoded>
39+
<category>Glean Indexing SDK</category>
40+
</item>
1741
<item>
1842
<title><![CDATA[api-client-typescript v0.14.7]]></title>
1943
<link>https://developers.glean.com/changelog#api-client-typescript-0-14-7</link>

static/deprecations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Glean API Deprecations</title>
55
<link>https://developers.glean.com/deprecations</link>
66
<description>Deprecated endpoints, fields, and parameters in Glean's APIs</description>
7-
<lastBuildDate>Sat, 21 Feb 2026 08:34:47 GMT</lastBuildDate>
7+
<lastBuildDate>Thu, 26 Feb 2026 02:09:58 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>Glean Developer Site</generator>
1010
<language>en</language>

0 commit comments

Comments
 (0)