<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Glean Developer Changelog</title>
        <link>https://developers.glean.com</link>
        <description>Updates and changes to the Glean Developer Platform</description>
        <lastBuildDate>Tue, 12 May 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Glean Developer Site</generator>
        <language>en</language>
        <image>
            <title>Glean Developer Changelog</title>
            <url>https://developers.glean.com/img/glean-developer-logo-light.svg</url>
            <link>https://developers.glean.com</link>
        </image>
        <copyright>Copyright © 2026 Glean</copyright>
        <item>
            <title><![CDATA[Beta: Document Lifecycle Events Troubleshooting Endpoint]]></title>
            <link>https://developers.glean.com/changelog#document-lifecycle-events-troubleshooting-endpoint</link>
            <guid isPermaLink="false">2026-05-12-document-lifecycle-events-troubleshooting-endpoint</guid>
            <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>New endpoint <code>/debug/{datasource}/document/events</code> (beta) introduced to retrieve lifecycle events (upload, index, deletion requested, deletion) for a specific document.</p>
]]></description>
            <content:encoded><![CDATA[<p>New endpoint <code>/debug/{datasource}/document/events</code> (beta) introduced to retrieve lifecycle events (upload, index, deletion requested, deletion) for a specific document.</p>
<h2>Changes</h2>
<ul>
<li>Added endpoint <code>/debug/{datasource}/document/events</code> (beta) to retrieve lifecycle events for a specific document.<ul>
<li>Request requires <code>objectType</code> and <code>docId</code>; optional <code>startDate</code> (up to 30 days back, defaults to 7) and <code>maxEvents</code> (up to 100, defaults to 20).</li>
<li>Response returns <code>lifeCycleEvents</code>, each with an <code>event</code> (<code>UPLOADED</code>, <code>INDEXED</code>, <code>DELETION_REQUESTED</code>, or <code>DELETED</code>) and a <code>timestamp</code>.</li>
<li>Rate limited to 1 request per minute per datasource.</li>
</ul>
</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v1.0.0b2]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-1-0-0b2</link>
            <guid isPermaLink="false">2026-04-23-glean-indexing-sdk-1-0-0b2</guid>
            <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Glean Indexing SDK v1.0.0b2 adds connector options for bulk indexing and fixes datasource configuration handling.</p>
]]></description>
            <content:encoded><![CDATA[<p>Glean Indexing SDK v1.0.0b2 adds connector options for bulk indexing and fixes datasource configuration handling.</p>
<h2>Changes</h2>
<ul>
<li>Added ConnectorOptions and updated documentation.</li>
<li>Fixed configure_datasource() to use attribute access and avoid camelCase keyword arguments.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b2">Release notes</a></li>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/pull/15">PR #15</a></li>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/pull/17">PR #17</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.18]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-18</link>
            <guid isPermaLink="false">2026-04-15-api-client-typescript-0-14-18</guid>
            <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added <code>feedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>issueFilter</code> to <code>governance.createfindingsexport()</code>.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added <code>feedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>issueFilter</code> to <code>governance.createfindingsexport()</code>.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>feedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>issueFilter</code> to <code>governance.createfindingsexport()</code>. Changed <code>issues</code> on <code>client.activity.feedback()</code>, <code>response</code> on <code>governance.createfindingsexport()</code>, and <code>exports</code> on <code>governance.listfindingsexports()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.18">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.22]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-22</link>
            <guid isPermaLink="false">2026-04-15-api-client-python-0-12-22</guid>
            <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added <code>feedback_user_count</code> to <code>client.insights.retrieve()</code> and <code>issue_filter</code> to <code>governance.createfindingsexport()</code>. Changed <code>response</code> on <code>governance.createfindingsexport()</code> and <code>exports</code> on <code>governance.listfindingsexports()</code>.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added <code>feedback_user_count</code> to <code>client.insights.retrieve()</code> and <code>issue_filter</code> to <code>governance.createfindingsexport()</code>. Changed <code>response</code> on <code>governance.createfindingsexport()</code> and <code>exports</code> on <code>governance.listfindingsexports()</code>.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>feedback_user_count</code> to <code>client.insights.retrieve()</code> and <code>issue_filter</code> to <code>governance.createfindingsexport()</code>. Changed <code>response</code> on <code>governance.createfindingsexport()</code> and <code>exports</code> on <code>governance.listfindingsexports()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.22">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.37]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-37</link>
            <guid isPermaLink="false">2026-04-15-api-client-java-0-12-37</guid>
            <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added <code>feedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>issueFilter</code> to <code>governance.createfindingsexport()</code>. Changed <code>response</code> on <code>governance.createfindingsexport()</code> and <code>exports</code> on <code>governance.listfindingsexports()</code>.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added <code>feedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>issueFilter</code> to <code>governance.createfindingsexport()</code>. Changed <code>response</code> on <code>governance.createfindingsexport()</code> and <code>exports</code> on <code>governance.listfindingsexports()</code>.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>feedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>issueFilter</code> to <code>governance.createfindingsexport()</code>. Changed <code>response</code> on <code>governance.createfindingsexport()</code> and <code>exports</code> on <code>governance.listfindingsexports()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.37">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.42]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-42</link>
            <guid isPermaLink="false">2026-04-15-api-client-go-0-11-42</guid>
            <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added <code>FeedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>IssueFilter</code> to <code>governance.createfindingsexport()</code>.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added <code>FeedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>IssueFilter</code> to <code>governance.createfindingsexport()</code>.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>FeedbackUserCount</code> to <code>client.insights.retrieve()</code> and <code>IssueFilter</code> to <code>governance.createfindingsexport()</code>. Changed <code>Issues</code> on <code>client.activity.feedback()</code>, <code>response</code> on <code>governance.createfindingsexport()</code>, and <code>Exports</code> on <code>governance.listfindingsexports()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.42">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.17]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-17</link>
            <guid isPermaLink="false">2026-04-13-api-client-typescript-0-14-17</guid>
            <pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added lastDraftSavedAt workflow field to search feed results in glean.client.search.retrieveFeed() and statuses filter field to governance findings export endpoints glean.governance.createfindingsexport().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added lastDraftSavedAt workflow field to search feed results in glean.client.search.retrieveFeed() and statuses filter field to governance findings export endpoints glean.governance.createfindingsexport().</p>
<h2>Changes</h2>
<ul>
<li>Added lastDraftSavedAt workflow field to search feed results in glean.client.search.retrieveFeed() and statuses filter field to governance findings export endpoints glean.governance.createfindingsexport() and glean.governance.listfindingsexports().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.17">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.41]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-41</link>
            <guid isPermaLink="false">2026-04-13-api-client-go-0-11-41</guid>
            <pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added LastDraftSavedAt workflow field to search feed results in Glean.Client.Search.RetrieveFeed() and Statuses filter field to governance findings export endpoints Glean.Governance.Createfindingsexport().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added LastDraftSavedAt workflow field to search feed results in Glean.Client.Search.RetrieveFeed() and Statuses filter field to governance findings export endpoints Glean.Governance.Createfindingsexport().</p>
<h2>Changes</h2>
<ul>
<li>Added LastDraftSavedAt workflow field to search feed results in Glean.Client.Search.RetrieveFeed() and Statuses filter field to governance findings export endpoints Glean.Governance.Createfindingsexport() and Glean.Governance.Listfindingsexports().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.41">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.40]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-40</link>
            <guid isPermaLink="false">2026-04-09-api-client-go-0-11-40</guid>
            <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Changed the AgentsResponse field in Glean.Client.Insights.Retrieve() and added the spreadsheetType UgcType enum value to search feed results in Glean.Client.Search.RetrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>Changed the AgentsResponse field in Glean.Client.Insights.Retrieve() and added the spreadsheetType UgcType enum value to search feed results in Glean.Client.Search.RetrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Changed the AgentsResponse field in Glean.Client.Insights.Retrieve() and added the spreadsheetType UgcType enum value to search feed results in Glean.Client.Search.RetrieveFeed().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.40">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[glean-agent-toolkit 0.5.0]]></title>
            <link>https://developers.glean.com/changelog#glean-agent-toolkit-0-5-0</link>
            <guid isPermaLink="false">2026-04-08-glean-agent-toolkit-0-5-0</guid>
            <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Glean Agent Toolkit improved developer setup and compatibility with installable skills, injectable GleanContext, unified adapter extras, retry and environment configuration updates, and LangGraph 1.x support.</p>
]]></description>
            <content:encoded><![CDATA[<p>Glean Agent Toolkit improved developer setup and compatibility with installable skills, injectable GleanContext, unified adapter extras, retry and environment configuration updates, and LangGraph 1.x support.</p>
<h2>Changes</h2>
<ul>
<li>Glean Agent Toolkit improved developer setup and compatibility with installable skills, injectable GleanContext, unified adapter extras, retry and environment configuration updates, and LangGraph 1.x support.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.5.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Agent Toolkit</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.14]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-14</link>
            <guid isPermaLink="false">2026-03-27-api-client-typescript-0-14-14</guid>
            <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added partiallyProcessed status enum to chat file metadata in glean.client.chat.create(), glean.client.chat.retrieve(), glean.client.chat.createStream(), glean.client.chat.uploadFiles(), and glean.client.chat.retrieveFiles().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added partiallyProcessed status enum to chat file metadata in glean.client.chat.create(), glean.client.chat.retrieve(), glean.client.chat.createStream(), glean.client.chat.uploadFiles(), and glean.client.chat.retrieveFiles().</p>
<h2>Changes</h2>
<ul>
<li>Added nativeAppUrl field to document indexing requests in glean.indexing.documents.addOrUpdate(), glean.indexing.documents.index(), and glean.indexing.documents.bulkIndex().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.18]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-18</link>
            <guid isPermaLink="false">2026-03-27-api-client-python-0-12-18</guid>
            <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The API client now supports a file metadata status in chat request and response citation objects and adds to document indexing requests.</p>
]]></description>
            <content:encoded><![CDATA[<p>The API client now supports a file metadata status in chat request and response citation objects and adds to document indexing requests.</p>
<h2>Changes</h2>
<ul>
<li>Added in request citations and response message citations, and in request citations.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.18">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.33]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-33</link>
            <guid isPermaLink="false">2026-03-27-api-client-java-0-12-33</guid>
            <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the metadata status in chat citation and file fields, and added to document indexing requests.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the metadata status in chat citation and file fields, and added to document indexing requests.</p>
<h2>Changes</h2>
<ul>
<li>Added to chat create and createStream request citation source files.</li>
<li>Added to chat create, retrieve, uploadFiles, and retrieveFiles response citation and file metadata.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.33">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.38]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-38</link>
            <guid isPermaLink="false">2026-03-27-api-client-go-0-11-38</guid>
            <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Go API client adds the status enum to chat citation and file metadata fields and adds to document indexing requests.</p>
]]></description>
            <content:encoded><![CDATA[<p>The Go API client adds the status enum to chat citation and file metadata fields and adds to document indexing requests.</p>
<h2>Changes</h2>
<ul>
<li>Added to chat create and createStream request citation source file metadata.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.38">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.13]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-13</link>
            <guid isPermaLink="false">2026-03-25-api-client-typescript-0-14-13</guid>
            <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released TypeScript API client v0.14.13 for the Glean REST API, published on npm as @gleanwork/api-client.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released TypeScript API client v0.14.13 for the Glean REST API, published on npm as @gleanwork/api-client.</p>
<h2>Changes</h2>
<ul>
<li>Generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2.</li>
<li>Includes full TypeScript types, async/await support, and fetch-based HTTP for browser and Node.js.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.13">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.17]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-17</link>
            <guid isPermaLink="false">2026-03-25-api-client-python-0-12-17</guid>
            <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Python API client v0.12.17 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2 (2.869.23).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Python API client v0.12.17 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2 (2.869.23).</p>
<h2>Changes</h2>
<ul>
<li>Generated Python SDK version v0.12.17 - Published Python package release v0.12.17 on PyPI.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.17">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.32]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-32</link>
            <guid isPermaLink="false">2026-03-25-api-client-java-0-12-32</guid>
            <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Java API client v0.12.32 based on OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2 (2.869.23).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Java API client v0.12.32 based on OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2 (2.869.23).</p>
<h2>Changes</h2>
<ul>
<li>Generated Java SDK version v0.12.32 - Published Java SDK v0.12.32 to Maven Central.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.32">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.37]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-37</link>
            <guid isPermaLink="false">2026-03-25-api-client-go-0-11-37</guid>
            <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Go API client v0.11.37 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2 (2.869.23).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Go API client v0.11.37 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.759.2 (2.869.23).</p>
<h2>Changes</h2>
<ul>
<li>Updated Go API client to version v0.11.37 - Regenerated client from OpenAPI Doc 0.9.0 - Generation performed with Speakeasy CLI 1.759.2 (2.869.23).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.37">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.12]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-12</link>
            <guid isPermaLink="false">2026-03-23-api-client-typescript-0-14-12</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.feedRequest.categories enum value weeklyMeetings was added and response.results was changed in glean.client.search.retrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.feedRequest.categories enum value weeklyMeetings was added and response.results was changed in glean.client.search.retrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Added weeklyMeetings category enum.</li>
<li>Changed feed response results.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.11]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-11</link>
            <guid isPermaLink="false">2026-03-23-api-client-typescript-0-14-11</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added sourceCustomEntity to message citations in glean.client.chat.create(), glean.client.chat.retrieve(), and glean.client.chat.createStream().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added sourceCustomEntity to message citations in glean.client.chat.create(), glean.client.chat.retrieve(), and glean.client.chat.createStream().</p>
<h2>Changes</h2>
<ul>
<li>Added issues enum to glean.governance.createfindingsexport() export type.</li>
<li>Changed response.overviewResponse in glean.client.insights.retrieve().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.11">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.16]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-16</link>
            <guid isPermaLink="false">2026-03-23-api-client-python-0-12-16</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.categories enum value weekly_meetings was added and response.results was changed in glean.client.search.retrieve_feed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.categories enum value weekly_meetings was added and response.results was changed in glean.client.search.retrieve_feed().</p>
<h2>Changes</h2>
<ul>
<li>Added weekly_meetings category enum.</li>
<li>Changed feed response results.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.16">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.15]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-15</link>
            <guid isPermaLink="false">2026-03-23-api-client-python-0-12-15</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Glean-api-client 0.12.15 adds citation fields to chat create, retrieve, and create_stream flows, changes in insights retrieve, and adds as an export type for findings export.</p>
]]></description>
            <content:encoded><![CDATA[<p>Glean-api-client 0.12.15 adds citation fields to chat create, retrieve, and create_stream flows, changes in insights retrieve, and adds as an export type for findings export.</p>
<h2>Changes</h2>
<ul>
<li>And add , and also adds - adds - changes , and adds.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.15">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.31]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-31</link>
            <guid isPermaLink="false">2026-03-23-api-client-java-0-12-31</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.feedRequest.categories enum value weeklyMeetings was added and response.results was changed in glean.client.search.retrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.feedRequest.categories enum value weeklyMeetings was added and response.results was changed in glean.client.search.retrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Added weeklyMeetings category enum.</li>
<li>Changed feed response results.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.31">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.30]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-30</link>
            <guid isPermaLink="false">2026-03-23-api-client-java-0-12-30</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Chat citations now include across chat create, retrieve, and streaming APIs, changed , and findings export added an export type.</p>
]]></description>
            <content:encoded><![CDATA[<p>Chat citations now include across chat create, retrieve, and streaming APIs, changed , and findings export added an export type.</p>
<h2>Changes</h2>
<ul>
<li>Added.</li>
<li>Changed and added.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.30">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.36]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-36</link>
            <guid isPermaLink="false">2026-03-23-api-client-go-0-11-36</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.FeedRequest.Categories enum value weeklyMeetings was added and response.Results was changed in Glean.Client.Search.RetrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.FeedRequest.Categories enum value weeklyMeetings was added and response.Results was changed in Glean.Client.Search.RetrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Added weeklyMeetings category enum.</li>
<li>Changed feed response results.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.36">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.35]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-35</link>
            <guid isPermaLink="false">2026-03-23-api-client-go-0-11-35</guid>
            <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added SourceCustomEntity to message citations in Glean.Client.Chat.Create(), Glean.Client.Chat.Retrieve(), and Glean.Client.Chat.CreateStream().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added SourceCustomEntity to message citations in Glean.Client.Chat.Create(), Glean.Client.Chat.Retrieve(), and Glean.Client.Chat.CreateStream().</p>
<h2>Changes</h2>
<ul>
<li>Added issues enum to Glean.Governance.Createfindingsexport() export type.</li>
<li>Changed response.OverviewResponse in Glean.Client.Insights.Retrieve().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.35">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.10]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-10</link>
            <guid isPermaLink="false">2026-03-19-api-client-typescript-0-14-10</guid>
            <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Glean TypeScript API client v0.14.10 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Glean TypeScript API client v0.14.10 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated generated TypeScript SDK to version 0.14.10.</li>
<li>Published @gleanwork/api-client NPM package at version 0.14.10.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.14]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-14</link>
            <guid isPermaLink="false">2026-03-19-api-client-python-0-12-14</guid>
            <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Python API client v0.12.14 based on OpenAPI Doc 0.9.0 and updated Speakeasy CLI tooling.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Python API client v0.12.14 based on OpenAPI Doc 0.9.0 and updated Speakeasy CLI tooling.</p>
<h2>Changes</h2>
<ul>
<li>Updated client generation to use OpenAPI Doc 0.9.0.</li>
<li>Regenerated Python SDK at version 0.12.14.</li>
<li>Published Python client v0.12.14 to PyPI.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.29]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-29</link>
            <guid isPermaLink="false">2026-03-19-api-client-java-0-12-29</guid>
            <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Java API client version 0.12.29 based on OpenAPI Doc 0.9.0 and updated Speakeasy CLI tooling.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Java API client version 0.12.29 based on OpenAPI Doc 0.9.0 and updated Speakeasy CLI tooling.</p>
<h2>Changes</h2>
<ul>
<li>Generated Java SDK v0.12.29 - Published Java SDK v0.12.29 to Maven Central.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.29">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.34]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-34</link>
            <guid isPermaLink="false">2026-03-19-api-client-go-0-11-34</guid>
            <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Go API client v0.11.34 generated from OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Go API client v0.11.34 generated from OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Based on OpenAPI Doc version 0.9.0 - Regenerated Go SDK (v0.11.34) using updated inputs - Published Go API client release v0.11.34.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.34">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.9]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-9</link>
            <guid isPermaLink="false">2026-03-18-api-client-typescript-0-14-9</guid>
            <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated the Glean TypeScript API client to v0.14.9 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated the Glean TypeScript API client to v0.14.9 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>TypeScript SDK regenerated as version 0.14.9.</li>
<li>Published NPM package @gleanwork/api-client at version 0.14.9.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.9">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.13]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-13</link>
            <guid isPermaLink="false">2026-03-18-api-client-python-0-12-13</guid>
            <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Python API client v0.12.13 based on OpenAPI Doc 0.9.0 and updated Speakeasy CLI tooling.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Python API client v0.12.13 based on OpenAPI Doc 0.9.0 and updated Speakeasy CLI tooling.</p>
<h2>Changes</h2>
<ul>
<li>Generated python v0.12.13 from OpenAPI Doc 0.9.0 - Published python client as PyPI release v0.12.13.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.13">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.28]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-28</link>
            <guid isPermaLink="false">2026-03-18-api-client-java-0-12-28</guid>
            <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.28 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.757.0 (2.866.0), with a new release published to Maven Central.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.28 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.757.0 (2.866.0), with a new release published to Maven Central.</p>
<h2>Changes</h2>
<ul>
<li>Generated Java client: v0.12.28 - OpenAPI specification: 0.9.0; Speakeasy CLI: 1.757.0 (2.866.0) - Maven Central release: v0.12.28.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.28">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.33]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-33</link>
            <guid isPermaLink="false">2026-03-18-api-client-go-0-11-33</guid>
            <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Go API client v0.11.33 based on OpenAPI Doc 0.9.0 using Speakeasy CLI 1.757.0 (2.866.0).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Go API client v0.11.33 based on OpenAPI Doc 0.9.0 using Speakeasy CLI 1.757.0 (2.866.0).</p>
