Public log of verified merged pull requests, core engine fixes, cross-platform patches, and infrastructure documentation.
fix: add $vocabulary to meta-schema propertyNames regex pattern
Fixed meta-schema property validation regex to support $vocabulary keyword in international JSON Schema Specification schemas.
fix(scripts): replace semicolon with && in lint script for cross-platform execution
Resolved cross-platform linting failure on Windows environment shells by refactoring script commands.
fix: prevent RFC-2119 keywords from matching inside other words
Fixed RFC-2119 normative keyword parser boundary matching in specification document rendering pipeline.
fix: resolve broken relative links on draft and spec pages (#2358)
Resolved broken relative specification links across draft versions on the official JSON Schema standard portal.
fix: resolve meta-schema path as file URL for Windows compatibility
Fixed file:// URI resolution bugs on Windows when loading local meta-schemas during specification build.
fix: resolve broken Figma link on GSOD 2024 blog post
Fixed malformed markdown link syntax on the Google Season of Docs (GSOD) 2024 blog post, resolving relative URL 404 errors for external Figma boards.
fix(i18n): sync zh protocol documentation with english source (#542)
Synchronized heterogeneous AI virtualization protocol specifications across current and v2.9.0 release targets. Documented node handshake/registration annotations (node-handshake, node-register), clarified task dispatch & scheduling decision pathways between kube-scheduler and kubelet, and harmonized multi-arch diagram inventories including Huawei Ascend NPU terminology.
Improve documentation and clean up test organization
Cleaned up test suite organization and corrected public API docstrings across Apple's Core ML model conversion framework.
docs: correct typos and grammar in READMEs and documentation
Corrected technical documentation errors and improved clarity in READMEs across Apple's high-dimensional visualization toolkit.
fix: support status reporting and stale status cleanup for GRPCRoute, TCPRoute, and TLSRoute
Implemented status controller updates and stale status cleanup for GRPCRoute, TCPRoute, and TLSRoute resources in Envoy Gateway control plane.
docs: add comprehensive OAuth2/OIDC integration guide
Authored complete OAuth2 and OpenID Connect authentication guide detailing token validation, client credentials, and IDP integration.
fix: resolve windows compatibility and encoding issues in generator scripts
Resolved cross-platform file encoding and path resolution bugs in generator scripts executing on Windows OS environments.
docs: uncomment upgrade considerations and clean up obsolete sections
Updated technical migration & upgrade guides for major version transitions across KGateway control plane releases.
docs: fix spelling typos and documentation errors across gateway guides
Fixed spelling errors and corrected doc code snippets across Gateway routing guides.
feat: replace os.system with subprocess.run and add npm install check
Refactored unsafe shell invocation (`os.system`) to secure `subprocess.run` execution with automated NPM installation environment checks.