diff --git a/src/data/changelog.json b/src/data/changelog.json index 33882d50..b0d1b228 100644 --- a/src/data/changelog.json +++ b/src/data/changelog.json @@ -1,5 +1,161 @@ { "entries": [ + { + "id": "2026-03-09-api-client-python-0-12-9", + "slug": "api-client-python-0-12-9", + "title": "api-client-python v0.12.9", + "date": "2026-03-09", + "categories": [ + "API Clients" + ], + "summary": "
Full release notes: https://github.com/gleanwork/api-client-python/releases/tag/v0.12.9
\n", + "hasTruncation": true, + "fileName": "2026-03-09-api-client-python-0-12-9.md" + }, + { + "id": "2026-03-09-api-client-java-0-12-24", + "slug": "api-client-java-0-12-24", + "title": "api-client-java v0.12.24", + "date": "2026-03-09", + "categories": [ + "API Clients" + ], + "summary": "This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API. - Introduced breaking response changes across search, chat, messages, autocomplete, and related...
\n", + "fullContent": "This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API. - Introduced breaking response changes across search, chat, messages, autocomplete, and related...
\nFull release notes: https://github.com/gleanwork/api-client-java/releases/tag/v0.12.24
\n", + "hasTruncation": true, + "fileName": "2026-03-09-api-client-java-0-12-24.md" + }, + { + "id": "2026-03-09-api-client-go-0-11-29", + "slug": "api-client-go-0-11-29", + "title": "api-client-go v0.11.29", + "date": "2026-03-09", + "categories": [ + "API Clients" + ], + "summary": "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. - Breaking changes to responses for Chat (Create, Retrieve, List, CreateStream),...
\n", + "fullContent": "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. - Breaking changes to responses for Chat (Create, Retrieve, List, CreateStream),...
\nFull release notes: https://github.com/gleanwork/api-client-go/releases/tag/v0.11.29
\n", + "hasTruncation": true, + "fileName": "2026-03-09-api-client-go-0-11-29.md" + }, + { + "id": "2026-03-06-mcp-server-0-10-1", + "slug": "mcp-server-0-10-1", + "title": "mcp-server v0.10.1", + "date": "2026-03-06", + "categories": [ + "MCP" + ], + "summary": "Fixed a publishing issue affecting version 0.10.0. - Resolved a problem that prevented successful publishing with 0.10.0
\n", + "fullContent": "Fixed a publishing issue affecting version 0.10.0. - Resolved a problem that prevented successful publishing with 0.10.0
\nFull release notes: https://github.com/gleanwork/mcp-server/releases/tag/v0.10.1
\n", + "hasTruncation": true, + "fileName": "2026-03-06-mcp-server-0-10-1.md" + }, + { + "id": "2026-03-05-mcp-server-0-10-0", + "slug": "mcp-server-0-10-0", + "title": "mcp-server v0.10.0", + "date": "2026-03-05", + "categories": [ + "MCP" + ], + "summary": "A changelog entry can’t be generated yet because only the version label (“mcp-server v0.10.0”) was provided, and the actual release note contents are missing. Please paste the full release notes text for mcp-server v0.10.0 so I can turn it into a compliant changelog entry following your rules.
\n", + "fullContent": "A changelog entry can’t be generated yet because only the version label (“mcp-server v0.10.0”) was provided, and the actual release note contents are missing. Please paste the full release notes text for mcp-server v0.10.0 so I can turn it into a compliant changelog entry following your rules.
\nFull release notes: https://github.com/gleanwork/mcp-server/releases/tag/v0.10.0
\n", + "hasTruncation": true, + "fileName": "2026-03-05-mcp-server-0-10-0.md" + }, + { + "id": "2026-03-05-mcp-config-schema-4-3-0", + "slug": "mcp-config-schema-4-3-0", + "title": "mcp-config-schema v4.3.0", + "date": "2026-03-05", + "categories": [ + "MCP" + ], + "summary": "No changes documented for mcp-config-schema v4.3.0 beyond the version bump.
\n", + "fullContent": "No changes documented for mcp-config-schema v4.3.0 beyond the version bump.
\nFull release notes: https://github.com/gleanwork/mcp-config/releases/tag/v4.3.0
\n", + "hasTruncation": true, + "fileName": "2026-03-05-mcp-config-schema-4-3-0.md" + }, + { + "id": "2026-03-05-langchain-glean-0-4-0", + "slug": "langchain-glean-0-4-0", + "title": "langchain-glean v0.4.0", + "date": "2026-03-05", + "categories": [ + "langchain-glean" + ], + "summary": "Adds server_url configuration with instance fallback and updates tooling and SDK usage for improved developer ergonomics. - Added server_url support with automatic fallback to the Glean instance. - Migrated task runner from go-task to native mise tasks. - Updated Speakeasy SDK usage and...
\n", + "fullContent": "Adds server_url configuration with instance fallback and updates tooling and SDK usage for improved developer ergonomics. - Added server_url support with automatic fallback to the Glean instance. - Migrated task runner from go-task to native mise tasks. - Updated Speakeasy SDK usage and...
\nFull release notes: https://github.com/gleanwork/langchain-glean/releases/tag/v0.4.0
\n", + "hasTruncation": true, + "fileName": "2026-03-05-langchain-glean-0-4-0.md" + }, + { + "id": "2026-03-05-glean-indexing-sdk-1-0-0b1", + "slug": "glean-indexing-sdk-1-0-0b1", + "title": "glean-indexing-sdk v1.0.0b1", + "date": "2026-03-05", + "categories": [ + "Glean Indexing SDK" + ], + "summary": "Glean Indexing SDK now supports configuration via GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and introduces improved error handling and documentation. - Added support for configuring the SDK using GLEAN_SERVER_URL with GLEAN_INSTANCE as a fallback. - Introduced a custom exception hierarchy to...
\n", + "fullContent": "Glean Indexing SDK now supports configuration via GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and introduces improved error handling and documentation. - Added support for configuring the SDK using GLEAN_SERVER_URL with GLEAN_INSTANCE as a fallback. - Introduced a custom exception hierarchy to...
\nFull release notes: https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b1
\n", + "hasTruncation": true, + "fileName": "2026-03-05-glean-indexing-sdk-1-0-0b1.md" + }, + { + "id": "2026-03-05-glean-agent-toolkit-0-4-0", + "slug": "glean-agent-toolkit-0-4-0", + "title": "glean-agent-toolkit 0.4.0", + "date": "2026-03-05", + "categories": [ + "Glean Agent Toolkit" + ], + "summary": "Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues. - Support GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and add API client retry configuration controlled via environment variables - Adopt mise with full...
\n", + "fullContent": "Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues. - Support GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and add API client retry configuration controlled via environment variables - Adopt mise with full...
\nFull release notes: https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.4.0
\n", + "hasTruncation": true, + "fileName": "2026-03-05-glean-agent-toolkit-0-4-0.md" + }, + { + "id": "2026-03-05-configure-mcp-server-3-1-0", + "slug": "configure-mcp-server-3-1-0", + "title": "configure-mcp-server v3.1.0", + "date": "2026-03-05", + "categories": [ + "MCP" + ], + "summary": "This release adds server URL configurability for MCP and updates the MCP config package dependency. - Added CLI flag to configure the MCP server endpoint - Added environment variable support for MCP server configuration - Migrated MCP config dependency from to
\n", + "fullContent": "This release adds server URL configurability for MCP and updates the MCP config package dependency. - Added CLI flag to configure the MCP server endpoint - Added environment variable support for MCP server configuration - Migrated MCP config dependency from to
\nFull release notes: https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.1.0
\n", + "hasTruncation": true, + "fileName": "2026-03-05-configure-mcp-server-3-1-0.md" + }, + { + "id": "2026-02-23-mcp-config-schema-4-2-0", + "slug": "mcp-config-schema-4-2-0", + "title": "mcp-config-schema v4.2.0", + "date": "2026-02-23", + "categories": [ + "MCP" + ], + "summary": "No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.
\n", + "fullContent": "No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.
\nFull release notes: https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0
\n", + "hasTruncation": true, + "fileName": "2026-02-23-mcp-config-schema-4-2-0.md" + }, + { + "id": "2026-02-23-glean-indexing-sdk-1-0-0b0", + "slug": "glean-indexing-sdk-1-0-0b0", + "title": "glean-indexing-sdk v1.0.0b0", + "date": "2026-02-23", + "categories": [ + "Glean Indexing SDK" + ], + "summary": "Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...
\n", + "fullContent": "Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...
\nFull release notes: https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0
\n", + "hasTruncation": true, + "fileName": "2026-02-23-glean-indexing-sdk-1-0-0b0.md" + }, { "id": "2026-02-20-api-client-typescript-0-14-7", "slug": "api-client-typescript-0-14-7", @@ -3068,6 +3224,6 @@ "Website", "langchain-glean" ], - "generatedAt": "2026-02-20T00:00:00.000Z", - "totalEntries": 235 + "generatedAt": "2026-03-09T00:00:00.000Z", + "totalEntries": 247 } \ No newline at end of file diff --git a/src/data/deprecations.json b/src/data/deprecations.json index 31a7f5f6..386465f6 100644 --- a/src/data/deprecations.json +++ b/src/data/deprecations.json @@ -175,6 +175,6 @@ ] } ], - "generatedAt": "2026-02-21T08:34:47.658Z", + "generatedAt": "2026-03-11T16:58:04.616Z", "totalCount": 18 -} +} \ No newline at end of file diff --git a/static/changelog.xml b/static/changelog.xml index 867576d0..1a5a9bd3 100644 --- a/static/changelog.xml +++ b/static/changelog.xml @@ -4,7 +4,7 @@Full release notes: https://github.com/gleanwork/api-client-python/releases/tag/v0.12.9
+]]>Full release notes: https://github.com/gleanwork/api-client-java/releases/tag/v0.12.24
+]]>Full release notes: https://github.com/gleanwork/api-client-go/releases/tag/v0.11.29
+]]>Full release notes: https://github.com/gleanwork/mcp-server/releases/tag/v0.10.1
+]]>Full release notes: https://github.com/gleanwork/mcp-server/releases/tag/v0.10.0
+]]>Full release notes: https://github.com/gleanwork/mcp-config/releases/tag/v4.3.0
+]]>Full release notes: https://github.com/gleanwork/langchain-glean/releases/tag/v0.4.0
+]]>Full release notes: https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b1
+]]>Full release notes: https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.4.0
+]]>Full release notes: https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.1.0
+]]>Full release notes: https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0
+]]>Full release notes: https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0
+]]>