<h2>Changes</h2>
<ul>
<li>Updated Go client generation to OpenAPI Doc 0.9.0.</li>
<li>Regenerated Go SDK as version v0.11.33.</li>
<li>Published Go API client release v0.11.33.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.33">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.8]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-8</link>
            <guid isPermaLink="false">2026-03-17-api-client-typescript-0-14-8</guid>
            <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release updates multiple request/response schemas (including chat, search, collections, answers, pins, announcements, entities, shortcuts, verification) and adds new datasource configuration endpoints, with several breaking changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release updates multiple request/response schemas (including chat, search, collections, answers, pins, announcements, entities, shortcuts, verification) and adds new datasource configuration endpoints, with several breaking changes.</p>
<h2>Changes</h2>
<ul>
<li>This release updates multiple request/response schemas (including chat, search, collections, answers, pins, announcements, entities, shortcuts, verification) and adds new datasource configuration endpoints, with several breaking changes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.12]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-12</link>
            <guid isPermaLink="false">2026-03-17-api-client-python-0-12-12</guid>
            <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Python API client v0.12.12 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.755.1 (2.865.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Python API client v0.12.12 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.755.1 (2.865.2).</p>
<h2>Changes</h2>
<ul>
<li>Generated Python SDK version v0.12.12 - Published PyPI release v0.12.12.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.27]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-27</link>
            <guid isPermaLink="false">2026-03-17-api-client-java-0-12-27</guid>
            <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.27 based on OpenAPI Doc 0.9.0 and the latest Speakeasy CLI tooling.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.27 based on OpenAPI Doc 0.9.0 and the latest Speakeasy CLI tooling.</p>
<h2>Changes</h2>
<ul>
<li>Regenerated Java SDK at v0.12.27 - Published Java SDK v0.12.27 to Maven Central.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.27">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.32]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-32</link>
            <guid isPermaLink="false">2026-03-17-api-client-go-0-11-32</guid>
            <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Go API client version 0.11.32 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Go API client version 0.11.32 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated Go API client to v0.11.32 - Regenerated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.755.1 (2.865.2).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.32">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.11]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-11</link>
            <guid isPermaLink="false">2026-03-16-api-client-python-0-12-11</guid>
            <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.chat field was added to glean.client.chat.create() and request.categories and response.results were changed in glean.client.search.retrieve_feed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.chat field was added to glean.client.chat.create() and request.categories and response.results were changed in glean.client.search.retrieve_feed().</p>
<h2>Changes</h2>
<ul>
<li>Added chat field to chat create response.</li>
<li>Changed feed request categories and response results.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.11">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.26]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-26</link>
            <guid isPermaLink="false">2026-03-16-api-client-java-0-12-26</guid>
            <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.chat field was added to glean.client.chat.create() and request.feedRequest.categories and response.results were changed in glean.client.search.retrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.chat field was added to glean.client.chat.create() and request.feedRequest.categories and response.results were changed in glean.client.search.retrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Added chat field to chat create response.</li>
<li>Changed feed request categories and response results.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.26">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.31]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-31</link>
            <guid isPermaLink="false">2026-03-16-api-client-go-0-11-31</guid>
            <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release adds a new chat response object and updates feed search request and result structures in the Go API client.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release adds a new chat response object and updates feed search request and result structures in the Go API client.</p>
<h2>Changes</h2>
<ul>
<li>: added - : changed - : changed.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.31">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.10]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-10</link>
            <guid isPermaLink="false">2026-03-11-api-client-python-0-12-10</guid>
            <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added new auth metadata fields to chat APIs and a name field to agent schema retrieval responses.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added new auth metadata fields to chat APIs and a name field to agent schema retrieval responses.</p>
<h2>Changes</h2>
<ul>
<li>Added request and response.</li>
<li>Added response.</li>
<li>Added request to and response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.25]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-25</link>
            <guid isPermaLink="false">2026-03-11-api-client-java-0-12-25</guid>
            <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added tokenEndpointAuthMethod to action metadata auth fields in glean.client.chat.create(), glean.client.chat.retrieve(), and glean.client.chat.createStream().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added tokenEndpointAuthMethod to action metadata auth fields in glean.client.chat.create(), glean.client.chat.retrieve(), and glean.client.chat.createStream().</p>
<h2>Changes</h2>
<ul>
<li>Added name field to the glean.client.agents.retrieveSchemas() response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.25">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.30]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-30</link>
            <guid isPermaLink="false">2026-03-11-api-client-go-0-11-30</guid>
            <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added TokenEndpointAuthMethod to action metadata auth fields in Glean.Client.Chat.Create(), Glean.Client.Chat.Retrieve(), and Glean.Client.Chat.CreateStream().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added TokenEndpointAuthMethod to action metadata auth fields in Glean.Client.Chat.Create(), Glean.Client.Chat.Retrieve(), and Glean.Client.Chat.CreateStream().</p>
<h2>Changes</h2>
<ul>
<li>Added Name field to the Glean.Client.Agents.RetrieveSchemas() response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.30">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.9]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-9</link>
            <guid isPermaLink="false">2026-03-09-api-client-python-0-12-9</guid>
            <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added glean.datasources.get_datasource_instance_configuration() and glean.datasources.update_datasource_instance_configuration().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added glean.datasources.get_datasource_instance_configuration() and glean.datasources.update_datasource_instance_configuration().</p>
<h2>Action Required</h2>
<ul>
<li>Plan migration away from glean.indexing.people.bulk_index().</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Added 404 error type to glean.client.agents.retrieve().</li>
<li>Changed snippet structures across search, chat.</li>
<li>Added glean.datasources.get_datasource_instance_configuration() and glean.datasources.update_datasource_instance_configuration().</li>
<li>Changed snippet structures across search, chat, collections, and entity endpoints.</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li>Deprecated glean.indexing.people.bulk_index().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.9">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.24]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-24</link>
            <guid isPermaLink="false">2026-03-09-api-client-java-0-12-24</guid>
            <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API.</p>
<h2>Action Required</h2>
<ul>
<li>Plan migration away from deprecated behavior.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.24">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.29]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-29</link>
            <guid isPermaLink="false">2026-03-09-api-client-go-0-11-29</guid>
            <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release introduces widespread response and snippet schema changes across the Go client, multiple breaking changes to chat and search APIs, new datasource configuration endpoints, and an updated agents error model.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release introduces widespread response and snippet schema changes across the Go client, multiple breaking changes to chat and search APIs, new datasource configuration endpoints, and an updated agents error model.</p>
<h2>Changes</h2>
<ul>
<li>This release introduces widespread response and snippet schema changes across the Go client, multiple breaking changes to chat and search APIs, new datasource configuration endpoints, and an updated agents error model.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.29">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.10.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-10-1</link>
            <guid isPermaLink="false">2026-03-06-mcp-server-0-10-1</guid>
            <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed a publishing issue affecting version 0.10.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed a publishing issue affecting version 0.10.0.</p>
<h2>Changes</h2>
<ul>
<li>Resolved a problem that prevented successful publishing with 0.10.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.10.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[langchain-glean v0.4.0]]></title>
            <link>https://developers.glean.com/changelog#langchain-glean-0-4-0</link>
            <guid isPermaLink="false">2026-03-05-langchain-glean-0-4-0</guid>
            <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Adds server_url configuration with instance fallback and updates tooling and SDK usage for improved developer ergonomics.</p>
]]></description>
            <content:encoded><![CDATA[<p>Adds server_url configuration with instance fallback and updates tooling and SDK usage for improved developer ergonomics.</p>
<h2>Action Required</h2>
<ul>
<li>Follow the migration notes before upgrading.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Added server_url support with automatic fallback to the Glean instance.</li>
<li>Migrated task runner from go-task to native mise tasks.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/langchain-glean/releases/tag/v0.4.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>langchain-glean</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v1.0.0b1]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-1-0-0b1</link>
            <guid isPermaLink="false">2026-03-05-glean-indexing-sdk-1-0-0b1</guid>
            <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Glean Indexing SDK now supports configuration via GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and introduces improved error handling and documentation.</p>
]]></description>
            <content:encoded><![CDATA[<p>Glean Indexing SDK now supports configuration via GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and introduces improved error handling and documentation.</p>
<h2>Changes</h2>
<ul>
<li>Added support for configuring the SDK using GLEAN_SERVER_URL with GLEAN_INSTANCE as a fallback.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[glean-agent-toolkit 0.4.0]]></title>
            <link>https://developers.glean.com/changelog#glean-agent-toolkit-0-4-0</link>
            <guid isPermaLink="false">2026-03-05-glean-agent-toolkit-0-4-0</guid>
            <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues.</p>
]]></description>
            <content:encoded><![CDATA[<p>Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues.</p>
<h2>Changes</h2>
<ul>
<li>Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.4.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Agent Toolkit</category>
        </item>
        <item>
            <title><![CDATA[configure-mcp-server v3.1.0]]></title>
            <link>https://developers.glean.com/changelog#configure-mcp-server-3-1-0</link>
            <guid isPermaLink="false">2026-03-05-configure-mcp-server-3-1-0</guid>
            <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release adds server URL configurability for MCP and updates the MCP config package dependency.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release adds server URL configurability for MCP and updates the MCP config package dependency.</p>
<h2>Action Required</h2>
<ul>
<li>Follow the migration notes before upgrading.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Added CLI flag to configure the MCP server endpoint.</li>
<li>Added environment variable support for MCP server configuration.</li>
<li>Migrated MCP config dependency.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.1.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v4.2.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-4-2-0</link>
            <guid isPermaLink="false">2026-02-23-mcp-config-schema-4-2-0</guid>
            <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes.</p>
]]></description>
            <content:encoded><![CDATA[<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes.</p>
<h2>Changes</h2>
<ul>
<li>Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v1.0.0b0]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-1-0-0b0</link>
            <guid isPermaLink="false">2026-02-23-glean-indexing-sdk-1-0-0b0</guid>
            <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references.</p>
]]></description>
            <content:encoded><![CDATA[<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references.</p>
<h2>Changes</h2>
<ul>
<li>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.7]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-7</link>
            <guid isPermaLink="false">2026-02-20-api-client-typescript-0-14-7</guid>
            <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated to change the field.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated to change the field.</p>
<h2>Changes</h2>
<ul>
<li>Category: API Clients - Affected method:.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.7">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.8]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-8</link>
            <guid isPermaLink="false">2026-02-20-api-client-python-0-12-8</guid>
            <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.unauthorized_datasource_instances field was changed in glean.authentication.checkdatasourceauth().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.unauthorized_datasource_instances field was changed in glean.authentication.checkdatasourceauth().</p>
<h2>Changes</h2>
<ul>
<li>Review usage of this endpoint for compatibility with the updated response field.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.23]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-23</link>
            <guid isPermaLink="false">2026-02-20-api-client-java-0-12-23</guid>
            <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated so that has changed in the API client.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated so that has changed in the API client.</p>
<h2>Changes</h2>
<ul>
<li>Category: API Clients - Package:.</li>
<li>Change: in response marked as changed.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.23">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.28]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-28</link>
            <guid isPermaLink="false">2026-02-20-api-client-go-0-11-28</guid>
            <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated to change the field.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated to change the field.</p>
<h2>Changes</h2>
<ul>
<li>Behavior or structure has been modified.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.28">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2026-02-19]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2026-02-19-rest-api-changes-open-api</guid>
            <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>1 endpoint added.</p>
]]></description>
            <content:encoded><![CDATA[<p>1 endpoint added.</p>
<h2>Changes</h2>
<ul>
<li>Added endpoint: /checkdatasourceauth.</li>
<li>1 endpoint added.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-6</link>
            <guid isPermaLink="false">2026-02-19-api-client-typescript-0-14-6</guid>
            <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the method to the package in version 0.14.6.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the method to the package in version 0.14.6.</p>
<h2>Changes</h2>
<ul>
<li>Category: API Clients - New:.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.7]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-7</link>
            <guid isPermaLink="false">2026-02-19-api-client-python-0-12-7</guid>
            <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added a new authentication helper for checking data source authorization in glean-api-client 0.12.7.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added a new authentication helper for checking data source authorization in glean-api-client 0.12.7.</p>
<h2>Changes</h2>
<ul>
<li>Added for data source auth checks.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.7">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.22]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-22</link>
            <guid isPermaLink="false">2026-02-19-api-client-java-0-12-22</guid>
            <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the method to the API client for authentication checks.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the method to the API client for authentication checks.</p>
<h2>Changes</h2>
<ul>
<li>New function added to the client.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.22">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.27]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-27</link>
            <guid isPermaLink="false">2026-02-19-api-client-go-0-11-27</guid>
            <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the method to the Go API client.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the method to the Go API client.</p>
<h2>Changes</h2>
<ul>
<li>Added to support datasource authentication checks.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.27">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-5</link>
            <guid isPermaLink="false">2026-02-18-api-client-typescript-0-14-5</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking changes to response types in glean.client.chat.create() and glean.client.chat.retrieve(); changed messageType on chat messages in glean.client.chat.createStream().</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking changes to response types in glean.client.chat.create() and glean.client.chat.retrieve(); changed messageType on chat messages in glean.client.chat.createStream().</p>
<h2>Changes</h2>
<ul>
<li>Added unauthorizedDatasourceInstances to response and error types in glean.client.search.query(), glean.client.search.queryAsAdmin(), glean.client.search.autocomplete(), glean.client.search.recommendations(), and glean.client.messages.retrieve().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-6</link>
            <guid isPermaLink="false">2026-02-18-api-client-python-0-12-6</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Glean-api-client 0.12.6 changes chat message type fields and adds unauthorized datasource error details across search APIs.</p>
]]></description>
            <content:encoded><![CDATA[<p>Glean-api-client 0.12.6 changes chat message type fields and adds unauthorized datasource error details across search APIs.</p>
<h2>Changes</h2>
<ul>
<li>Changed in for and , and in for (breaking).</li>
<li>Changed for (breaking).</li>
<li>Added (and ) to , , , ,.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.21]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-21</link>
            <guid isPermaLink="false">2026-02-18-api-client-java-0-12-21</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release updates chat messageType fields and introduces unauthorizedDatasourceInstances error details across search and messages APIs, including breaking changes to chat create and retrieve responses.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release updates chat messageType fields and introduces unauthorizedDatasourceInstances error details across search and messages APIs, including breaking changes to chat create and retrieve responses.</p>
<h2>Changes</h2>
<ul>
<li>This release updates chat messageType fields and introduces unauthorizedDatasourceInstances error details across search and messages APIs, including breaking changes to chat create and retrieve responses.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.21">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.26]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-26</link>
            <guid isPermaLink="false">2026-02-18-api-client-go-0-11-26</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Api-client-go 0.11.26 updates chat message type fields and adds UnauthorizedDatasourceInstances error details across messages and search APIs, including several breaking response changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Api-client-go 0.11.26 updates chat message type fields and adds UnauthorizedDatasourceInstances error details across messages and search APIs, including several breaking response changes.</p>
<h2>Changes</h2>
<ul>
<li>Api-client-go 0.11.26 updates chat message type fields and adds UnauthorizedDatasourceInstances error details across messages and search APIs, including several breaking response changes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.26">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-4</link>
            <guid isPermaLink="false">2026-02-10-api-client-typescript-0-14-4</guid>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the enum value in the activity feedback API request.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the enum value in the activity feedback API request.</p>
<h2>Changes</h2>
<ul>
<li>Now accepts.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-5</link>
            <guid isPermaLink="false">2026-02-10-api-client-python-0-12-5</guid>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.feedback1.event enum value feedback_time_saved was added to glean.client.activity.feedback().</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.feedback1.event enum value feedback_time_saved was added to glean.client.activity.feedback().</p>
<h2>Changes</h2>
<ul>
<li>Added feedback_time_saved enum to activity feedback events.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.20]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-20</link>
            <guid isPermaLink="false">2026-02-10-api-client-java-0-12-20</guid>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added a new feedbackTimeSaved enum value to the feedback request event in glean.client.activity.feedback().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added a new feedbackTimeSaved enum value to the feedback request event in glean.client.activity.feedback().</p>
<h2>Changes</h2>
<ul>
<li>Added request.feedback1.event.enum(feedbackTimeSaved) to glean.client.activity.feedback().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.20">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.25]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-25</link>
            <guid isPermaLink="false">2026-02-10-api-client-go-0-11-25</guid>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.Feedback1.Event enum value feedbackTimeSaved was added to Glean.Client.Activity.Feedback().</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.Feedback1.Event enum value feedbackTimeSaved was added to Glean.Client.Activity.Feedback().</p>
<h2>Changes</h2>
<ul>
<li>Added feedbackTimeSaved enum to activity feedback events.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.25">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-3</link>
            <guid isPermaLink="false">2026-02-09-api-client-typescript-0-14-3</guid>
            <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the response.tools field to glean.client.agents.retrieveSchemas() in the @gleanwork/api-client 0.14.3 release.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the response.tools field to glean.client.agents.retrieveSchemas() in the @gleanwork/api-client 0.14.3 release.</p>
<h2>Changes</h2>
<ul>
<li>Added response.tools to glean.client.agents.retrieveSchemas() output.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-4</link>
            <guid isPermaLink="false">2026-02-09-api-client-python-0-12-4</guid>
            <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released Python API client v0.12.4 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.709.1 (2.812.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released Python API client v0.12.4 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.709.1 (2.812.2).</p>
<h2>Changes</h2>
<ul>
<li>Generated Python SDK version v0.12.4 - Published Python package release v0.12.4.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-3</link>
            <guid isPermaLink="false">2026-02-09-api-client-python-0-12-3</guid>
            <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.tools field was added to glean.client.agents.retrieve_schemas().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.tools field was added to glean.client.agents.retrieve_schemas().</p>
<h2>Changes</h2>
<ul>
<li>Added tools field to the agent schema retrieval response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.19]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-19</link>
            <guid isPermaLink="false">2026-02-09-api-client-java-0-12-19</guid>
            <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The method now includes the field in its response.</p>
]]></description>
            <content:encoded><![CDATA[<p>The method now includes the field in its response.</p>
<h2>Changes</h2>
<ul>
<li>Added to the response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.19">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.24]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-24</link>
            <guid isPermaLink="false">2026-02-09-api-client-go-0-11-24</guid>
            <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.Tools field was added to Glean.Client.Agents.RetrieveSchemas().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.Tools field was added to Glean.Client.Agents.RetrieveSchemas().</p>
<h2>Changes</h2>
<ul>
<li>Added Tools field to the agent schema retrieval response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.24">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.14.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-14-1</link>
            <guid isPermaLink="false">2026-02-06-api-client-typescript-0-14-1</guid>
            <pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated the TypeScript API client to version 0.14.1 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated the TypeScript API client to version 0.14.1 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Generated TypeScript client v0.14.1 - Aligned with OpenAPI Doc 0.9.0 - Release available as NPM package v0.14.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.12.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-12-1</link>
            <guid isPermaLink="false">2026-02-06-api-client-python-0-12-1</guid>
            <pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.12.1 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.12.1 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Python client generated at v0.12.1 - Released on PyPI as v0.12.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.12.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.16]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-16</link>
            <guid isPermaLink="false">2026-02-06-api-client-java-0-12-16</guid>
            <pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.706.1 (2.809.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.706.1 (2.809.2).</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.12.16 released to Maven Central.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.16">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.22]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-22</link>
            <guid isPermaLink="false">2026-02-06-api-client-go-0-11-22</guid>
            <pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.22 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.22 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>No additional details or breaking changes were specified in this release.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.22">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v0.3.1]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-0-3-1</link>
            <guid isPermaLink="false">2026-02-05-glean-indexing-sdk-0-3-1</guid>
            <pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added a guided release process, standardized async class and file naming, and improved release commit contents.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added a guided release process, standardized async class and file naming, and improved release commit contents.</p>
<h2>Changes</h2>
<ul>
<li>Introduced /release command for guided releases - Renamed async classes with Base prefix and files to base_* convention - Included CHANGELOG.md and uv.lock in release commits.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.3.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v0.3.0]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-0-3-0</link>
            <guid isPermaLink="false">2026-02-05-glean-indexing-sdk-0-3-0</guid>
            <pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Introduces a guided release process, standardizes async class and file naming, and improves Python version management for the Glean Indexing SDK.</p>
]]></description>
            <content:encoded><![CDATA[<p>Introduces a guided release process, standardizes async class and file naming, and improves Python version management for the Glean Indexing SDK.</p>
<h2>Changes</h2>
<ul>
<li>Introduces a guided release process, standardizes async class and file naming, and improves Python version management for the Glean Indexing SDK.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.3.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v4.1.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-4-1-1</link>
            <guid isPermaLink="false">2026-01-29-mcp-config-schema-4-1-1</guid>
            <pubDate>Thu, 29 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Restored README documentation files for both mcp-config-glean and mcp-config-schema packages.</p>
]]></description>
            <content:encoded><![CDATA[<p>Restored README documentation files for both mcp-config-glean and mcp-config-schema packages.</p>
<h2>Changes</h2>
<ul>
<li>Documentation updates only - No protocol or schema changes - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config/releases/tag/v4.1.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v4.1.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-4-1-0</link>
            <guid isPermaLink="false">2026-01-22-mcp-config-schema-4-1-0</guid>
            <pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release updates the MCP config schema with enhancements to client support, API behavior, and authentication options.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release updates the MCP config schema with enhancements to client support, API behavior, and authentication options.</p>
<h2>Changes</h2>
<ul>
<li>Added Cursor Agent to clients.</li>
<li>Updated clientNeedsMcpRemote in the API.</li>
<li>Introduced new authentication configurations.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config/releases/tag/v4.1.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[langchain-glean v0.3.4]]></title>
            <link>https://developers.glean.com/changelog#langchain-glean-0-3-4</link>
            <guid isPermaLink="false">2026-01-21-langchain-glean-0-3-4</guid>
            <pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated SDK to use vars() for Speakeasy models and removed unused parameters, with improved environment variable propagation.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated SDK to use vars() for Speakeasy models and removed unused parameters, with improved environment variable propagation.</p>
<h2>Changes</h2>
<ul>
<li>Updated SDK to use vars() for Speakeasy models and removed unused parameters, with improved environment variable propagation.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/langchain-glean/releases/tag/v0.3.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>langchain-glean</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.20]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-20</link>
            <guid isPermaLink="false">2026-01-16-api-client-typescript-0-13-20</guid>
            <pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
