From c7703af6cecbd88bd8d8e484a5bd35e38a5d4955 Mon Sep 17 00:00:00 2001 From: hcourdent Date: Mon, 4 May 2026 18:36:59 +0200 Subject: [PATCH 1/2] Missing changelogs --- AGENTS.md | 3 ++- .../2026-02-25-entra-id-database-auth/index.md | 13 +++++++++++++ .../index.md | 13 +++++++++++++ .../index.md | 13 +++++++++++++ .../2026-02-28-trigger-filters-or-logic/index.md | 13 +++++++++++++ changelog/2026-03-02-self-approval-wac/index.md | 13 +++++++++++++ changelog/2026-03-03-instance-ai-settings/index.md | 13 +++++++++++++ .../index.md | 13 +++++++++++++ .../2026-03-07-git-sync-community-edition/index.md | 13 +++++++++++++ changelog/2026-03-08-otel-metrics/index.md | 13 +++++++++++++ .../index.md | 13 +++++++++++++ changelog/2026-03-10-vertex-ai-routing/index.md | 13 +++++++++++++ .../index.md | 13 +++++++++++++ .../2026-03-12-secret-masking-job-logs/index.md | 14 ++++++++++++++ changelog/2026-03-16-pdf-input-ai-agent/index.md | 13 +++++++++++++ .../2026-03-17-customai-custom-headers/index.md | 13 +++++++++++++ 16 files changed, 198 insertions(+), 1 deletion(-) create mode 100644 changelog/2026-02-25-entra-id-database-auth/index.md create mode 100644 changelog/2026-02-26-otel-http-protobuf-exporter/index.md create mode 100644 changelog/2026-02-27-websocket-trigger-heartbeat/index.md create mode 100644 changelog/2026-02-28-trigger-filters-or-logic/index.md create mode 100644 changelog/2026-03-02-self-approval-wac/index.md create mode 100644 changelog/2026-03-03-instance-ai-settings/index.md create mode 100644 changelog/2026-03-04-http-route-workspace-prefix/index.md create mode 100644 changelog/2026-03-07-git-sync-community-edition/index.md create mode 100644 changelog/2026-03-08-otel-metrics/index.md create mode 100644 changelog/2026-03-09-otel-trace-context-env-vars/index.md create mode 100644 changelog/2026-03-10-vertex-ai-routing/index.md create mode 100644 changelog/2026-03-11-data-table-postgres-trigger/index.md create mode 100644 changelog/2026-03-12-secret-masking-job-logs/index.md create mode 100644 changelog/2026-03-16-pdf-input-ai-agent/index.md create mode 100644 changelog/2026-03-17-customai-custom-headers/index.md diff --git a/AGENTS.md b/AGENTS.md index 25e38320a..a7829971f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -50,6 +50,7 @@ These guidelines ensure consistency and quality when writing or modifying Windmi - If a new page is added, make sure it appears in sidebars.js and check if its worth adding to core_concepts/index.mdx - New features shall have a dedicated changelog page and directory, like [this](./changelog/2025-08-19-kubernetes-native-autoscaling/index.md) - Changelogs should have tags (in Sentence case). In particular follow the color titles referenced in @src/theme/BlogPostItem/Container/index.js: (like 'App editor', 'Flow editor', 'Enterprise') +- Changelog `index.md` files contain frontmatter only — do NOT add any markdown body after the closing `---`. Body content is ignored by the changelog renderer; everything users see comes from the `title`, `description`, and `features` fields. Put any extra context into `description` (which can be longer for changelog entries since it doubles as the page summary) rather than as prose below the frontmatter. - Major features shall be referenced in the [features list](./src/components/pricing/FeatureList.js), in particular if they are Enterprise features ## Cross-referencing and backlinks @@ -89,7 +90,7 @@ These guidelines ensure consistency and quality when writing or modifying Windmi - **Prefer question-based descriptions** to match how users and AI systems query for information (e.g. "How do I deploy Windmill on Kubernetes?" rather than "Guide to deploying Windmill on Kubernetes") - For integration pages, use the pattern: "How do I connect X to Windmill? [What you can do]." - For docs pages, use a question that the page answers (e.g. "How do I set up workers in Windmill? Configure worker groups, assign tags, and scale compute.") -- For changelog entries, summarize the feature in one sentence +- For changelog entries, summarize the feature in one or two sentences. Since the changelog renderer ignores any body content after the frontmatter, the description is the only prose users will see — keep it factual but include enough context (what changed, where it appears, key constraints) to stand on its own. ### JSON-LD structured data Every non-doc page should include a `