<h2>Changes</h2>
<ul>
<li>Updated TypeScript API client to version 0.13.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.20">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.27]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-27</link>
            <guid isPermaLink="false">2026-01-16-api-client-python-0-11-27</guid>
            <pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Python API client updated to version 0.11.27 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Python API client updated to version 0.11.27 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
<h2>Changes</h2>
<ul>
<li>Generated python v0.11.27 - Released on PyPI v0.11.27.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.27">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.14]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-14</link>
            <guid isPermaLink="false">2026-01-16-api-client-java-0-12-14</guid>
            <pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.12.14 released - Maven Central v0.12.14 published.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.20]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-20</link>
            <guid isPermaLink="false">2026-01-16-api-client-go-0-11-20</guid>
            <pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Go API client updated to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Go API client updated to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>
<h2>Changes</h2>
<ul>
<li>Generated Go client v0.11.20 - Release includes updates from OpenAPI Doc 0.9.0 - Built using Speakeasy CLI 1.686.0 (2.796.1).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.20">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v4.0.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-4-0-1</link>
            <guid isPermaLink="false">2026-01-14-mcp-config-schema-4-0-1</guid>
            <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added --bearer-token-env-var flag to Codex CLI for API token authentication and improved CLAUDE.md documentation with architecture and vendor-neutrality details.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added --bearer-token-env-var flag to Codex CLI for API token authentication and improved CLAUDE.md documentation with architecture and vendor-neutrality details.</p>
<h2>Changes</h2>
<ul>
<li>Added --bearer-token-env-var flag to Codex CLI for API token authentication and improved CLAUDE.md documentation with architecture and vendor-neutrality details.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config/releases/tag/v4.0.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v4.0.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-4-0-0</link>
            <guid isPermaLink="false">2026-01-14-mcp-config-schema-4-0-0</guid>
            <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Tooling configuration consolidated at the monorepo root and converted to an npm workspaces monorepo.</p>
]]></description>
            <content:encoded><![CDATA[<p>Tooling configuration consolidated at the monorepo root and converted to an npm workspaces monorepo.</p>
<h2>Changes</h2>
<ul>
<li>Affects: mcp-config-glean, mcp-config-schema.</li>
<li>Refactored configuration structure for improved maintainability - Transitioned to npm workspaces for streamlined dependency management.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config/releases/tag/v4.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v3.1.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-3-1-1</link>
            <guid isPermaLink="false">2026-01-10-mcp-config-schema-3-1-1</guid>
            <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Clients without a configPath now receive null from buildCommand, preventing errors in protocol-level command construction.</p>
]]></description>
            <content:encoded><![CDATA[<p>Clients without a configPath now receive null from buildCommand, preventing errors in protocol-level command construction.</p>
<h2>Changes</h2>
<ul>
<li>Fixed buildCommand to return null for clients lacking configPath - Ensures protocol-level stability for clients with missing configuration - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.1.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[configure-mcp-server v3.0.1]]></title>
            <link>https://developers.glean.com/changelog#configure-mcp-server-3-0-1</link>
            <guid isPermaLink="false">2026-01-09-configure-mcp-server-3-0-1</guid>
            <pubDate>Fri, 09 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Removed the engines field from configuration and restored Node 20 CI testing.</p>
]]></description>
            <content:encoded><![CDATA[<p>Removed the engines field from configuration and restored Node 20 CI testing.</p>
<h2>Changes</h2>
<ul>
<li>Internal change only - No impact on external protocol or config schema - Change committed by Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.0.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v3.1.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-3-1-0</link>
            <guid isPermaLink="false">2026-01-08-mcp-config-schema-3-1-0</guid>
            <pubDate>Thu, 08 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release adds native HTTP transport support for JetBrains (2025.2+), deprecates getNormalizedServersConfig for future removal, corrects the Junie config path, and introduces config validation for Claude Code commands.</p>
]]></description>
            <content:encoded><![CDATA[<p>This release adds native HTTP transport support for JetBrains (2025.2+), deprecates getNormalizedServersConfig for future removal, corrects the Junie config path, and introduces config validation for Claude Code commands.</p>
<h2>Action Required</h2>
<ul>
<li>Plan migration away from deprecated behavior.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release adds native HTTP transport support for JetBrains (2025.2+), deprecates getNormalizedServersConfig for future removal, corrects the Junie config path, and introduces config validation for Claude Code commands.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.1.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[configure-mcp-server v3.0.0]]></title>
            <link>https://developers.glean.com/changelog#configure-mcp-server-3-0-0</link>
            <guid isPermaLink="false">2026-01-07-configure-mcp-server-3-0-0</guid>
            <pubDate>Wed, 07 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The minimum supported Node.js version is now 22 LTS, and internal dependencies and documentation have been updated.</p>
]]></description>
            <content:encoded><![CDATA[<p>The minimum supported Node.js version is now 22 LTS, and internal dependencies and documentation have been updated.</p>
<h2>Action Required</h2>
<ul>
<li>Verify your runtime uses Node.js 22 or later.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Documentation: Added GA stability badge to README.</li>
<li>Internal: Migrated to bintastic and updated config package dependencies.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking: Node.js 22 LTS is now required.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v3.0.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-3-0-0</link>
            <guid isPermaLink="false">2026-01-06-mcp-config-schema-3-0-0</guid>
            <pubDate>Tue, 06 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Server naming and CLI configuration are now vendor-neutral, with updated terminology and improved type safety in config builders.</p>
]]></description>
            <content:encoded><![CDATA[<p>Server naming and CLI configuration are now vendor-neutral, with updated terminology and improved type safety in config builders.</p>
<h2>Changes</h2>
<ul>
<li>Server naming and CLI configuration are now vendor-neutral, with updated terminology and improved type safety in config builders.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v3.0.0-beta.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-3-0-0-beta-0</link>
            <guid isPermaLink="false">2026-01-05-mcp-config-schema-3-0-0-beta-0</guid>
            <pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Mcp-config-schema v3.0.0-beta.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Mcp-config-schema v3.0.0-beta.0.</p>
<h2>Changes</h2>
<ul>
<li>Mcp-config-schema v3.0.0-beta.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.0.0-beta.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[Deep Linked Citations Migration Guide]]></title>
            <link>https://developers.glean.com/changelog#deep-linked-citations-guide</link>
            <guid isPermaLink="false">2025-12-16-deep-linked-citations-guide</guid>
            <pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added a migration guide for custom chat frontends to adopt deep-linked citations in the <code>/chat</code> API response.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added a migration guide for custom chat frontends to adopt deep-linked citations in the <code>/chat</code> API response.</p>
<h2>Action Required</h2>
<ul>
<li>Follow the migration notes before upgrading.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>New response format and fields.</li>
<li>Minimal vs full migration paths.</li>
<li>Code examples (TypeScript/React).</li>
<li>Fetching document content for contextual previews.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
            <category>Documentation</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.18]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-18</link>
            <guid isPermaLink="false">2025-12-12-api-client-typescript-0-13-18</guid>
            <pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added export size fields to findings export APIs.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added export size fields to findings export APIs.</p>
<h2>Changes</h2>
<ul>
<li>Glean.governance.createfindingsexport(): response.exportsize added - glean.governance.listfindingsexports(): response.exports.[].exportSize added.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.18">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.25]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-25</link>
            <guid isPermaLink="false">2025-12-12-api-client-python-0-11-25</guid>
            <pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added export_size to the response of glean.governance.createfindingsexport() and to each export in glean.governance.listfindingsexports().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added export_size to the response of glean.governance.createfindingsexport() and to each export in glean.governance.listfindingsexports().</p>
<h2>Changes</h2>
<ul>
<li>Glean.governance.createfindingsexport(): response.export_size added - glean.governance.listfindingsexports(): response.exports.[].export_size added.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.25">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.12]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-12</link>
            <guid isPermaLink="false">2025-12-12-api-client-java-0-12-12</guid>
            <pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added export size fields to findings export APIs.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added export size fields to findings export APIs.</p>
<h2>Changes</h2>
<ul>
<li>Glean.governance.createfindingsexport(): response.exportsize added - glean.governance.listfindingsexports(): response.exports.[].exportSize added.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.18]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-18</link>
            <guid isPermaLink="false">2025-12-12-api-client-go-0-11-18</guid>
            <pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added ExportSize to the response of Glean.Governance.Createfindingsexport() and to each export in Glean.Governance.Listfindingsexports().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added ExportSize to the response of Glean.Governance.Createfindingsexport() and to each export in Glean.Governance.Listfindingsexports().</p>
<h2>Changes</h2>
<ul>
<li>Glean.Governance.Createfindingsexport(): response.ExportSize added - Glean.Governance.Listfindingsexports(): response.Exports.[].ExportSize added.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.18">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.17]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-17</link>
            <guid isPermaLink="false">2025-12-11-api-client-typescript-0-13-17</guid>
            <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.17 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.17 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - TypeScript client generated at v0.13.17 - NPM package released at v0.13.17.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.17">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.24]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-24</link>
            <guid isPermaLink="false">2025-12-11-api-client-python-0-11-24</guid>
            <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.24 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.24 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2).</p>
<h2>Changes</h2>
<ul>
<li>Python client generated at v0.11.24 - Released on PyPI as v0.11.24.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.24">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.11]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-11</link>
            <guid isPermaLink="false">2025-12-11-api-client-java-0-12-11</guid>
            <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.11 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.11 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Java client generated at v0.12.11 - Released to Maven Central v0.12.11.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.11">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.17]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-17</link>
            <guid isPermaLink="false">2025-12-11-api-client-go-0-11-17</guid>
            <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.17 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.17 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2).</p>
<h2>Changes</h2>
<ul>
<li>No additional details about new endpoints, parameters, or breaking changes were provided in these release notes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.17">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.16]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-16</link>
            <guid isPermaLink="false">2025-12-10-api-client-typescript-0-13-16</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.16 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.16 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated TypeScript API client to version 0.13.16 based on OpenAPI Doc 0.9.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.16">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.15]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-15</link>
            <guid isPermaLink="false">2025-12-10-api-client-typescript-0-13-15</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>New governance findings export endpoints were added, and multiple existing endpoints changed request and response fields related to authorship, roles, attribution, and sensitive content options.</p>
]]></description>
            <content:encoded><![CDATA[<p>New governance findings export endpoints were added, and multiple existing endpoints changed request and response fields related to authorship, roles, attribution, and sensitive content options.</p>
<h2>Changes</h2>
<ul>
<li>New governance findings export endpoints were added, and multiple existing endpoints changed request and response fields related to authorship, roles, attribution, and sensitive content options.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.15">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.23]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-23</link>
            <guid isPermaLink="false">2025-12-10-api-client-python-0-11-23</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Api-client-python v0.11.23 includes 6 additions, 51 changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Api-client-python v0.11.23 includes 6 additions, 51 changes.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>response.report.config.sensitive_content_options.custom_sensitive_expressions</code> to <code>client.governance.data.policies.retrieve()</code>.</li>
<li>Added <code>request.config.sensitive_content_options.custom_sensitive_expressions</code> to <code>client.governance.data.policies.update()</code>.</li>
<li>Added <code>response.reports.[].config.sensitive_content_options.custom_sensitive_expressions</code> to <code>client.governance.data.policies.list()</code>.</li>
<li>Added <code>request.config.sensitive_content_options.custom_sensitive_expressions</code> to <code>client.governance.data.policies.create()</code>.</li>
<li>Added <code>response.report.config.sensitive_content_options.custom_sensitive_expressions</code> to <code>client.governance.data.policies.create()</code>.</li>
<li>Added <code>request.config.sensitive_content_options.custom_sensitive_expressions</code> to <code>client.governance.data.reports.create()</code>.</li>
<li>Changed <code>request.body.structured_list.[].document.metadata.author</code> on <code>client.announcements.create()</code>.</li>
<li>Changed <code>response.body.structured_list.[].document.metadata.author</code> on <code>client.announcements.create()</code>.</li>
<li>Changed <code>request.body.structured_list.[].document.metadata.author</code> on <code>client.announcements.update()</code>.</li>
<li>Changed <code>response.body.structured_list.[].document.metadata.author</code> on <code>client.announcements.update()</code>.</li>
<li>Changed <code>request.data.added_roles.[].person</code> on <code>client.answers.create()</code>.</li>
<li>Changed <code>response.added_roles.[].person</code> on <code>client.answers.create()</code>.</li>
<li>Changed <code>request.added_roles.[].person</code> on <code>client.answers.update()</code>.</li>
<li>Changed <code>response.added_roles.[].person</code> on <code>client.answers.update()</code>.</li>
<li>Changed <code>response.answer_result.answer.added_roles.[].person</code> on <code>client.answers.retrieve()</code>.</li>
<li>Changed <code>response.answer_results.[].answer.added_roles.[].person</code> on <code>client.answers.list()</code>.</li>
<li>Changed <code>request.messages.[].citations.[].source_document.metadata.author</code> on <code>client.chat.create()</code>.</li>
<li>Changed <code>response.messages.[].citations.[].source_document.metadata.author</code> on <code>client.chat.create()</code>.</li>
<li>Changed <code>response.chat_result.chat.created_by</code> on <code>client.chat.retrieve()</code>.</li>
<li>Changed <code>response.chat_results.[].chat.created_by</code> on <code>client.chat.list()</code>.</li>
<li>Changed <code>request.messages.[].citations.[].source_document.metadata.author</code> on <code>client.chat.create_stream()</code>.</li>
<li>Changed <code>response.collection.added_roles.[].person</code> on <code>client.collections.add_items()</code>.</li>
<li>Changed <code>request.added_roles.[].person</code> on <code>client.collections.create()</code>.</li>
<li>Changed <code>response.[class].collection.added_roles.[].person</code> on <code>client.collections.create()</code>.</li>
<li>Changed <code>response.collection.added_roles.[].person</code> on <code>client.collections.delete_item()</code>.</li>
<li>Changed <code>request.added_roles.[].person</code> on <code>client.collections.update()</code>.</li>
<li>Changed <code>response.added_roles.[].person</code> on <code>client.collections.update()</code>.</li>
<li>Changed <code>response.collection.added_roles.[].person</code> on <code>client.collections.update_item()</code>.</li>
<li>Changed <code>response.collection.added_roles.[].person</code> on <code>client.collections.retrieve()</code>.</li>
<li>Changed <code>response.collections.[].added_roles.[].person</code> on <code>client.collections.list()</code>.</li>
<li>Changed <code>response.documents.{}.[document].metadata.author</code> on <code>client.documents.retrieve()</code>.</li>
<li>Changed <code>response.documents.[].metadata.author</code> on <code>client.documents.retrieve_by_facets()</code>.</li>
<li>Changed <code>response</code> on <code>client.insights.retrieve()</code>.</li>
<li>Changed <code>response.search_response.results.[].structured_results.[].document.metadata.author</code> on <code>client.messages.retrieve()</code>.</li>
<li>Changed <code>response.attribution</code> on <code>client.pins.update()</code>.</li>
<li>Changed <code>response.pin.attribution</code> on <code>client.pins.retrieve()</code>.</li>
<li>Changed <code>response.pins.[].attribution</code> on <code>client.pins.list()</code>.</li>
<li>Changed <code>response.attribution</code> on <code>client.pins.create()</code>.</li>
<li>Changed <code>request.source_document.metadata.author</code> on <code>client.search.query_as_admin()</code>.</li>
<li>Changed <code>response.results.[].structured_results.[].document.metadata.author</code> on <code>client.search.query_as_admin()</code>.</li>
<li>Changed <code>response.results.[].document.metadata.author</code> on <code>client.search.autocomplete()</code>.</li>
<li>Changed <code>response.results.[].primary_entry.created_by</code> on <code>client.search.retrieve_feed()</code>.</li>
<li>Changed <code>request.source_document.metadata.author</code> on <code>client.search.recommendations()</code>.</li>
<li>Changed <code>response.results.[].structured_results.[].document.metadata.author</code> on <code>client.search.recommendations()</code>.</li>
<li>Changed <code>request.source_document.metadata.author</code> on <code>client.search.query()</code>.</li>
<li>Changed <code>response.results.[].structured_results.[].document.metadata.author</code> on <code>client.search.query()</code>.</li>
<li>Changed <code>response.results.[]</code> on <code>client.entities.list()</code>.</li>
<li>Changed <code>response.results.[]</code> on <code>client.entities.read_people()</code>.</li>
<li>Changed <code>request.data.added_roles.[].person</code> on <code>client.shortcuts.create()</code>.</li>
<li>Changed <code>response.shortcut.added_roles.[].person</code> on <code>client.shortcuts.create()</code>.</li>
<li>Changed <code>response.shortcut.added_roles.[].person</code> on <code>client.shortcuts.retrieve()</code>.</li>
<li>Changed <code>response.shortcuts.[].added_roles.[].person</code> on <code>client.shortcuts.list()</code>.</li>
<li>Changed <code>request.added_roles.[].person</code> on <code>client.shortcuts.update()</code>.</li>
<li>Changed <code>response.shortcut.added_roles.[].person</code> on <code>client.shortcuts.update()</code>.</li>
<li>Changed <code>response.metadata.last_verifier</code> on <code>client.verification.add_reminder()</code>.</li>
<li>Changed <code>response.documents.[].metadata.last_verifier</code> on <code>client.verification.list()</code>.</li>
<li>Changed <code>response.metadata.last_verifier</code> on <code>client.verification.verify()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.23">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.9]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-9</link>
            <guid isPermaLink="false">2025-12-10-api-client-java-0-12-9</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Api-client-java v0.12.9 includes 6 additions, 51 changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Api-client-java v0.12.9 includes 6 additions, 51 changes.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>response.report.config.sensitiveContentOptions.customSensitiveExpressions</code> to <code>client.governance.data.policies.retrieve()</code>.</li>
<li>Added <code>request.updatedlpreportrequest.config.sensitiveContentOptions.customSensitiveExpressions</code> to <code>client.governance.data.policies.update()</code>.</li>
<li>Added <code>response.reports.[].config.sensitiveContentOptions.customSensitiveExpressions</code> to <code>client.governance.data.policies.list()</code>.</li>
<li>Added <code>request.config.sensitiveContentOptions.customSensitiveExpressions</code> to <code>client.governance.data.policies.create()</code>.</li>
<li>Added <code>response.report.config.sensitiveContentOptions.customSensitiveExpressions</code> to <code>client.governance.data.policies.create()</code>.</li>
<li>Added <code>request.config.sensitiveContentOptions.customSensitiveExpressions</code> to <code>client.governance.data.reports.create()</code>.</li>
<li>Changed <code>request.body.structuredList.[].document.metadata.author</code> on <code>client.announcements.create()</code>.</li>
<li>Changed <code>response.body.structuredList.[].document.metadata.author</code> on <code>client.announcements.create()</code>.</li>
<li>Changed <code>request.body.structuredList.[].document.metadata.author</code> on <code>client.announcements.update()</code>.</li>
<li>Changed <code>response.body.structuredList.[].document.metadata.author</code> on <code>client.announcements.update()</code>.</li>
<li>Changed <code>request.data.addedRoles.[].person</code> on <code>client.answers.create()</code>.</li>
<li>Changed <code>response.addedroles.[].person</code> on <code>client.answers.create()</code>.</li>
<li>Changed <code>request.addedRoles.[].person</code> on <code>client.answers.update()</code>.</li>
<li>Changed <code>response.addedroles.[].person</code> on <code>client.answers.update()</code>.</li>
<li>Changed <code>response.answerresult.answer.addedRoles.[].person</code> on <code>client.answers.retrieve()</code>.</li>
<li>Changed <code>response.answerresults.[].answer.addedRoles.[].person</code> on <code>client.answers.list()</code>.</li>
<li>Changed <code>request.chatrequest.messages.[].citations.[].sourceDocument.metadata.author</code> on <code>client.chat.create()</code>.</li>
<li>Changed <code>response.messages.[].citations.[].sourceDocument.metadata.author</code> on <code>client.chat.create()</code>.</li>
<li>Changed <code>response.chatresult.chat.createdBy</code> on <code>client.chat.retrieve()</code>.</li>
<li>Changed <code>response.chatresults.[].chat.createdBy</code> on <code>client.chat.list()</code>.</li>
<li>Changed <code>request.chatrequest.messages.[].citations.[].sourceDocument.metadata.author</code> on <code>client.chat.createstream()</code>.</li>
<li>Changed <code>response.collection.addedRoles.[].person</code> on <code>client.collections.additems()</code>.</li>
<li>Changed <code>request.addedRoles.[].person</code> on <code>client.collections.create()</code>.</li>
<li>Changed <code>response.[class].collection.addedRoles.[].person</code> on <code>client.collections.create()</code>.</li>
<li>Changed <code>response.collection.addedRoles.[].person</code> on <code>client.collections.deleteitem()</code>.</li>
<li>Changed <code>request.addedRoles.[].person</code> on <code>client.collections.update()</code>.</li>
<li>Changed <code>response.addedroles.[].person</code> on <code>client.collections.update()</code>.</li>
<li>Changed <code>response.collection.addedRoles.[].person</code> on <code>client.collections.updateitem()</code>.</li>
<li>Changed <code>response.collection.addedRoles.[].person</code> on <code>client.collections.retrieve()</code>.</li>
<li>Changed <code>response.collections.[].addedRoles.[].person</code> on <code>client.collections.list()</code>.</li>
<li>Changed <code>response.documents.{}.[document].metadata.author</code> on <code>client.documents.retrieve()</code>.</li>
<li>Changed <code>response.documents.[].metadata.author</code> on <code>client.documents.retrievebyfacets()</code>.</li>
<li>Changed <code>response</code> on <code>client.insights.retrieve()</code>.</li>
<li>Changed <code>response.searchresponse.results.[].structuredResults.[].document.metadata.author</code> on <code>client.messages.retrieve()</code>.</li>
<li>Changed <code>response.attribution</code> on <code>client.pins.update()</code>.</li>
<li>Changed <code>response.pin.attribution</code> on <code>client.pins.retrieve()</code>.</li>
<li>Changed <code>response.pins.[].attribution</code> on <code>client.pins.list()</code>.</li>
<li>Changed <code>response.attribution</code> on <code>client.pins.create()</code>.</li>
<li>Changed <code>request.sourceDocument.metadata.author</code> on <code>client.search.queryasadmin()</code>.</li>
<li>Changed <code>response.results.[].structuredResults.[].document.metadata.author</code> on <code>client.search.queryasadmin()</code>.</li>
<li>Changed <code>response.results.[].document.metadata.author</code> on <code>client.search.autocomplete()</code>.</li>
<li>Changed <code>response.results.[].primaryEntry.createdBy</code> on <code>client.search.retrievefeed()</code>.</li>
<li>Changed <code>request.sourceDocument.metadata.author</code> on <code>client.search.recommendations()</code>.</li>
<li>Changed <code>response.results.[].structuredResults.[].document.metadata.author</code> on <code>client.search.recommendations()</code>.</li>
<li>Changed <code>request.sourceDocument.metadata.author</code> on <code>client.search.query()</code>.</li>
<li>Changed <code>response.results.[].structuredResults.[].document.metadata.author</code> on <code>client.search.query()</code>.</li>
<li>Changed <code>response.results.[]</code> on <code>client.entities.list()</code>.</li>
<li>Changed <code>response.results.[]</code> on <code>client.entities.readpeople()</code>.</li>
<li>Changed <code>request.data.addedRoles.[].person</code> on <code>client.shortcuts.create()</code>.</li>
<li>Changed <code>response.shortcut.addedRoles.[].person</code> on <code>client.shortcuts.create()</code>.</li>
<li>Changed <code>response.shortcut.addedRoles.[].person</code> on <code>client.shortcuts.retrieve()</code>.</li>
<li>Changed <code>response.shortcuts.[].addedRoles.[].person</code> on <code>client.shortcuts.list()</code>.</li>
<li>Changed <code>request.addedRoles.[].person</code> on <code>client.shortcuts.update()</code>.</li>
<li>Changed <code>response.shortcut.addedRoles.[].person</code> on <code>client.shortcuts.update()</code>.</li>
<li>Changed <code>response.metadata.lastVerifier</code> on <code>client.verification.addreminder()</code>.</li>
<li>Changed <code>response.documents.[].metadata.lastVerifier</code> on <code>client.verification.list()</code>.</li>
<li>Changed <code>response.metadata.lastVerifier</code> on <code>client.verification.verify()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.9">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.10]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-10</link>
            <guid isPermaLink="false">2025-12-10-api-client-java-0-12-10</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2.</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.12.10 generated - Released to Maven Central v0.12.10.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.16]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-16</link>
            <guid isPermaLink="false">2025-12-10-api-client-go-0-11-16</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2 (2.778.5).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2 (2.778.5).</p>
<h2>Changes</h2>
<ul>
<li>No additional details or breaking changes were specified in the release notes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.16">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.15]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-15</link>
            <guid isPermaLink="false">2025-12-10-api-client-go-0-11-15</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>New governance findings export endpoints were added, and multiple request and response fields were changed across Announcements, Answers, Chat, Collections, Documents, Pins, Search, Entities, Shortcuts, and Verification APIs.</p>
]]></description>
            <content:encoded><![CDATA[<p>New governance findings export endpoints were added, and multiple request and response fields were changed across Announcements, Answers, Chat, Collections, Documents, Pins, Search, Entities, Shortcuts, and Verification APIs.</p>
<h2>Changes</h2>
<ul>
<li>New governance findings export endpoints were added, and multiple request and response fields were changed across Announcements, Answers, Chat, Collections, Documents, Pins, Search, Entities, Shortcuts, and Verification APIs.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.15">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v2.0.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-2-0-1</link>
            <guid isPermaLink="false">2025-12-09-mcp-config-schema-2-0-1</guid>
            <pubDate>Tue, 09 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed an issue with the windsurf manual configuration.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed an issue with the windsurf manual configuration.</p>
<h2>Changes</h2>
<ul>
<li>Bug fix for windsurf manual configuration.</li>
<li>Committers: David J. Hamilton, Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v2.0.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2025-12-04]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2025-12-04-rest-api-changes-open-api</guid>
            <pubDate>Thu, 04 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking: 2 endpoints removed.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking: 2 endpoints removed.</p>
<h2>Action Required</h2>
<ul>
<li>Update callers to stop using /custom-metadata/schema/{groupName}.</li>
<li>Update callers to stop using /document/{docId}/custom-metadata/{groupName}.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking: 2 endpoints removed.</li>
<li>Removed endpoint: /custom-metadata/schema/{groupName}.</li>
<li>Removed endpoint: /document/{docId}/custom-metadata/{groupName}.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.9.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-9-1</link>
            <guid isPermaLink="false">2025-12-01-mcp-server-0-9-1</guid>
            <pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>V0.9.0 was re-released with no additional protocol-level or config schema changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>V0.9.0 was re-released with no additional protocol-level or config schema changes.</p>
<h2>Changes</h2>
<ul>
<li>V0.9.0 was re-released with no additional protocol-level or config schema changes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.9.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2025-11-26]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2025-11-26-rest-api-changes-open-api</guid>
            <pubDate>Wed, 26 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>2 endpoints added.</p>
]]></description>
            <content:encoded><![CDATA[<p>2 endpoints added.</p>
<h2>Changes</h2>
<ul>
<li>Added endpoint: /custom-metadata/schema/{groupName}.</li>
<li>Added endpoint: /document/{docId}/custom-metadata/{groupName}.</li>
<li>2 endpoints added.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[configure-mcp-server v2.1.0]]></title>
            <link>https://developers.glean.com/changelog#configure-mcp-server-2-1-0</link>
            <guid isPermaLink="false">2025-11-25-configure-mcp-server-2-1-0</guid>
            <pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Upgraded mcp-config-schema to version 2.0.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Upgraded mcp-config-schema to version 2.0.0.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement: Updated dependency to mcp-config-schema 2.0.0.</li>
<li>Internal: Added CLAUDE.md.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/configure-mcp-server/releases/tag/v2.1.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.14]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-14</link>
            <guid isPermaLink="false">2025-11-24-api-client-typescript-0-13-14</guid>
            <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agentsresponse.agentsUsageByDepartmentInsights array in glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agentsresponse.agentsUsageByDepartmentInsights array in glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integration for possible breaking changes in this response structure.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.22]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-22</link>
            <guid isPermaLink="false">2025-11-24-api-client-python-0-11-22</guid>
            <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agents_response.agents_usage_by_department_insights array in glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agents_response.agents_usage_by_department_insights array in glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>The response.agents_response.agents_usage_by_department_insights array in glean.client.insights.retrieve() has changed.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.22">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.8]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-8</link>
            <guid isPermaLink="false">2025-11-24-api-client-java-0-12-8</guid>
            <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agentsresponse.agentsUsageByDepartmentInsights array in glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agentsresponse.agentsUsageByDepartmentInsights array in glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integration for potential breaking changes in this response structure.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.14]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-14</link>
            <guid isPermaLink="false">2025-11-24-api-client-go-0-11-14</guid>
            <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Changed the structure of response.AgentsResponse.AgentsUsageByDepartmentInsights[] in Glean.Client.Insights.Retrieve().</p>
]]></description>
            <content:encoded><![CDATA[<p>Changed the structure of response.AgentsResponse.AgentsUsageByDepartmentInsights[] in Glean.Client.Insights.Retrieve().</p>
<h2>Changes</h2>
<ul>
<li>Changed the structure of response.AgentsResponse.AgentsUsageByDepartmentInsights[] in Glean.Client.Insights.Retrieve().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.13]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-13</link>
            <guid isPermaLink="false">2025-11-21-api-client-typescript-0-13-13</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.13 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.13 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
<h2>Changes</h2>
<ul>
<li>TypeScript client generated at v0.13.13 - Release available as NPM package v0.13.13.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.13">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.12]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-12</link>
            <guid isPermaLink="false">2025-11-21-api-client-typescript-0-13-12</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated TypeScript API client to version 0.13.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.11]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-11</link>
            <guid isPermaLink="false">2025-11-21-api-client-typescript-0-13-11</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response structure of glean.client.insights.retrieve() has changed in a breaking way.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response structure of glean.client.insights.retrieve() has changed in a breaking way.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change: applications using glean.client.insights.retrieve() may require updates to handle the new response format.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change: applications using glean.client.insights.retrieve() may require updates to handle the new response format.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.11">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.20]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-20</link>
            <guid isPermaLink="false">2025-11-21-api-client-python-0-11-20</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated Python API client to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.20">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.18]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-18</link>
            <guid isPermaLink="false">2025-11-21-api-client-python-0-11-18</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.18, based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.18, based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Python SDK generated at v0.11.18 - PyPI release published at v0.11.18 - Based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.18">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.16]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-16</link>
            <guid isPermaLink="false">2025-11-21-api-client-python-0-11-16</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response structure for glean.client.insights.retrieve() has changed in a breaking way.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response structure for glean.client.insights.retrieve() has changed in a breaking way.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change: applications using this method may require updates to handle the new response format.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change: applications using this method may require updates to handle the new response format.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.16">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.7]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-7</link>
            <guid isPermaLink="false">2025-11-21-api-client-java-0-12-7</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.7 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.7 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
<h2>Changes</h2>
<ul>
<li>Java SDK generated at v0.12.7 - Released to Maven Central v0.12.7.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.7">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-6</link>
            <guid isPermaLink="false">2025-11-21-api-client-java-0-12-6</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0.</p>
<h2>Changes</h2>
<ul>
<li>Java SDK generated at v0.12.6 - Released to Maven Central v0.12.6.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-5</link>
            <guid isPermaLink="false">2025-11-21-api-client-java-0-12-5</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response object returned by glean.client.insights.retrieve() has changed in a breaking way.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response object returned by glean.client.insights.retrieve() has changed in a breaking way.</p>
<h2>Changes</h2>
<ul>
<li>This is a breaking change and may require updates to client code using this method.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.13]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-13</link>
            <guid isPermaLink="false">2025-11-21-api-client-go-0-11-13</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.13 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0 (2.760.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.13 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0 (2.760.2).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from the latest OpenAPI specification - Incorporates updates from recent Speakeasy CLI versions.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.13">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.12]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-12</link>
            <guid isPermaLink="false">2025-11-21-api-client-go-0-11-12</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0 (2.760.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.660.0 (2.760.2).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from the latest OpenAPI specification - Incorporates updates from the latest Speakeasy CLI release.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.11]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-11</link>
            <guid isPermaLink="false">2025-11-21-api-client-go-0-11-11</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response object returned by Glean.Client.Insights.Retrieve() has changed in a breaking way.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response object returned by Glean.Client.Insights.Retrieve() has changed in a breaking way.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to the response structure - Review integration for compatibility before upgrading.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to the response structure - Review integration for compatibility before upgrading.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.11">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v2.0.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-2-0-0</link>
            <guid isPermaLink="false">2025-11-18-mcp-config-schema-2-0-0</guid>
            <pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Renamed components for improved semantic clarity, added support for Jetbrains IDEs and Codex, and updated documentation to reflect recent changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Renamed components for improved semantic clarity, added support for Jetbrains IDEs and Codex, and updated documentation to reflect recent changes.</p>
<h2>Changes</h2>
<ul>
<li>Renamed components for improved semantic clarity, added support for Jetbrains IDEs and Codex, and updated documentation to reflect recent changes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v2.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.10]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-10</link>
            <guid isPermaLink="false">2025-11-17-api-client-typescript-0-13-10</guid>
            <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated API client to typescript v0.13.10 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated API client to typescript v0.13.10 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated API client to typescript v0.13.10 based on OpenAPI Doc 0.9.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.14]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-14</link>
            <guid isPermaLink="false">2025-11-17-api-client-python-0-11-14</guid>
            <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated Python API client to version 0.11.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-4</link>
            <guid isPermaLink="false">2025-11-17-api-client-java-0-12-4</guid>
            <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.658.1.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.658.1.</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.12.4 generated - Released to Maven Central v0.12.4.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.10]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-10</link>
            <guid isPermaLink="false">2025-11-17-api-client-go-0-11-10</guid>
            <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to v0.11.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.658.1 (2.755.6).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to v0.11.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.658.1 (2.755.6).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Generated using Speakeasy CLI 1.658.1 (2.755.6) - Go API client version updated to v0.11.10.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.9]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-9</link>
            <guid isPermaLink="false">2025-11-14-api-client-typescript-0-13-9</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.9 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.9 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0.</p>
<h2>Changes</h2>
<ul>
<li>Includes all changes from OpenAPI Doc 0.9.0 - Generated TypeScript client at v0.13.9 - Released as NPM package v0.13.9.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.9">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.8]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-8</link>
            <guid isPermaLink="false">2025-11-14-api-client-typescript-0-13-8</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.8, generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.657.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.8, generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.657.0.</p>
<h2>Changes</h2>
<ul>
<li>Includes all changes from OpenAPI Doc 0.9.0 - TypeScript SDK now at v0.13.8 - NPM package released as v0.13.8.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.7]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-7</link>
            <guid isPermaLink="false">2025-11-14-api-client-typescript-0-13-7</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.getchatfilesrequest.chatId parameter was removed from glean.client.chat.retrieveFiles(), introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.getchatfilesrequest.chatId parameter was removed from glean.client.chat.retrieveFiles(), introducing a breaking change.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change: chatId parameter is no longer accepted in retrieveFiles() - Update any integrations relying on chatId in this method.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change: chatId parameter is no longer accepted in retrieveFiles() - Update any integrations relying on chatId in this method.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.7">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.8]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-8</link>
            <guid isPermaLink="false">2025-11-14-api-client-python-0-11-8</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>In glean 0.11.8, the request.chat_id parameter was removed from glean.client.chat.retrieve_files(), introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>In glean 0.11.8, the request.chat_id parameter was removed from glean.client.chat.retrieve_files(), introducing a breaking change.</p>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking: request.chat_id is no longer accepted in retrieve_files() - Update any integrations that relied on this parameter to avoid errors.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.12]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-12</link>
            <guid isPermaLink="false">2025-11-14-api-client-python-0-11-12</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.12 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Python client generated at v0.11.12 - PyPI release published at v0.11.12.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.10]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-10</link>
            <guid isPermaLink="false">2025-11-14-api-client-python-0-11-10</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Python SDK generated at v0.11.10 - Released to PyPI as v0.11.10.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-3</link>
            <guid isPermaLink="false">2025-11-14-api-client-java-0-12-3</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0.</p>
<h2>Changes</h2>
<ul>
<li>Java SDK v0.12.3 generated - Released to Maven Central v0.12.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-2</link>
            <guid isPermaLink="false">2025-11-14-api-client-java-0-12-2</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The chatId field was removed from request.getchatfilesrequest in glean.client.chat.retrieveFiles(), introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The chatId field was removed from request.getchatfilesrequest in glean.client.chat.retrieveFiles(), introducing a breaking change.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change: chatId parameter is no longer available in retrieveFiles() requests.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change: chatId parameter is no longer available in retrieveFiles() requests.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.9]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-9</link>
            <guid isPermaLink="false">2025-11-14-api-client-go-0-11-9</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to v0.11.9 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0 (2.755.0).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to v0.11.9 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0 (2.755.0).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Generated using Speakeasy CLI 1.657.0 (2.755.0) - Go API client version updated to v0.11.9.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.9">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.8]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-8</link>
            <guid isPermaLink="false">2025-11-14-api-client-go-0-11-8</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.8 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.8 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.657.0.</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Generated using Speakeasy CLI 1.657.0 - Go client now at version 0.11.8.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.7]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-7</link>
            <guid isPermaLink="false">2025-11-14-api-client-go-0-11-7</guid>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The ChatId field has been removed from request.GetChatFilesRequest in Glean.Client.Chat.RetrieveFiles(), introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The ChatId field has been removed from request.GetChatFilesRequest in Glean.Client.Chat.RetrieveFiles(), introducing a breaking change.</p>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking: request.GetChatFilesRequest.ChatId is no longer available - Update code to remove usage of the ChatId field in RetrieveFiles() requests.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.7">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-6</link>
            <guid isPermaLink="false">2025-11-13-api-client-typescript-0-13-6</guid>
            <pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.656.1 (2.753.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.656.1 (2.753.1).</p>
<h2>Changes</h2>
<ul>
<li>Includes all changes from OpenAPI Doc 0.9.0 - Generated TypeScript client at v0.13.6 - Released as NPM package v0.13.6.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-6</link>
            <guid isPermaLink="false">2025-11-13-api-client-python-0-11-6</guid>
            <pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Python SDK generated at v0.11.6 - PyPI release v0.11.6.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-1</link>
            <guid isPermaLink="false">2025-11-13-api-client-java-0-12-1</guid>
            <pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.12.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.656.1.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.12.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.656.1.</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.12.1 generated - Released to Maven Central v0.12.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-6</link>
            <guid isPermaLink="false">2025-11-13-api-client-go-0-11-6</guid>
            <pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.656.1 (2.753.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.6 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.656.1 (2.753.1).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Generated using Speakeasy CLI 1.656.1 (2.753.1) - Go client now at version 0.11.6.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-5</link>
            <guid isPermaLink="false">2025-11-11-api-client-typescript-0-13-5</guid>
            <pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to v0.13.5 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to v0.13.5 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li><ul>
<li>Released as NPM package v0.13.5.</li>
</ul>
</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.12.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-12-0</link>
            <guid isPermaLink="false">2025-11-11-api-client-java-0-12-0</guid>
            <pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released java API client v0.12.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.653.0 (2.748.0).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released java API client v0.12.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.653.0 (2.748.0).</p>
<h2>Changes</h2>
<ul>
<li>Published to Maven Central as v0.12.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.12.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-5</link>
            <guid isPermaLink="false">2025-11-11-api-client-go-0-11-5</guid>
            <pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.5 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.653.0 (2.748.0).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.5 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.653.0 (2.748.0).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Incorporates updates from Speakeasy CLI 1.653.0 (2.748.0) - Go client now at version 0.11.5.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-4</link>
            <guid isPermaLink="false">2025-11-07-api-client-typescript-0-13-4</guid>
            <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated the TypeScript API client to version 0.13.4 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated the TypeScript API client to version 0.13.4 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>TypeScript client regenerated to reflect latest API specification - NPM package released as version 0.13.4.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-4</link>
            <guid isPermaLink="false">2025-11-07-api-client-python-0-11-4</guid>
            <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Python client generated at v0.11.4 - Released on PyPI as v0.11.4.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.11.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-11-4</link>
            <guid isPermaLink="false">2025-11-07-api-client-java-0-11-4</guid>
            <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.11.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.11.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.11.4 released to Maven Central - Aligned with OpenAPI Doc 0.9.0 specification - Built using Speakeasy CLI 1.650.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.11.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-4</link>
            <guid isPermaLink="false">2025-11-07-api-client-go-0-11-4</guid>
            <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Go API client was updated to version 0.11.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>The Go API client was updated to version 0.11.4 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.650.0.</p>
<h2>Changes</h2>
<ul>
<li>Updated Go client to v0.11.4 - Reflects changes from OpenAPI Doc 0.9.0 - Built using Speakeasy CLI 1.650.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v1.0.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-1-0-0</link>
            <guid isPermaLink="false">2025-11-05-mcp-config-schema-1-0-0</guid>
            <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updates Windsurf configuration to support native HTTP.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updates Windsurf configuration to support native HTTP.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change: protocol-level or configuration schema update for Windsurf.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Enhancement: improved native HTTP support in Windsurf configuration.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change: protocol-level or configuration schema update for Windsurf.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v1.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-3</link>
            <guid isPermaLink="false">2025-11-05-api-client-typescript-0-13-3</guid>
            <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.13.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.13.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
<h2>Changes</h2>
<ul>
<li>Generated new TypeScript client version 0.13.3 - Release available as NPM package version 0.13.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-3</link>
            <guid isPermaLink="false">2025-11-05-api-client-python-0-11-3</guid>
            <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.11.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.11.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
<h2>Changes</h2>
<ul>
<li>Python SDK generated at v0.11.3 - Released to PyPI as v0.11.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.11.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-11-3</link>
            <guid isPermaLink="false">2025-11-05-api-client-java-0-11-3</guid>
            <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.11.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.11.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.11.3 generated - Released to Maven Central v0.11.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.11.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-3</link>
            <guid isPermaLink="false">2025-11-05-api-client-go-0-11-3</guid>
            <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.11.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.11.3 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.649.0.</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Generated using Speakeasy CLI 1.649.0 - Go client now at version 0.11.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-2</link>
            <guid isPermaLink="false">2025-10-29-api-client-typescript-0-13-2</guid>
            <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agentsresponse field in glean.client.insights.retrieve() was changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agentsresponse field in glean.client.insights.retrieve() was changed.</p>
<h2>Changes</h2>
<ul>
<li>Applies to @gleanwork/api-client version 0.13.2 - Review usage of response.agentsresponse for compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-2</link>
            <guid isPermaLink="false">2025-10-29-api-client-python-0-11-2</guid>
            <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agents_response field in glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agents_response field in glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integrations using this field for compatibility - No other changes noted in this release.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.11.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-11-2</link>
            <guid isPermaLink="false">2025-10-29-api-client-java-0-11-2</guid>
            <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agentsresponse field in glean.client.insights.retrieve() was changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agentsresponse field in glean.client.insights.retrieve() was changed.</p>
<h2>Changes</h2>
<ul>
<li>API response structure for glean.client.insights.retrieve() updated - Review integration for compatibility with the new agentsresponse format.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.11.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-2</link>
            <guid isPermaLink="false">2025-10-29-api-client-go-0-11-2</guid>
            <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response type for Glean.Client.Insights.Retrieve() has changed to response.AgentsResponse.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response type for Glean.Client.Insights.Retrieve() has changed to response.AgentsResponse.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to the Insights.Retrieve() method response type - Review integrations using Insights.Retrieve() for compatibility - No new endpoints or parameters introduced in this release.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to the Insights.Retrieve() method response type - Review integrations using Insights.Retrieve() for compatibility - No new endpoints or parameters introduced in this release.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-1</link>
            <guid isPermaLink="false">2025-10-28-api-client-typescript-0-13-1</guid>
            <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the .chat field in relatedDocuments.structuredResults across multiple API endpoints and updated the response structure for glean.client.documents.retrieve().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the .chat field in relatedDocuments.structuredResults across multiple API endpoints and updated the response structure for glean.client.documents.retrieve().</p>
<h2>Changes</h2>
<ul>
<li>Added support for the .chat field in relatedDocuments.structuredResults across multiple API endpoints and updated the response structure for glean.client.documents.retrieve().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.11.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-11-1</link>
            <guid isPermaLink="false">2025-10-28-api-client-java-0-11-1</guid>
            <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the .chat field in relatedDocuments structured results across multiple API endpoints, and changed the response structure for glean.client.documents.retrieve().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the .chat field in relatedDocuments structured results across multiple API endpoints, and changed the response structure for glean.client.documents.retrieve().</p>
<h2>Changes</h2>
<ul>
<li>Added support for the .chat field in relatedDocuments structured results across multiple API endpoints, and changed the response structure for glean.client.documents.retrieve().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.11.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-1</link>
            <guid isPermaLink="false">2025-10-28-api-client-go-0-11-1</guid>
            <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Api-client-go v0.11.1 includes 50 additions, 1 change.</p>
]]></description>
            <content:encoded><![CDATA[<p>Api-client-go v0.11.1 includes 50 additions, 1 change.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>request.Request.Body.StructuredList.[].Document.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.announcements.create()</code>.</li>
<li>Added <code>response.Body.StructuredList.[].Document.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.announcements.create()</code>.</li>
<li>Added <code>request.Request.Body.StructuredList.[].Document.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.announcements.update()</code>.</li>
<li>Added <code>response.Body.StructuredList.[].Document.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.announcements.update()</code>.</li>
<li>Added <code>request.Request.Data.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.answers.create()</code>.</li>
<li>Added <code>response.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.answers.create()</code>.</li>
<li>Added <code>request.Request.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.answers.update()</code>.</li>
<li>Added <code>response.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.answers.update()</code>.</li>
<li>Added <code>response.AnswerResult.Answer.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.answers.retrieve()</code>.</li>
<li>Added <code>response.AnswerResults.[].Answer.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.answers.list()</code>.</li>
<li>Added <code>request.ChatRequest.Messages.[].Citations.[].SourceDocument.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.chat.create()</code>.</li>
<li>Added <code>response.Messages.[].Citations.[].SourceDocument.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.chat.create()</code>.</li>
<li>Added <code>response.ChatResult.Chat.CreatedBy.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.chat.retrieve()</code>.</li>
<li>Added <code>response.ChatResults.[].Chat.CreatedBy.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.chat.list()</code>.</li>
<li>Added <code>request.ChatRequest.Messages.[].Citations.[].SourceDocument.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.chat.createstream()</code>.</li>
<li>Added <code>response.Collection.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.additems()</code>.</li>
<li>Added <code>request.Request.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.create()</code>.</li>
<li>Added <code>response.[class].Collection.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.create()</code>.</li>
<li>Added <code>response.Collection.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.deleteitem()</code>.</li>
<li>Added <code>request.Request.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.update()</code>.</li>
<li>Added <code>response.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.update()</code>.</li>
<li>Added <code>response.Collection.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.updateitem()</code>.</li>
<li>Added <code>response.Collection.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.retrieve()</code>.</li>
<li>Added <code>response.Collections.[].AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.collections.list()</code>.</li>
<li>Added <code>response.Documents.[].Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.documents.retrievebyfacets()</code>.</li>
<li>Added <code>response.Users.ActivityInsights.[].User.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.insights.retrieve()</code>.</li>
<li>Added <code>response.SearchResponse.Results.[].StructuredResults.[].Chat</code> to <code>client.messages.retrieve()</code>.</li>
<li>Added <code>response.Attribution.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.pins.update()</code>.</li>
<li>Added <code>response.Pin.Attribution.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.pins.retrieve()</code>.</li>
<li>Added <code>response.Pins.[].Attribution.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.pins.list()</code>.</li>
<li>Added <code>response.Attribution.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.pins.create()</code>.</li>
<li>Added <code>request.Request.SourceDocument.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.search.queryasadmin()</code>.</li>
<li>Added <code>response.Results.[].StructuredResults.[].Chat</code> to <code>client.search.queryasadmin()</code>.</li>
<li>Added <code>response.Results.[].Document.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.search.autocomplete()</code>.</li>
<li>Added <code>response.Results.[].PrimaryEntry.CreatedBy.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.search.retrievefeed()</code>.</li>
<li>Added <code>request.Request.SourceDocument.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.search.recommendations()</code>.</li>
<li>Added <code>response.Results.[].StructuredResults.[].Chat</code> to <code>client.search.recommendations()</code>.</li>
<li>Added <code>request.Request.SourceDocument.Metadata.Author.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.search.query()</code>.</li>
<li>Added <code>response.Results.[].StructuredResults.[].Chat</code> to <code>client.search.query()</code>.</li>
<li>Added <code>response.Results.[].RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.entities.list()</code>.</li>
<li>Added <code>response.Results.[].RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.entities.readpeople()</code>.</li>
<li>Added <code>request.Request.Data.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.shortcuts.create()</code>.</li>
<li>Added <code>response.Shortcut.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.shortcuts.create()</code>.</li>
<li>Added <code>response.Shortcut.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.shortcuts.retrieve()</code>.</li>
<li>Added <code>response.Shortcuts.[].AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.shortcuts.list()</code>.</li>
<li>Added <code>request.Request.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.shortcuts.update()</code>.</li>
<li>Added <code>response.Shortcut.AddedRoles.[].Person.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.shortcuts.update()</code>.</li>
<li>Added <code>response.Metadata.LastVerifier.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.verification.addreminder()</code>.</li>
<li>Added <code>response.Documents.[].Metadata.LastVerifier.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.verification.list()</code>.</li>
<li>Added <code>response.Metadata.LastVerifier.RelatedDocuments.[].Results.[].StructuredResults.[].Chat</code> to <code>client.verification.verify()</code>.</li>
<li>Changed <code>response.Documents.{}</code> on <code>client.documents.retrieve()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[configure-mcp-server v2.0.0]]></title>
            <link>https://developers.glean.com/changelog#configure-mcp-server-2-0-0</link>
            <guid isPermaLink="false">2025-10-26-configure-mcp-server-2-0-0</guid>
            <pubDate>Sun, 26 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The CLI now uses commander.js instead of meow, improving subcommand support and updating documentation for accuracy.</p>
]]></description>
            <content:encoded><![CDATA[<p>The CLI now uses commander.js instead of meow, improving subcommand support and updating documentation for accuracy.</p>
<h2>Changes</h2>
<ul>
<li>Refactored CLI to use commander.js for enhanced subcommand handling.</li>
<li>Updated README.md for accurate information.</li>
<li>Improved init help documentation to match current Claude output.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/configure-mcp-server/releases/tag/v2.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.14.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-14-0</link>
            <guid isPermaLink="false">2025-10-25-mcp-config-schema-0-14-0</guid>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Moved zod to peerDependencies to support both v3 and v4, and updated documentation links for supported hosts.</p>
]]></description>
            <content:encoded><![CDATA[<p>Moved zod to peerDependencies to support both v3 and v4, and updated documentation links for supported hosts.</p>
<h2>Changes</h2>
<ul>
<li>Moved zod to peerDependencies to support both v3 and v4, and updated documentation links for supported hosts.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.14.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.13.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-13-0</link>
            <guid isPermaLink="false">2025-10-22-api-client-typescript-0-13-0</guid>
            <pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the useImageGeneration field in chat message agentConfig for create, retrieve, and createStream chat API methods.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the useImageGeneration field in chat message agentConfig for create, retrieve, and createStream chat API methods.</p>
<h2>Changes</h2>
<ul>
<li>Added support for the useImageGeneration field in chat message agentConfig for create, retrieve, and createStream chat API methods.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.11.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-11-0</link>
            <guid isPermaLink="false">2025-10-22-api-client-python-0-11-0</guid>
            <pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the use_image_generation field in agent_config for chat creation, retrieval, and streaming APIs.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the use_image_generation field in agent_config for chat creation, retrieval, and streaming APIs.</p>
<h2>Changes</h2>
<ul>
<li>Added support for the use_image_generation field in agent_config for chat creation, retrieval, and streaming APIs.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.11.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.11.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-11-0</link>
            <guid isPermaLink="false">2025-10-22-api-client-java-0-11-0</guid>
            <pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the useImageGeneration field in chat message agentConfig for create, retrieve, and createStream chat API methods.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the useImageGeneration field in chat message agentConfig for create, retrieve, and createStream chat API methods.</p>
<h2>Changes</h2>
<ul>
<li>Added support for the useImageGeneration field in chat message agentConfig for create, retrieve, and createStream chat API methods.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.11.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.11.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-11-0</link>
            <guid isPermaLink="false">2025-10-22-api-client-go-0-11-0</guid>
            <pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for the UseImageGeneration field in chat message agent configuration for create, retrieve, and stream chat operations.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for the UseImageGeneration field in chat message agent configuration for create, retrieve, and stream chat operations.</p>
<h2>Changes</h2>
<ul>
<li>Added support for the UseImageGeneration field in chat message agent configuration for create, retrieve, and stream chat operations.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.11.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.12.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-12-3</link>
            <guid isPermaLink="false">2025-10-16-api-client-typescript-0-12-3</guid>
            <pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.datasource parameter in glean.client.messages.retrieve() was changed. This is a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.datasource parameter in glean.client.messages.retrieve() was changed. This is a breaking change.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to request.datasource in messages.retrieve() - Review usage of request.datasource to ensure compatibility.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to request.datasource in messages.retrieve() - Review usage of request.datasource to ensure compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.12.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.10.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-10-3</link>
            <guid isPermaLink="false">2025-10-16-api-client-python-0-10-3</guid>
            <pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.datasource parameter in glean.client.messages.retrieve() has changed, introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.datasource parameter in glean.client.messages.retrieve() has changed, introducing a breaking change.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to request.datasource in messages.retrieve() - Review usage of request.datasource to ensure compatibility - Update client integrations as needed.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to request.datasource in messages.retrieve() - Review usage of request.datasource to ensure compatibility - Update client integrations as needed.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.10.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.7]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-7</link>
            <guid isPermaLink="false">2025-10-16-api-client-java-0-10-7</guid>
            <pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.datasource parameter in glean.client.messages.retrieve() was changed, introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.datasource parameter in glean.client.messages.retrieve() was changed, introducing a breaking change.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to request.datasource in retrieve() method - Review usage of request.datasource to ensure compatibility.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to request.datasource in retrieve() method - Review usage of request.datasource to ensure compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.7">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.10.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-10-3</link>
            <guid isPermaLink="false">2025-10-16-api-client-go-0-10-3</guid>
            <pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Datasource field in request.Request for Glean.Client.Messages.Retrieve() was changed, introducing a breaking change.</p>
]]></description>
            <content:encoded><![CDATA[<p>The Datasource field in request.Request for Glean.Client.Messages.Retrieve() was changed, introducing a breaking change.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change: request.Request.Datasource modified in Glean.Client.Messages.Retrieve() - Review usage of Datasource in your integration for compatibility.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change: request.Request.Datasource modified in Glean.Client.Messages.Retrieve() - Review usage of Datasource in your integration for compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.10.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.12.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-12-2</link>
            <guid isPermaLink="false">2025-10-10-api-client-typescript-0-12-2</guid>
            <pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.results.[].primaryEntry.digest.sections.[].updates.[].urls field was added to the output of glean.client.search.retrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.results.[].primaryEntry.digest.sections.[].updates.[].urls field was added to the output of glean.client.search.retrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>New urls field now available within updates in the retrieveFeed() response - No breaking changes introduced - No changes to authentication or pagination.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.12.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.10.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-10-2</link>
            <guid isPermaLink="false">2025-10-10-api-client-python-0-10-2</guid>
            <pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the urls field to response.results.[].primary_entry.digest.sections.[].updates in glean.client.search.retrieve_feed().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the urls field to response.results.[].primary_entry.digest.sections.[].updates in glean.client.search.retrieve_feed().</p>
<h2>Changes</h2>
<ul>
<li>New urls field now available in the updates objects of the API response - No breaking changes introduced - Applies to glean 0.10.2 API client.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.10.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.6]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-6</link>
            <guid isPermaLink="false">2025-10-10-api-client-java-0-10-6</guid>
            <pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>A new field, response.results.[].primaryEntry.digest.sections.[].updates.[].urls, was added to the output of glean.client.search.retrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>A new field, response.results.[].primaryEntry.digest.sections.[].updates.[].urls, was added to the output of glean.client.search.retrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Added urls field to updates within digest sections in retrieveFeed() response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.6">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.10.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-10-2</link>
            <guid isPermaLink="false">2025-10-10-api-client-go-0-10-2</guid>
            <pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the Urls field to response.Results.[].PrimaryEntry.Digest.Sections.[].Updates in Glean.Client.Search.RetrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the Urls field to response.Results.[].PrimaryEntry.Digest.Sections.[].Updates in Glean.Client.Search.RetrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>Enables access to URLs within update sections of feed results - No breaking changes introduced - Applies to API client version 0.10.2.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.10.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.12.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-12-1</link>
            <guid isPermaLink="false">2025-10-09-api-client-typescript-0-12-1</guid>
            <pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agentsresponse.topAgentsInsights.[].icon field was added to the output of glean.client.insights.retrieve().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agentsresponse.topAgentsInsights.[].icon field was added to the output of glean.client.insights.retrieve().</p>
<h2>Changes</h2>
<ul>
<li>New icon field now available in topAgentsInsights response - No breaking changes introduced - Applies to @gleanwork/api-client version 0.12.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.12.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.10.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-10-1</link>
            <guid isPermaLink="false">2025-10-09-api-client-python-0-10-1</guid>
            <pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agents_response.top_agents_insights array in glean.client.insights.retrieve() now includes the icon field.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agents_response.top_agents_insights array in glean.client.insights.retrieve() now includes the icon field.</p>
<h2>Changes</h2>
<ul>
<li>Added icon field to top_agents_insights in API response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.10.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-5</link>
            <guid isPermaLink="false">2025-10-09-api-client-java-0-10-5</guid>
            <pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response.agentsresponse.topAgentsInsights.[].icon field was added to glean.client.insights.retrieve().</p>
]]></description>
            <content:encoded><![CDATA[<p>The response.agentsresponse.topAgentsInsights.[].icon field was added to glean.client.insights.retrieve().</p>
<h2>Changes</h2>
<ul>
<li>New response field: icon in topAgentsInsights array - No breaking changes or new endpoints introduced.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.10.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-10-1</link>
            <guid isPermaLink="false">2025-10-09-api-client-go-0-10-1</guid>
            <pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Icon field was added to response.AgentsResponse.TopAgentsInsights in Glean.Client.Insights.Retrieve().</p>
]]></description>
            <content:encoded><![CDATA[<p>The Icon field was added to response.AgentsResponse.TopAgentsInsights in Glean.Client.Insights.Retrieve().</p>
<h2>Changes</h2>
<ul>
<li>New Icon field now available in TopAgentsInsights response - No breaking changes introduced - Enhances agent insights data with icon information.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.10.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2025-10-07]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2025-10-07-rest-api-changes-open-api</guid>
            <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking: 1 endpoint removed.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking: 1 endpoint removed.</p>
<h2>Action Required</h2>
<ul>
<li>Update callers to stop using /api/index/v1/debug/{datasource}/document/events.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking: 1 endpoint removed.</li>
<li>Removed endpoint: /api/index/v1/debug/{datasource}/document/events.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.12.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-12-0</link>
            <guid isPermaLink="false">2025-10-07-api-client-typescript-0-12-0</guid>
            <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response object returned by glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response object returned by glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integration code for compatibility with the updated response structure.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.12.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.10.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-10-0</link>
            <guid isPermaLink="false">2025-10-07-api-client-python-0-10-0</guid>
            <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response of glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response of glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integrations using glean.client.insights.retrieve() for compatibility - Update client code if relying on previous response structure.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.10.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-4</link>
            <guid isPermaLink="false">2025-10-07-api-client-java-0-10-4</guid>
            <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response of glean.client.insights.retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response of glean.client.insights.retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integration for possible breaking changes in the response structure.</li>
<li>No new endpoints or parameters introduced.</li>
<li>Check for updates in response handling logic.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.10.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-10-0</link>
            <guid isPermaLink="false">2025-10-07-api-client-go-0-10-0</guid>
            <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response object returned by Glean.Client.Insights.Retrieve() has changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response object returned by Glean.Client.Insights.Retrieve() has changed.</p>
<h2>Changes</h2>
<ul>
<li>Review integrations using this method for compatibility - Update client code to handle the new response structure if needed.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.10.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2025-10-01]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2025-10-01-rest-api-changes-open-api</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking: 2 endpoints added, 3 endpoints removed.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking: 2 endpoints added, 3 endpoints removed.</p>
<h2>Action Required</h2>
<ul>
<li>Update callers to stop using /debug/{datasource}/document/events.</li>
<li>Update callers to stop using /update/{datasource}/extenddeletionpaused.</li>
<li>Update callers to stop using /update/{datasource}/resolvedeletionpaused.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Added endpoint: /update/{datasource}/extenddeletionpaused.</li>
<li>Added endpoint: /update/{datasource}/resolvedeletionpaused.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking: 2 endpoints added, 3 endpoints removed.</li>
<li>Removed endpoint: /debug/{datasource}/document/events.</li>
<li>Removed endpoint: /update/{datasource}/extenddeletionpaused.</li>
<li>Removed endpoint: /update/{datasource}/resolvedeletionpaused.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.11.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-11-2</link>
            <guid isPermaLink="false">2025-10-01-api-client-typescript-0-11-2</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.11.2 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.11.2 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Includes latest changes from OpenAPI specification 0.9.0 - TypeScript SDK now at v0.11.2 - NPM package released as v0.11.2.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.11.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.11.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-11-1</link>
            <guid isPermaLink="false">2025-10-01-api-client-typescript-0-11-1</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Api-client-typescript v0.11.1 includes 51 additions.</p>
]]></description>
            <content:encoded><![CDATA[<p>Api-client-typescript v0.11.1 includes 51 additions.</p>
<h2>Changes</h2>
<ul>
<li>Added <code>request.body.structuredList.[].document.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.announcements.create()</code>.</li>
<li>Added <code>response.body.structuredList.[].document.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.announcements.create()</code>.</li>
<li>Added <code>request.body.structuredList.[].document.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.announcements.update()</code>.</li>
<li>Added <code>response.body.structuredList.[].document.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.announcements.update()</code>.</li>
<li>Added <code>request.data.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.answers.create()</code>.</li>
<li>Added <code>response.addedroles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.answers.create()</code>.</li>
<li>Added <code>request.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.answers.update()</code>.</li>
<li>Added <code>response.addedroles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.answers.update()</code>.</li>
<li>Added <code>response.answerresult.answer.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.answers.retrieve()</code>.</li>
<li>Added <code>response.answerresults.[].answer.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.answers.list()</code>.</li>
<li>Added <code>request.chatrequest.messages.[].citations.[].sourceDocument.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.chat.create()</code>.</li>
<li>Added <code>response.messages.[].citations.[].sourceDocument.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.chat.create()</code>.</li>
<li>Added <code>response.chatresult.chat.createdBy.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.chat.retrieve()</code>.</li>
<li>Added <code>response.chatresults.[].chat.createdBy.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.chat.list()</code>.</li>
<li>Added <code>request.chatrequest.messages.[].citations.[].sourceDocument.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.chat.createstream()</code>.</li>
<li>Added <code>response.collection.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.additems()</code>.</li>
<li>Added <code>request.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.create()</code>.</li>
<li>Added <code>response.[class].collection.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.create()</code>.</li>
<li>Added <code>response.collection.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.deleteitem()</code>.</li>
<li>Added <code>request.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.update()</code>.</li>
<li>Added <code>response.addedroles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.update()</code>.</li>
<li>Added <code>response.collection.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.updateitem()</code>.</li>
<li>Added <code>response.collection.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.retrieve()</code>.</li>
<li>Added <code>response.collections.[].addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.collections.list()</code>.</li>
<li>Added <code>response.documents.{}.[document].metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.documents.retrieve()</code>.</li>
<li>Added <code>response.documents.[].metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.documents.retrievebyfacets()</code>.</li>
<li>Added <code>response.users.activityInsights.[].user.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.insights.retrieve()</code>.</li>
<li>Added <code>response.searchresponse.results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.messages.retrieve()</code>.</li>
<li>Added <code>response.attribution.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.pins.update()</code>.</li>
<li>Added <code>response.pin.attribution.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.pins.retrieve()</code>.</li>
<li>Added <code>response.pins.[].attribution.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.pins.list()</code>.</li>
<li>Added <code>response.attribution.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.pins.create()</code>.</li>
<li>Added <code>request.sourceDocument.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.queryasadmin()</code>.</li>
<li>Added <code>response.results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.queryasadmin()</code>.</li>
<li>Added <code>response.results.[].document.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.autocomplete()</code>.</li>
<li>Added <code>response.results.[].primaryEntry.createdBy.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.retrievefeed()</code>.</li>
<li>Added <code>request.sourceDocument.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.recommendations()</code>.</li>
<li>Added <code>response.results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.recommendations()</code>.</li>
<li>Added <code>request.sourceDocument.metadata.author.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.query()</code>.</li>
<li>Added <code>response.results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.search.query()</code>.</li>
<li>Added <code>response.results.[].relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.entities.list()</code>.</li>
<li>Added <code>response.results.[].relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.entities.readpeople()</code>.</li>
<li>Added <code>request.data.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.shortcuts.create()</code>.</li>
<li>Added <code>response.shortcut.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.shortcuts.create()</code>.</li>
<li>Added <code>response.shortcut.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.shortcuts.retrieve()</code>.</li>
<li>Added <code>response.shortcuts.[].addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.shortcuts.list()</code>.</li>
<li>Added <code>request.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.shortcuts.update()</code>.</li>
<li>Added <code>response.shortcut.addedRoles.[].person.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.shortcuts.update()</code>.</li>
<li>Added <code>response.metadata.lastVerifier.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.verification.addreminder()</code>.</li>
<li>Added <code>response.documents.[].metadata.lastVerifier.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.verification.list()</code>.</li>
<li>Added <code>response.metadata.lastVerifier.relatedDocuments.[].results.[].structuredResults.[].generatedQna.followupActions.[].parameters</code> to <code>client.verification.verify()</code>.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.11.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.9.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-9-3</link>
            <guid isPermaLink="false">2025-10-01-api-client-python-0-9-3</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.9.3 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.9.3 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Python SDK generated at v0.9.3 - PyPI release published at v0.9.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.9.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.9.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-9-2</link>
            <guid isPermaLink="false">2025-10-01-api-client-python-0-9-2</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>A new &#39;parameters&#39; field was added to multiple request and response objects across many glean client API methods.</p>
]]></description>
            <content:encoded><![CDATA[<p>A new &#39;parameters&#39; field was added to multiple request and response objects across many glean client API methods.</p>
<h2>Changes</h2>
<ul>
<li>A new &#39;parameters&#39; field was added to multiple request and response objects across many glean client API methods.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.9.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-3</link>
            <guid isPermaLink="false">2025-10-01-api-client-java-0-10-3</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.10.3 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.10.3 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Java SDK generated at v0.10.3 - Released to Maven Central as v0.10.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-2</link>
            <guid isPermaLink="false">2025-10-01-api-client-java-0-10-2</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added new parameters field to followupActions in multiple API request and response objects across announcements, answers, chat, collections, documents, insights, messages, pins, search, entities, shortcuts, and verification endpoints.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added new parameters field to followupActions in multiple API request and response objects across announcements, answers, chat, collections, documents, insights, messages, pins, search, entities, shortcuts, and verification endpoints.</p>
<h2>Changes</h2>
<ul>
<li>Added new parameters field to followupActions in multiple API request and response objects across announcements, answers, chat, collections, documents, insights, messages, pins, search, entities, shortcuts, and verification endpoints.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.9.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-9-5</link>
            <guid isPermaLink="false">2025-10-01-api-client-go-0-9-5</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.9.5 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.633.1 (2.720.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.9.5 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.633.1 (2.720.1).</p>
<h2>Changes</h2>
<ul>
<li>Updated Go API client to version 0.9.5 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.633.1 (2.720.1).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.9.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.9.4]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-9-4</link>
            <guid isPermaLink="false">2025-10-01-api-client-go-0-9-4</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the FollowupActions.Parameters field to multiple request and response objects across Announcements, Answers, Chat, Collections, Documents, Insights, Messages, Pins, Search, Entities, Shortcuts, and Verification API methods.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the FollowupActions.Parameters field to multiple request and response objects across Announcements, Answers, Chat, Collections, Documents, Insights, Messages, Pins, Search, Entities, Shortcuts, and Verification API methods.</p>
<h2>Changes</h2>
<ul>
<li>Added the FollowupActions.Parameters field to multiple request and response objects across Announcements, Answers, Chat, Collections, Documents, Insights, Messages, Pins, Search, Entities, Shortcuts, and Verification API methods.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.9.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2025-09-30]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2025-09-30-rest-api-changes-open-api</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>1 endpoint added.</p>
]]></description>
            <content:encoded><![CDATA[<p>1 endpoint added.</p>
<h2>Changes</h2>
<ul>
<li>Added endpoint: /api/index/v1/debug/{datasource}/document/events.</li>
<li>1 endpoint added.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.11.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-11-0</link>
            <guid isPermaLink="false">2025-09-30-api-client-typescript-0-11-0</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.11.0 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.11.0 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Includes all changes from OpenAPI Doc 0.9.0 - - Published as NPM package v0.11.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.11.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.10.5]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-10-5</link>
            <guid isPermaLink="false">2025-09-30-api-client-typescript-0-10-5</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request parameter in glean.client.insights.retrieve() was changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request parameter in glean.client.insights.retrieve() was changed.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to the request parameter or object - Review usage of glean.client.insights.retrieve() for compatibility.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to the request parameter or object - Review usage of glean.client.insights.retrieve() for compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.10.5">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.9.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-9-1</link>
            <guid isPermaLink="false">2025-09-30-api-client-python-0-9-1</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to v0.9.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.631.5 (2.716.16).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to v0.9.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.631.5 (2.716.16).</p>
<h2>Changes</h2>
<ul>
<li>Python client generated at version 0.9.1 - Released on PyPI as v0.9.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.9.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-1</link>
            <guid isPermaLink="false">2025-09-30-api-client-java-0-10-1</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Java API client to version 0.10.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.631.5 (2.716.16).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Java API client to version 0.10.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.631.5 (2.716.16).</p>
<h2>Changes</h2>
<ul>
<li>Java client v0.10.1 generated - Released to Maven Central v0.10.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.9.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-9-3</link>
            <guid isPermaLink="false">2025-09-30-api-client-go-0-9-3</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to v0.9.3 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to v0.9.3 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Go client generated at version v0.9.3.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.9.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.9.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-9-0</link>
            <guid isPermaLink="false">2025-09-29-api-client-python-0-9-0</guid>
            <pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request parameter for glean.client.insights.retrieve() was changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request parameter for glean.client.insights.retrieve() was changed.</p>
<h2>Changes</h2>
<ul>
<li>Review usage of glean.client.insights.retrieve() to ensure compatibility with the updated request parameter.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.9.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.10.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-10-0</link>
            <guid isPermaLink="false">2025-09-29-api-client-java-0-10-0</guid>
            <pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request structure for glean.client.insights.retrieve() was changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request structure for glean.client.insights.retrieve() was changed.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to the request parameters for glean.client.insights.retrieve() - Review usage of glean.client.insights.retrieve() to ensure compatibility.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to the request parameters for glean.client.insights.retrieve() - Review usage of glean.client.insights.retrieve() to ensure compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.10.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.9.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-9-2</link>
            <guid isPermaLink="false">2025-09-29-api-client-go-0-9-2</guid>
            <pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The request.Request parameter for Glean.Client.Insights.Retrieve() was changed.</p>
]]></description>
            <content:encoded><![CDATA[<p>The request.Request parameter for Glean.Client.Insights.Retrieve() was changed.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking change to the request.Request parameter in Insights.Retrieve() - Review usage of Insights.Retrieve() for compatibility with this update.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking change to the request.Request parameter in Insights.Retrieve() - Review usage of Insights.Retrieve() for compatibility with this update.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.9.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[REST API: changes (endpoints) 2025-09-26]]></title>
            <link>https://developers.glean.com/changelog#rest-api-changes-open-api</link>
            <guid isPermaLink="false">2025-09-26-rest-api-changes-open-api</guid>
            <pubDate>Fri, 26 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>1 endpoint added.</p>
]]></description>
            <content:encoded><![CDATA[<p>1 endpoint added.</p>
<h2>Changes</h2>
<ul>
<li>Added endpoint: /debug/{datasource}/document/events.</li>
<li>1 endpoint added.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.10.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-10-3</link>
            <guid isPermaLink="false">2025-09-25-api-client-typescript-0-10-3</guid>
            <pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the channelType field to response.results.[].primaryEntry.digest.sections in glean.client.search.retrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the channelType field to response.results.[].primaryEntry.digest.sections in glean.client.search.retrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>New response field: channelType - No breaking changes - Applies to retrieveFeed() method in the search client.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.10.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.8.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-8-1</link>
            <guid isPermaLink="false">2025-09-25-api-client-python-0-8-1</guid>
            <pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response object for glean.client.search.retrieve_feed() now includes the channel_type field in response.results.[].primary_entry.digest.sections.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response object for glean.client.search.retrieve_feed() now includes the channel_type field in response.results.[].primary_entry.digest.sections.</p>
<h2>Changes</h2>
<ul>
<li>Added channel_type to response.results.[].primary_entry.digest.sections in retrieve_feed().</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.8.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.9.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-9-1</link>
            <guid isPermaLink="false">2025-09-25-api-client-java-0-9-1</guid>
            <pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The response object for glean.client.search.retrieveFeed() now includes the channelType field in response.results.[].primaryEntry.digest.sections.</p>
]]></description>
            <content:encoded><![CDATA[<p>The response object for glean.client.search.retrieveFeed() now includes the channelType field in response.results.[].primaryEntry.digest.sections.</p>
<h2>Changes</h2>
<ul>
<li>Added response.results.[].primaryEntry.digest.sections.[].channelType to the API response.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.9.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.9.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-9-1</link>
            <guid isPermaLink="false">2025-09-25-api-client-go-0-9-1</guid>
            <pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added the ChannelType field to response.Results.[].PrimaryEntry.Digest.Sections in Glean.Client.Search.RetrieveFeed().</p>
]]></description>
            <content:encoded><![CDATA[<p>Added the ChannelType field to response.Results.[].PrimaryEntry.Digest.Sections in Glean.Client.Search.RetrieveFeed().</p>
<h2>Changes</h2>
<ul>
<li>New ChannelType field is now included in the RetrieveFeed response structure.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.9.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.10.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-10-1</link>
            <guid isPermaLink="false">2025-09-24-api-client-typescript-0-10-1</guid>
            <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking changes to multiple request and response fields across document, answer, shortcut, chat, search, announcement, collection, and verification APIs; new parameter added to chat file retrieval.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking changes to multiple request and response fields across document, answer, shortcut, chat, search, announcement, collection, and verification APIs; new parameter added to chat file retrieval.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking changes to multiple request and response fields across document, answer, shortcut, chat, search, announcement, collection, and verification APIs; new parameter added to chat file retrieval.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking changes to multiple request and response fields across document, answer, shortcut, chat, search, announcement, collection, and verification APIs; new parameter added to chat file retrieval.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.10.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.8.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-8-0</link>
            <guid isPermaLink="false">2025-09-24-api-client-python-0-8-0</guid>
            <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking changes to multiple API endpoints, including request and response field modifications, and a new parameter added to chat file retrieval.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking changes to multiple API endpoints, including request and response field modifications, and a new parameter added to chat file retrieval.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking changes to multiple API endpoints, including request and response field modifications, and a new parameter added to chat file retrieval.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking changes to multiple API endpoints, including request and response field modifications, and a new parameter added to chat file retrieval.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.8.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.9.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-9-0</link>
            <guid isPermaLink="false">2025-09-24-api-client-java-0-9-0</guid>
            <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking changes to request and response fields across multiple endpoints, including addedRoles, relatedDocuments, and messages; new chatId parameter added to chat file retrieval.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking changes to request and response fields across multiple endpoints, including addedRoles, relatedDocuments, and messages; new chatId parameter added to chat file retrieval.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking changes to request and response fields across multiple endpoints, including addedRoles, relatedDocuments, and messages; new chatId parameter added to chat file retrieval.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking changes to request and response fields across multiple endpoints, including addedRoles, relatedDocuments, and messages; new chatId parameter added to chat file retrieval.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.9.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.9.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-9-0</link>
            <guid isPermaLink="false">2025-09-24-api-client-go-0-9-0</guid>
            <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Breaking changes to request and response fields across multiple endpoints, including changes to DocumentSpecs, AddedRoles, RelatedDocuments, and Messages; new parameter added to Chat.RetrieveFiles.</p>
]]></description>
            <content:encoded><![CDATA[<p>Breaking changes to request and response fields across multiple endpoints, including changes to DocumentSpecs, AddedRoles, RelatedDocuments, and Messages; new parameter added to Chat.RetrieveFiles.</p>
<h2>Action Required</h2>
<ul>
<li>Review this breaking change before upgrading: Breaking changes to request and response fields across multiple endpoints, including changes to DocumentSpecs, AddedRoles, RelatedDocuments, and Messages; new parameter added to Chat.RetrieveFiles.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Breaking changes to request and response fields across multiple endpoints, including changes to DocumentSpecs, AddedRoles, RelatedDocuments, and Messages; new parameter added to Chat.RetrieveFiles.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.9.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.13.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-13-1</link>
            <guid isPermaLink="false">2025-09-18-mcp-config-schema-0-13-1</guid>
            <pubDate>Thu, 18 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed an issue where ChatGPT/Claude Enterprise incorrectly required mcp-remote.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed an issue where ChatGPT/Claude Enterprise incorrectly required mcp-remote.</p>
<h2>Changes</h2>
<ul>
<li>Upgraded to ESLint 9 with flat config.</li>
<li>Internal changes only.</li>
<li>Committers: David J. Hamilton, Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.13.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.13.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-13-0</link>
            <guid isPermaLink="false">2025-09-12-mcp-config-schema-0-13-0</guid>
            <pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for white labeling product names.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for white labeling product names.</p>
<h2>Changes</h2>
<ul>
<li>Enables customization of product names for branding.</li>
<li>Enhancement improves flexibility for partners and clients.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.13.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[configure-mcp-server v1.0.0]]></title>
            <link>https://developers.glean.com/changelog#configure-mcp-server-1-0-0</link>
            <guid isPermaLink="false">2025-09-12-configure-mcp-server-1-0-0</guid>
            <pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Initial MCP server configurator CLI for Glean released, enabling core configuration flows for MCP Server integration.</p>
]]></description>
            <content:encoded><![CDATA[<p>Initial MCP server configurator CLI for Glean released, enabling core configuration flows for MCP Server integration.</p>
<h2>Changes</h2>
<ul>
<li>Implements core configuration flows for MCP Server integration.</li>
<li>Enhancement release.</li>
<li>Committers: Chris Freeman, David Hamilton, Nathaniel Furniss, Steve Calvert, Robert Jackson.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/configure-mcp-server/releases/tag/v1.0.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.12.2]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-12-2</link>
            <guid isPermaLink="false">2025-09-10-mcp-config-schema-0-12-2</guid>
            <pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The one click URL generator no longer relies on Buffer in browser environments.</p>
]]></description>
            <content:encoded><![CDATA[<p>The one click URL generator no longer relies on Buffer in browser environments.</p>
<h2>Changes</h2>
<ul>
<li>Bug fix: Updated URL generator dependency for browser compatibility - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.12.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.12.1]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-12-1</link>
            <guid isPermaLink="false">2025-09-02-mcp-config-schema-0-12-1</guid>
            <pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Exports for server name utilities are now included in the browser bundle.</p>
]]></description>
            <content:encoded><![CDATA[<p>Exports for server name utilities are now included in the browser bundle.</p>
<h2>Changes</h2>
<ul>
<li>Fixed missing exports of server name utilities in browser builds - Ensures server name utilities are accessible in browser environments - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.12.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.12.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-12-0</link>
            <guid isPermaLink="false">2025-09-02-mcp-config-schema-0-12-0</guid>
            <pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Adds centralized CLI configuration command building and protocol-level improvements.</p>
]]></description>
            <content:encoded><![CDATA[<p>Adds centralized CLI configuration command building and protocol-level improvements.</p>
<h2>Changes</h2>
<ul>
<li>Adds centralized CLI configuration command building and protocol-level improvements.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.12.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.11.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-11-0</link>
            <guid isPermaLink="false">2025-08-29-mcp-config-schema-0-11-0</guid>
            <pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Expanded configuration support coverage for MCP protocol.</p>
]]></description>
            <content:encoded><![CDATA[<p>Expanded configuration support coverage for MCP protocol.</p>
<h2>Changes</h2>
<ul>
<li>Enhanced config schema to support a wider range of use cases - Addresses protocol-level improvements for broader compatibility.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.11.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.10.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-10-0</link>
            <guid isPermaLink="false">2025-08-29-mcp-config-schema-0-10-0</guid>
            <pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Refactored to use a builder pattern and standardized config generation, with added one-click support for VS Code.</p>
]]></description>
            <content:encoded><![CDATA[<p>Refactored to use a builder pattern and standardized config generation, with added one-click support for VS Code.</p>
<h2>Changes</h2>
<ul>
<li>Refactored internal logic to implement a builder pattern - Standardized configuration generation process.</li>
<li>Added one-click support for VS Code as per official documentation.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.10.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.7.3]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-7-3</link>
            <guid isPermaLink="false">2025-08-29-api-client-python-0-7-3</guid>
            <pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added group.datasource_instance fields to multiple request and response objects across announcements, answers, chat, collections, documents, entities, pins, search, shortcuts, and verification APIs.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added group.datasource_instance fields to multiple request and response objects across announcements, answers, chat, collections, documents, entities, pins, search, shortcuts, and verification APIs.</p>
<h2>Changes</h2>
<ul>
<li>Added group.datasource_instance fields to multiple request and response objects across announcements, answers, chat, collections, documents, entities, pins, search, shortcuts, and verification APIs.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.7.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.8.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-8-0</link>
            <guid isPermaLink="false">2025-08-26-mcp-server-0-8-0</guid>
            <pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Device code flow support has been removed and the configure command has been streamlined, with updates to the MCP config schema.</p>
]]></description>
            <content:encoded><![CDATA[<p>Device code flow support has been removed and the configure command has been streamlined, with updates to the MCP config schema.</p>
<h2>Changes</h2>
<ul>
<li>Device code flow support has been removed and the configure command has been streamlined, with updates to the MCP config schema.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.8.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.9.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-9-0</link>
            <guid isPermaLink="false">2025-08-26-mcp-config-schema-0-9-0</guid>
            <pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Exported CLIENT and CLIENT_DISPLAY_NAME constants are now available in the browser bundle.</p>
]]></description>
            <content:encoded><![CDATA[<p>Exported CLIENT and CLIENT_DISPLAY_NAME constants are now available in the browser bundle.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement to protocol-level exports - Improves configuration flexibility for browser integrations.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.9.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.8.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-8-0</link>
            <guid isPermaLink="false">2025-08-26-mcp-config-schema-0-8-0</guid>
            <pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Goose now supports native HTTP protocol and CLIENTS.md has been updated to reflect recent configuration changes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Goose now supports native HTTP protocol and CLIENTS.md has been updated to reflect recent configuration changes.</p>
<h2>Changes</h2>
<ul>
<li>Enhanced Goose with native HTTP support.</li>
<li>Updated CLIENTS.md after config changes - Changes contributed by Chris Freeman and Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.8.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.7.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-7-0</link>
            <guid isPermaLink="false">2025-08-23-mcp-config-schema-0-7-0</guid>
            <pubDate>Sat, 23 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Adds support for Claude desktop on Linux platforms.</p>
]]></description>
            <content:encoded><![CDATA[<p>Adds support for Claude desktop on Linux platforms.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement: Claude desktop is now available for Linux users - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.7.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.6.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-6-0</link>
            <guid isPermaLink="false">2025-08-23-mcp-config-schema-0-6-0</guid>
            <pubDate>Sat, 23 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Adds the ability to build glean MCP server names.</p>
]]></description>
            <content:encoded><![CDATA[<p>Adds the ability to build glean MCP server names.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement to server naming functionality - No protocol-level or config schema changes noted - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.6.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.4.4]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-4-4</link>
            <guid isPermaLink="false">2025-08-21-mcp-config-schema-0-4-4</guid>
            <pubDate>Thu, 21 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Claude integration updated to use Teams/Enterprise for organization connectors.</p>
]]></description>
            <content:encoded><![CDATA[<p>Claude integration updated to use Teams/Enterprise for organization connectors.</p>
<h2>Changes</h2>
<ul>
<li>Bug fix addressing connector configuration for Claude - No protocol-level or config schema changes noted - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.4.4">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.4.3]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-4-3</link>
            <guid isPermaLink="false">2025-08-21-mcp-config-schema-0-4-3</guid>
            <pubDate>Thu, 21 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed an issue with broken package exports affecting protocol-level integration.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed an issue with broken package exports affecting protocol-level integration.</p>
<h2>Changes</h2>
<ul>
<li>Package exports now function correctly - Ensures compatibility with protocol consumers - No config schema changes required.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.4.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.4.2]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-4-2</link>
            <guid isPermaLink="false">2025-08-21-mcp-config-schema-0-4-2</guid>
            <pubDate>Thu, 21 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated cursor to use HTTP native protocol and made internal improvements.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated cursor to use HTTP native protocol and made internal improvements.</p>
<h2>Changes</h2>
<ul>
<li>Fixed bug by updating cursor to HTTP native.</li>
<li>Added CODEOWNERS file.</li>
<li>Updated generate-clients script.</li>
<li>Added CLAUDE.md documentation.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.4.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.4.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-4-0</link>
            <guid isPermaLink="false">2025-08-21-mcp-config-schema-0-4-0</guid>
            <pubDate>Thu, 21 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Partial output of configuration files is now supported.</p>
]]></description>
            <content:encoded><![CDATA[<p>Partial output of configuration files is now supported.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement: Adds the ability to output partial configs - Committer: Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.4.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-config-schema v0.2.0]]></title>
            <link>https://developers.glean.com/changelog#mcp-config-schema-0-2-0</link>
            <guid isPermaLink="false">2025-08-19-mcp-config-schema-0-2-0</guid>
            <pubDate>Tue, 19 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Mcp-config-schema v0.2.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Mcp-config-schema v0.2.0.</p>
<h2>Changes</h2>
<ul>
<li>Mcp-config-schema v0.2.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-config-schema/releases/tag/v0.2.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.9.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-9-1</link>
            <guid isPermaLink="false">2025-08-12-api-client-typescript-0-9-1</guid>
            <pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to v0.9.1, based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.551.0 (2.610.0).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to v0.9.1, based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.551.0 (2.610.0).</p>
<h2>Changes</h2>
<ul>
<li>Includes all changes from OpenAPI Doc 0.9.0 - Generated new TypeScript SDK version 0.9.1 - Published as NPM package v0.9.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.9.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.7.2]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-7-2</link>
            <guid isPermaLink="false">2025-08-12-api-client-python-0-7-2</guid>
            <pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.7.2 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.603.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.7.2 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.603.0.</p>
<h2>Changes</h2>
<ul>
<li>Python client generated at v0.7.2 - Released to PyPI as v0.7.2.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.7.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.8.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-8-0</link>
            <guid isPermaLink="false">2025-08-12-api-client-java-0-8-0</guid>
            <pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released java v0.8.0 API client based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.603.0 (2.681.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released java v0.8.0 API client based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.603.0 (2.681.1).</p>
<h2>Changes</h2>
<ul>
<li>Published to Maven Central as v0.8.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.8.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.8.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-8-0</link>
            <guid isPermaLink="false">2025-08-12-api-client-go-0-8-0</guid>
            <pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to v0.8.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.603.0 (2.681.1).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to v0.8.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.603.0 (2.681.1).</p>
<h2>Changes</h2>
<ul>
<li>Generated Go client version v0.8.0 - Based on OpenAPI Doc 0.9.0 - Uses Speakeasy CLI 1.603.0 (2.681.1).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.8.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.18]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-18</link>
            <guid isPermaLink="false">2025-08-08-mcp-server-0-7-18</guid>
            <pubDate>Fri, 08 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Resolved an issue affecting the publishing process.</p>
]]></description>
            <content:encoded><![CDATA[<p>Resolved an issue affecting the publishing process.</p>
<h2>Changes</h2>
<ul>
<li>Addressed a problem that prevented successful publishing - No protocol-level or config schema changes introduced.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.18">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.17]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-17</link>
            <guid isPermaLink="false">2025-08-08-mcp-server-0-7-17</guid>
            <pubDate>Fri, 08 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Support for OneLogin device flow added and improved error handling and platform compatibility in configure-mcp-server and mcp-server-utils.</p>
]]></description>
            <content:encoded><![CDATA[<p>Support for OneLogin device flow added and improved error handling and platform compatibility in configure-mcp-server and mcp-server-utils.</p>
<h2>Changes</h2>
<ul>
<li>Added OneLogin device flow support.</li>
<li>Improved platform support for Claude Code.</li>
<li>Added error when refresh token not issued.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.17">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v0.2.0]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-0-2-0</link>
            <guid isPermaLink="false">2025-07-24-glean-indexing-sdk-0-2-0</guid>
            <pubDate>Thu, 24 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Adds support for forced restarts of indexing uploads and introduces a property definition builder.</p>
]]></description>
            <content:encoded><![CDATA[<p>Adds support for forced restarts of indexing uploads and introduces a property definition builder.</p>
<h2>Changes</h2>
<ul>
<li>Forced restarts can now be triggered for indexing uploads - New property definition builder helper added.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.2.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v0.1.0]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-0-1-0</link>
            <guid isPermaLink="false">2025-07-23-glean-indexing-sdk-0-1-0</guid>
            <pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Introduces a property definition builder and fixes the format of tags for release.</p>
]]></description>
            <content:encoded><![CDATA[<p>Introduces a property definition builder and fixes the format of tags for release.</p>
<h2>Changes</h2>
<ul>
<li>Adds property definition builder - Fixes tag formatting for release - Adds additional model for re-export.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.1.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.16]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-16</link>
            <guid isPermaLink="false">2025-07-22-mcp-server-0-7-16</guid>
            <pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Support for Azure added and CVE-2025-7783 addressed in MCP server configuration and utilities.</p>
]]></description>
            <content:encoded><![CDATA[<p>Support for Azure added and CVE-2025-7783 addressed in MCP server configuration and utilities.</p>
<h2>Changes</h2>
<ul>
<li>Bug fix: Support for Azure in configure-mcp-server and mcp-server-utils - Security fix: CVE-2025-7783 resolved in configure-mcp-server and local-mcp-server - Contributor: David J. Hamilton.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.16">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.15]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-15</link>
            <guid isPermaLink="false">2025-07-22-mcp-server-0-7-15</guid>
            <pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Bug fixes and dependency updates for MCP server utilities, including security improvements and version pinning.</p>
]]></description>
            <content:encoded><![CDATA[<p>Bug fixes and dependency updates for MCP server utilities, including security improvements and version pinning.</p>
<h2>Changes</h2>
<ul>
<li>Updated mcp-remote fork to version 0.2.2 to address CVE-2025-6514 - Pinned connect-mcp-server dependency in mcp-server-utils - Applied fixes to configure-mcp-server and mcp-server-utils.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.15">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[glean-agent-toolkit 0.3.0]]></title>
            <link>https://developers.glean.com/changelog#glean-agent-toolkit-0-3-0</link>
            <guid isPermaLink="false">2025-07-21-glean-agent-toolkit-0-3-0</guid>
            <pubDate>Mon, 21 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Enhanced parameter schemas now support Field metadata, and developer setup is improved with formatting and type error fixes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Enhanced parameter schemas now support Field metadata, and developer setup is improved with formatting and type error fixes.</p>
<h2>Changes</h2>
<ul>
<li>Added enhanced parameter schemas with Field metadata support.</li>
<li>Added newline to .cz.toml.</li>
<li>Fixed type errors during task:lint.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.3.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Agent Toolkit</category>
        </item>
        <item>
            <title><![CDATA[langchain-glean v0.3.3]]></title>
            <link>https://developers.glean.com/changelog#langchain-glean-0-3-3</link>
            <guid isPermaLink="false">2025-07-18-langchain-glean-0-3-3</guid>
            <pubDate>Fri, 18 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The propagation of act_as and GLEAN_ACT_AS has been ensured, and tests have been updated to use the new SDK import path.</p>
]]></description>
            <content:encoded><![CDATA[<p>The propagation of act_as and GLEAN_ACT_AS has been ensured, and tests have been updated to use the new SDK import path.</p>
<h2>Changes</h2>
<ul>
<li>Ensure act_as and GLEAN_ACT_AS are propagated - Update tests with new SDK import path.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/langchain-glean/releases/tag/v0.3.3">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>langchain-glean</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.14]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-14</link>
            <guid isPermaLink="false">2025-07-15-mcp-server-0-7-14</guid>
            <pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed an issue with Azure OAuth support.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed an issue with Azure OAuth support.</p>
<h2>Changes</h2>
<ul>
<li>Resolved a bug affecting Azure OAuth authentication - Change contributed by David J. Hamilton.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.14">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.13]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-13</link>
            <guid isPermaLink="false">2025-07-11-mcp-server-0-7-13</guid>
            <pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Users can now manually open the device flow verification page in mcp-server-utils.</p>
]]></description>
            <content:encoded><![CDATA[<p>Users can now manually open the device flow verification page in mcp-server-utils.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement to device flow verification process - Improves user control during authentication - Contributor: David J. Hamilton.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.13">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.8.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-8-1</link>
            <guid isPermaLink="false">2025-07-11-api-client-typescript-0-8-1</guid>
            <pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.8.1 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.8.1 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Includes changes generated from OpenAPI Doc 0.9.0 - Released as NPM package version 0.8.1 - No additional details or breaking changes specified in the release notes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.8.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.7.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-7-1</link>
            <guid isPermaLink="false">2025-07-11-api-client-python-0-7-1</guid>
            <pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Python API client updated to version 0.7.1, generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.580.2 (2.656.5).</p>
]]></description>
            <content:encoded><![CDATA[<p>Python API client updated to version 0.7.1, generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.580.2 (2.656.5).</p>
<h2>Changes</h2>
<ul>
<li>Based on OpenAPI Doc 0.9.0 - Python client generated at v0.7.1 - Released on PyPI as v0.7.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.7.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.7.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-7-0</link>
            <guid isPermaLink="false">2025-07-11-api-client-java-0-7-0</guid>
            <pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released java API client v0.7.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.580.2.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released java API client v0.7.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.580.2.</p>
<h2>Changes</h2>
<ul>
<li>Published to Maven Central as v0.7.0 - Generated from OpenAPI Doc 0.9.0 - Built using Speakeasy CLI 1.580.2 (2.656.5).</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.7.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.7.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-7-1</link>
            <guid isPermaLink="false">2025-07-11-api-client-go-0-7-1</guid>
            <pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to version 0.7.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.580.2 (2.656.5).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to version 0.7.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.580.2 (2.656.5).</p>
<h2>Changes</h2>
<ul>
<li>Reflects changes from OpenAPI Doc 0.9.0 - Generated using Speakeasy CLI 1.580.2 (2.656.5) - Go API client now at version 0.7.1.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.7.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.12]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-12</link>
            <guid isPermaLink="false">2025-07-08-mcp-server-0-7-12</guid>
            <pubDate>Tue, 08 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Improved document reading with related docs and updated documentation by removing support email.</p>
]]></description>
            <content:encoded><![CDATA[<p>Improved document reading with related docs and updated documentation by removing support email.</p>
<h2>Changes</h2>
<ul>
<li>Fixed reading of documents with related docs in local-mcp-server.</li>
<li>Removed support email from documentation in local-mcp-server.</li>
<li>Committers: David J. Hamilton, Steve Calvert.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.12">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[api-client-typescript v0.7.1]]></title>
            <link>https://developers.glean.com/changelog#api-client-typescript-0-7-1</link>
            <guid isPermaLink="false">2025-07-07-api-client-typescript-0-7-1</guid>
            <pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated TypeScript API client to version 0.7.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.551.0 (2.610.0).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated TypeScript API client to version 0.7.1 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.551.0 (2.610.0).</p>
<h2>Changes</h2>
<ul>
<li>Includes latest changes from OpenAPI specification 0.9.0 - - Released as @gleanwork/api-client v0.7.1 on NPM.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-typescript/releases/tag/v0.7.1">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-python v0.7.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-python-0-7-0</link>
            <guid isPermaLink="false">2025-07-07-api-client-python-0-7-0</guid>
            <pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Python API client to version 0.7.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.576.1 (2.651.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Python API client to version 0.7.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.576.1 (2.651.2).</p>
<h2>Changes</h2>
<ul>
<li>Python SDK generated at v0.7.0 - Released to PyPI as v0.7.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-python/releases/tag/v0.7.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-java v0.6.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-java-0-6-0</link>
            <guid isPermaLink="false">2025-07-07-api-client-java-0-6-0</guid>
            <pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released java API client v0.6.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.576.1 (2.651.2).</p>
]]></description>
            <content:encoded><![CDATA[<p>Released java API client v0.6.0 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.576.1 (2.651.2).</p>
<h2>Changes</h2>
<ul>
<li>Published to Maven Central as v0.6.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-java/releases/tag/v0.6.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[api-client-go v0.7.0]]></title>
            <link>https://developers.glean.com/changelog#api-client-go-0-7-0</link>
            <guid isPermaLink="false">2025-07-07-api-client-go-0-7-0</guid>
            <pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Updated Go API client to v0.7.0 based on OpenAPI Doc 0.9.0.</p>
]]></description>
            <content:encoded><![CDATA[<p>Updated Go API client to v0.7.0 based on OpenAPI Doc 0.9.0.</p>
<h2>Changes</h2>
<ul>
<li>Generated using Speakeasy CLI 1.576.1 (2.651.2) - Reflects changes from OpenAPI Doc 0.9.0 - Go client version incremented to v0.7.0.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/api-client-go/releases/tag/v0.7.0">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API Clients</category>
        </item>
        <item>
            <title><![CDATA[langchain-glean v0.3.2]]></title>
            <link>https://developers.glean.com/changelog#langchain-glean-0-3-2</link>
            <guid isPermaLink="false">2025-06-26-langchain-glean-0-3-2</guid>
            <pubDate>Thu, 26 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Tests updated for new SDK import path and api-client upgraded to 0.4.2.</p>
]]></description>
            <content:encoded><![CDATA[<p>Tests updated for new SDK import path and api-client upgraded to 0.4.2.</p>
<h2>Changes</h2>
<ul>
<li>Updated tests to use the new SDK import path - Upgraded api-client dependency to version 0.4.2.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/langchain-glean/releases/tag/v0.3.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>langchain-glean</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.11]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-11</link>
            <guid isPermaLink="false">2025-06-25-mcp-server-0-7-11</guid>
            <pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for Claude Code and refactored goose client configuration in configure-mcp-server.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for Claude Code and refactored goose client configuration in configure-mcp-server.</p>
<h2>Changes</h2>
<ul>
<li>Enhancement: Added Claude Code support.</li>
<li>Affected component: configure-mcp-server.</li>
<li>Internal: Refactored goose client config.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.11">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.10]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-10</link>
            <guid isPermaLink="false">2025-06-20-mcp-server-0-7-10</guid>
            <pubDate>Fri, 20 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed an issue with the remote token header in the configure-mcp-server component.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed an issue with the remote token header in the configure-mcp-server component.</p>
<h2>Changes</h2>
<ul>
<li>Bug fix in configure-mcp-server - Protocol-level header handling corrected - Committer: David J. Hamilton.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.10">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[glean-indexing-sdk v0.0.2]]></title>
            <link>https://developers.glean.com/changelog#glean-indexing-sdk-0-0-2</link>
            <guid isPermaLink="false">2025-06-20-glean-indexing-sdk-0-0-2</guid>
            <pubDate>Fri, 20 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fixed tag formatting for release and added an additional model for re-export.</p>
]]></description>
            <content:encoded><![CDATA[<p>Fixed tag formatting for release and added an additional model for re-export.</p>
<h2>Changes</h2>
<ul>
<li>Fixed format of tags in release.</li>
<li>Added additional model for re-export.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.0.2">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Glean Indexing SDK</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.9]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-9</link>
            <guid isPermaLink="false">2025-06-19-mcp-server-0-7-9</guid>
            <pubDate>Thu, 19 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for Goose as a client and improved internal tooling and formatting for MCP server components.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added support for Goose as a client and improved internal tooling and formatting for MCP server components.</p>
<h2>Changes</h2>
<ul>
<li>Support for Goose as a client in configure-mcp-server - Prettier configuration fix and format on merge enabled - Ensured releaser runs pnpm login.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.9">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[mcp-server v0.7.8]]></title>
            <link>https://developers.glean.com/changelog#mcp-server-0-7-8</link>
            <guid isPermaLink="false">2025-06-19-mcp-server-0-7-8</guid>
            <pubDate>Thu, 19 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added version-based warning functionality and improved documentation and build processes.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added version-based warning functionality and improved documentation and build processes.</p>
<h2>Changes</h2>
<ul>
<li>Added version-based warning functionality and improved documentation and build processes.</li>
</ul>
<h2>Source</h2>
<ul>
<li><a href="https://github.com/gleanwork/mcp-server/releases/tag/v0.7.8">Release notes</a></li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[OAuth for Remote MCP Server (Private Beta)]]></title>
            <link>https://developers.glean.com/changelog#oauth-for-remote-mcp-server-private-beta</link>
            <guid isPermaLink="false">2025-06-17-oauth-for-remote-mcp-server-private-beta</guid>
            <pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>You can now use the Device Authorization Flow with the same SSO provider configured in Glean to authenticate users connecting their clients to Glean’s remote MCP server.</p>
]]></description>
            <content:encoded><![CDATA[<p>You can now use the Device Authorization Flow with the same SSO provider configured in Glean to authenticate users connecting their clients to Glean’s remote MCP server.</p>
<h2>Changes</h2>
<ul>
<li>You can now use the Device Authorization Flow with the same SSO provider configured in Glean to authenticate users connecting their clients to Glean’s remote MCP server.</li>
<li>See here for setup instructions.</li>
<li>Note: OAuth is also enabled for the local MCP server.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[Go API Client v0.6.0]]></title>
            <link>https://developers.glean.com/changelog#go-api-client-v060</link>
            <guid isPermaLink="false">2025-06-06-go-api-client-v060</guid>
            <pubDate>Fri, 06 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><strong>Breaking Changes:</strong> Updated minimum go version to 1.22 (from 1.20).</p>
]]></description>
            <content:encoded><![CDATA[<p><strong>Breaking Changes:</strong> Updated minimum go version to 1.22 (from 1.20).</p>
<h2>Action Required</h2>
<ul>
<li>Verify your Go toolchain uses 1.22 or later.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>This release only includes breaking or deprecated changes.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li><strong>Breaking Changes:</strong> Updated minimum go version to 1.22 (from 1.20).</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>SDK</category>
        </item>
        <item>
            <title><![CDATA[Updates to API Reference Code Snippets]]></title>
            <link>https://developers.glean.com/changelog#updates-to-api-reference-code-snippets</link>
            <guid isPermaLink="false">2025-05-31-updates-to-api-reference-code-snippets</guid>
            <pubDate>Sat, 31 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Update the generated code snippets that are displayed throughout the Client API Reference and Indexing API Reference docs to include the required <code>instance</code> parameter in the API client constructor.</p>
]]></description>
            <content:encoded><![CDATA[<p>Update the generated code snippets that are displayed throughout the Client API Reference and Indexing API Reference docs to include the required <code>instance</code> parameter in the API client constructor.</p>
<h2>Changes</h2>
<ul>
<li>Update the generated code snippets that are displayed throughout the Client API Reference and Indexing API Reference docs to include the required <code>instance</code> parameter in the API client constructor.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Documentation</category>
        </item>
        <item>
            <title><![CDATA[Python API Client v0.6.0 - Breaking Changes]]></title>
            <link>https://developers.glean.com/changelog#python-api-client-v060-breaking-changes</link>
            <guid isPermaLink="false">2025-05-31-python-api-client-v060-breaking-changes</guid>
            <pubDate>Sat, 31 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Python API client now uses a namespaced package structure. All imports must be updated from <code>glean</code> to <code>glean.api_client</code>.</p>
]]></description>
            <content:encoded><![CDATA[<p>The Python API client now uses a namespaced package structure. All imports must be updated from <code>glean</code> to <code>glean.api_client</code>.</p>
<h2>Action Required</h2>
<ul>
<li>Update imports to use the new paths.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Import paths have changed from <code>from glean import ...</code> to <code>from glean.api_client import ...</code>.</li>
<li>This affects all classes including <code>Glean</code>, <code>models</code>, and other API components.</li>
<li><code>from glean import</code> → <code>from glean.api_client import</code>.</li>
<li><code>from glean.</code> (but not glean.api_client) → <code>from glean.api_client.</code>.</li>
<li>This change affects all Python API client users.</li>
<li>No functional changes to the API itself - only import paths.</li>
<li>Ensure you&#39;re using the latest version of the Python API client package.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>SDK</category>
        </item>
        <item>
            <title><![CDATA[Run agent API bug fix in client libraries]]></title>
            <link>https://developers.glean.com/changelog#run-agent-api-bug-fix-in-client-libraries</link>
            <guid isPermaLink="false">2025-05-27-run-agent-api-bug-fix-in-client-libraries</guid>
            <pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>We fixed a bug that caused Run Agent Wait for Output (<code>/agents/run/wait</code>) to return empty responses when used with the API Client libraries.</p>
]]></description>
            <content:encoded><![CDATA[<p>We fixed a bug that caused Run Agent Wait for Output (<code>/agents/run/wait</code>) to return empty responses when used with the API Client libraries.</p>
<h2>Changes</h2>
<ul>
<li>We fixed a bug that caused Run Agent Wait for Output (<code>/agents/run/wait</code>) to return empty responses when used with the API Client libraries.</li>
<li>We also fixed a bug that produced non-SSE compliant output when using the Run Agent Stream Output (<code>/agents/run/stream</code>) endpoint.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[Remote MCP Server (private beta)]]></title>
            <link>https://developers.glean.com/changelog#remote-mcp-server-private-beta</link>
            <guid isPermaLink="false">2025-05-27-remote-mcp-server-private-beta</guid>
            <pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>With Glean’s remote MCP server, you can access Glean from MCP clients like Claude Desktop, Cursor, or Goose.</p>
]]></description>
            <content:encoded><![CDATA[<p>With Glean’s remote MCP server, you can access Glean from MCP clients like Claude Desktop, Cursor, or Goose.</p>
<h2>Changes</h2>
<ul>
<li>With Glean’s remote MCP server, you can access Glean from MCP clients like Claude Desktop, Cursor, or Goose. Your Glean admin can enable a remote MCP server to expose Glean agents and tools. To join the MCP Server private beta, contact your Glean account team.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[New Features for Tools and Agents API, API Clients, MCP]]></title>
            <link>https://developers.glean.com/changelog#new-features-for-tools-and-agents-api-api-clients-mcp</link>
            <guid isPermaLink="false">2025-05-23-new-features-for-tools-and-agents-api-api-clients-mcp</guid>
            <pubDate>Fri, 23 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Tools and agents APIs added list and call endpoints, API clients and MCP added support, and search request-body handling was corrected.</p>
]]></description>
            <content:encoded><![CDATA[<p>Tools and agents APIs added list and call endpoints, API clients and MCP added support, and search request-body handling was corrected.</p>
<h2>Action Required</h2>
<ul>
<li>Update request body handling before upgrading.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Added <code>GET /tools/list</code> and <code>POST /tools/call</code> to the Client REST API.</li>
<li>Added API client support for <code>GET /tools/list</code> and <code>POST /tools/call</code>.</li>
<li>Added MCP server configuration support for VS Code.</li>
<li>Fixed the OpenAPI request body schema for <code>/rest/api/v1/search</code>, <code>/rest/api/v1/recommendations</code>, and <code>/rest/api/v1/adminsearch</code>.</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Python API client search method parameters changed to align with other API methods because the OpenAPI request body is now marked as required.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[New Governance and Agent API Features]]></title>
            <link>https://developers.glean.com/changelog#new-governance-and-agent-api-features</link>
            <guid isPermaLink="false">2025-05-16-new-governance-and-agent-api-features</guid>
            <pubDate>Fri, 16 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Governance Admin API surface (10 endpoints).</p>
]]></description>
            <content:encoded><![CDATA[<p>Governance Admin API surface (10 endpoints).</p>
<h2>Changes</h2>
<ul>
<li>Governance Admin API surface (10 endpoints).</li>
<li>Policies: retrieve, update, list, create, download - Reports:.</li>
<li>Visibility Overrides: listVisibilityOverrides,.</li>
<li>Agent API brought up to the LangChain Agent-Protocol (Agents &amp; Runs stages).</li>
<li>Retrieve an Agent <code>GET /agents/ {agent_id}</code>.</li>
<li>Retrieve an Agent&#39;s Schemas <code>GET /agents/{agent_id}/schemas</code>.</li>
<li>List Agents <code>POST /agents/search</code>.</li>
<li>Run an Agent <code>POST /agents/runs/wait</code>.</li>
<li>Run an Agent with streaming <code>POST /agents/runs/stream</code>.</li>
<li>Python API client: resolved &quot;unclosed async coroutine&quot; warning in async transport.</li>
<li>Replaced legacy alpha Run-Workflow endpoints with the standard Agent-Protocol equivalents (see above).</li>
<li>Governance endpoints introduce new permission scopes (<code>governance.read</code>,.</li>
<li>Python 0.4.1 uploaded to PyPI, requires 3.8+.</li>
<li>TypeScript 0.4.1 published, ESM, bundled types.</li>
<li>Go module path <code>github.com/gleaninc/glean-sdk-go/v4.1.0</code>.</li>
<li>Java 0.4.1 available on Maven Central (<code>com.glean:glean-sdk:0.4.1</code>).</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[Official API Clients Release]]></title>
            <link>https://developers.glean.com/changelog#official-api-clients-release</link>
            <guid isPermaLink="false">2025-05-10-official-api-clients-release</guid>
            <pubDate>Sat, 10 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Released official API clients for Glean in multiple languages, replacing.</p>
]]></description>
            <content:encoded><![CDATA[<p>Released official API clients for Glean in multiple languages, replacing.</p>
<h2>Changes</h2>
<ul>
<li>Released official API clients for Glean in multiple languages, replacing.</li>
<li>New API clients are now.</li>
<li>Python.</li>
<li>TypeScript.</li>
<li>Go.</li>
<li>Java.</li>
<li>Updated documentation with new installation instructions and usage examples.</li>
<li>Visit the API Clients page for more information.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>SDK</category>
        </item>
        <item>
            <title><![CDATA[New Indexing API Endpoints for Documents and Troubleshooting]]></title>
            <link>https://developers.glean.com/changelog#new-indexing-api-endpoints-for-documents-and-troubleshooting copy</link>
            <guid isPermaLink="false">2025-05-02-new-indexing-api-endpoints-for-documents-and-troubleshooting copy</guid>
            <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>/updatepermissions Endpoint to update document permissions: Generally available.</p>
]]></description>
            <content:encoded><![CDATA[<p>/updatepermissions Endpoint to update document permissions: Generally available.</p>
<h2>Changes</h2>
<ul>
<li>/updatepermissions Endpoint to update document permissions: Generally available.</li>
<li>/debug/datasource/documents Troubleshooting endpoint for batch queries: Generally available.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[Deprecate Previous Way of Processing Response Message Stream]]></title>
            <link>https://developers.glean.com/changelog#deprecate-previous-processing-message-stream</link>
            <guid isPermaLink="false">2025-04-24-deprecate-previous-processing-message-stream</guid>
            <pubDate>Thu, 24 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>In the /chat API, the previous way of processing the response message stream has been deprecated as a result of the launch of LLM-generated citations.</p>
]]></description>
            <content:encoded><![CDATA[<p>In the /chat API, the previous way of processing the response message stream has been deprecated as a result of the launch of LLM-generated citations.</p>
<h2>Changes</h2>
<ul>
<li>LLM citations are interleaved within the response text fragments. Each fragment can have &quot;text&quot; or &quot;citation&quot;.</li>
<li>If streaming is set to False, the response may still be broken up into across multiple fragments.</li>
<li>The citations interleaved inside the response do not have reference ranges (start and end indices) or snippets as they used.</li>
<li>For backwards compatibility, we still return a chat message with citations at the end in the old format, except there will be no startIndex and no snippets.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[Deprecate x-scio-actas Header in Favor of x-glean-actas]]></title>
            <link>https://developers.glean.com/changelog#deprecate-scioactas-header</link>
            <guid isPermaLink="false">2025-04-18-deprecate-scioactas-header</guid>
            <pubDate>Fri, 18 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Deprecate X-Scio-ActAs in favor of X-Glean-AtAs. X-Scio-ActAs continues.</p>
]]></description>
            <content:encoded><![CDATA[<p>Deprecate X-Scio-ActAs in favor of X-Glean-AtAs. X-Scio-ActAs continues.</p>
<h2>Action Required</h2>
<ul>
<li>Plan migration away from deprecated behavior.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Deprecate X-Scio-ActAs in favor of X-Glean-AtAs. X-Scio-ActAs continues.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[Debug Endpoints Permission Status]]></title>
            <link>https://developers.glean.com/changelog#debug-endpoints-permission-status</link>
            <guid isPermaLink="false">2025-04-17-debug-endpoints-permission-status</guid>
            <pubDate>Thu, 17 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><code>/debug/{datasource}/document</code> - New response field <code>permissionIdentityStatus</code> under <code>status</code>: Provides information regarding upload status of users and groups specified in document permissions.</p>
]]></description>
            <content:encoded><![CDATA[<p><code>/debug/{datasource}/document</code> - New response field <code>permissionIdentityStatus</code> under <code>status</code>: Provides information regarding upload status of users and groups specified in document permissions.</p>
<h2>Changes</h2>
<ul>
<li><code>/debug/{datasource}/document</code> - New response field <code>permissionIdentityStatus</code> under <code>status</code>: Provides information regarding upload status of users and groups specified in document permissions.</li>
<li><code>/debug/{datasource}/documents</code> - New response field <code>permissionIdentityStatus</code> under <code>status</code>: Provides information regarding upload status of users and groups specified in document permissions.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[Update Developer Site]]></title>
            <link>https://developers.glean.com/changelog#update-dev-site</link>
            <guid isPermaLink="false">2025-03-26-update-dev-site</guid>
            <pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The developer site has been updated with a new look, content, and features. Some new features include:.</p>
]]></description>
            <content:encoded><![CDATA[<p>The developer site has been updated with a new look, content, and features. Some new features include:.</p>
<h2>Changes</h2>
<ul>
<li>This documentation site is now open sourced on GitHub.</li>
<li>This changelog page, which gives you a single place to see updates across the platform.</li>
<li>Ability to switch between light and dark mode.</li>
<li>A new API Clients page with documentation for all available API Clients.</li>
<li>A list of community projects and resources to help you get started with Glean.</li>
<li>Each API has its own documentation page with detailed information.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>Website</category>
        </item>
        <item>
            <title><![CDATA[Add MCP]]></title>
            <link>https://developers.glean.com/changelog#add-mcp</link>
            <guid isPermaLink="false">2025-03-11-add-mcp</guid>
            <pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added a Model Context Protocol (MCP) server implementation for Glean&#39;s search and chat capabilities on GitHub.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added a Model Context Protocol (MCP) server implementation for Glean&#39;s search and chat capabilities on GitHub.</p>
<h2>Changes</h2>
<ul>
<li>Added a Model Context Protocol (MCP) server implementation for Glean&#39;s search and chat capabilities on GitHub.</li>
<li>This server provides a standardized interface for AI models to interact with Glean&#39;s content search and conversational AI features through stdio communication.</li>
<li>Visit the Agents for more information.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>MCP</category>
        </item>
        <item>
            <title><![CDATA[LangChain SDK Release]]></title>
            <link>https://developers.glean.com/changelog#general-updates</link>
            <guid isPermaLink="false">2025-03-05-general-updates</guid>
            <pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added LangChain SDK for Python on GitHub. This SDK provides a simple interface for interacting with Glean&#39;s search and chat capabilities when using LangChain.</p>
]]></description>
            <content:encoded><![CDATA[<p>Added LangChain SDK for Python on GitHub. This SDK provides a simple interface for interacting with Glean&#39;s search and chat capabilities when using LangChain.</p>
<h2>Changes</h2>
<ul>
<li>Added LangChain SDK for Python on GitHub. This SDK provides a simple interface for interacting with Glean&#39;s search and chat capabilities when using LangChain.</li>
<li>Visit the Agents for more information.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>SDK</category>
        </item>
        <item>
            <title><![CDATA[Update Permissions Endpoint]]></title>
            <link>https://developers.glean.com/changelog#update-permissions</link>
            <guid isPermaLink="false">2025-02-19-update-permissions</guid>
            <pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Beta launch of new endpoint to update document permissions -.</p>
]]></description>
            <content:encoded><![CDATA[<p>Beta launch of new endpoint to update document permissions -.</p>
<h2>Changes</h2>
<ul>
<li>Beta launch of new endpoint to update document permissions -.</li>
<li>Beta launch of new troubleshooting endpoint for batch queries.</li>
</ul>
]]></content:encoded>
            <author>Glean</author>
            <category>API</category>
        </item>
    </channel>
</rss>