From 03f886fe1b288566f4b87e77357610009fe48789 Mon Sep 17 00:00:00 2001 From: shiv Date: Tue, 28 Jul 2026 23:52:01 +0530 Subject: [PATCH 1/2] docs: add v1.4.0 server release notes --- .../docs/installation/server/release/1.4.0.md | 58 +++++++++++++++++++ .../docs/installation/server/release/index.md | 1 + 2 files changed, 59 insertions(+) create mode 100644 doc-server/docs/installation/server/release/1.4.0.md diff --git a/doc-server/docs/installation/server/release/1.4.0.md b/doc-server/docs/installation/server/release/1.4.0.md new file mode 100644 index 0000000..a21a928 --- /dev/null +++ b/doc-server/docs/installation/server/release/1.4.0.md @@ -0,0 +1,58 @@ +--- +sidebar_position: -140 +--- + +# v1.4.0 + +## What's Changed + +### 🔍 Troubleshoot + +- feat: Expand Knowledge Graph with Azure managed service classification, GCP trace/data flow integration, and enhanced node filtering and detail layouts +- feat: Enhance trace observability with a root-span "By Traces" listing view, merged label mappings, and unified GCP trace routing +- feat: Improve platform UI/UX with an in-app guided tour engine, product updates drawer, endpoint readiness visibility, and smoother navigation transitions +- feat: Optimize container image scanning with incremental updates and clean-image status reporting +- fix: Tune RabbitMQ alert thresholds to reduce noise and resolve orphaned GCP project node mapping issues + +### 🔔 Notifications + +- feat: Support user-attached images and auto-enable image collection for Nubi Slack conversations +- feat: Add channel member management across Slack, MS Teams, and Google Chat +- fix: Resolve event loop freezing and blocking issues in Google Chat and Discord integrations, and encrypt Discord bot tokens at rest +- fix: Fix navigation links for resolution details and direct events summary email tips to the autopilot dashboard + +### 🎫 Tickets + +- feat: Trigger RCA write-back upon incident investigation completion +- fix: Fix ticket action validation to support multiple assignees, correct GitHub/GitLab repository targeting, and isolate auth config settings + +### 🔄 Workflow + +- feat: Add session-scoped LLM conversation sharing across workflow runs +- feat: Expand workflow controls with skipping of optional mitigation steps and granular audit event categorization +- feat: Restructure Autopilot navigation to group Auto Optimize under the Optimize section and rename paths to /automation +- fix: Resolve Temporal workflow deadlocks, relay agent connection serialization errors, and kubectl task execution failures +- fix: Improve task management by recording failed auto-optimize runs and outputting human-readable validation messages + +### ☁️ Cloud + +- feat: Extend blast-radius safety bands and impact summaries to EC2 and RDS recommendations +- feat: Batch CloudWatch metrics fetching for EC2 recommendations to improve performance +- fix: Prevent BigQuery and collector OOM crashes by computing accurate GOMEMLIMITs, dropping large table schemas from metadata, and disabling per-table discovery by default +- fix: Standardize GCP recommendation and alert attributes, including severity defaults, stopped status mapping, alarm metric recovery, and LB/latency log extraction +- fix: Enhance cloud collector stability by resolving Azure pagination loops, preventing MQ retry storms on credential failures, optimizing ECS task metadata fetching, and avoiding duplicate resource insertion crashes + +### 🤖 AI + +- feat: Implement LLM gateway request pipeline (data-plane) with per-tenant provider credentials and egress filter configurations supporting tagging and redacting +- feat: Enhance agent autonomy with background watch registration, interactive FinOps analytics, direct PR proposal from event analysis, and GitHub CI artifact triage +- feat: Optimize agent execution with React3 role-split prompt overlays, service-facing memory injection APIs, input schema validation, and reasoning metric instrumentation +- fix: Standardize the agent orchestrator layout on Orchestrating (retiring ReWoo) and resolve React3 execution anomalies, including dual-write/clone races, crash recovery, and validation assertions +- fix: Fix token metric reporting and pricing calculations by persisting cost values, correcting tracking duration offsets, and enforcing provider-specific thinking-token spend limits +- fix: Stabilize agent workspace tool executions by repairing ClickHouse client paths, injecting workspace env vars, resolving zero-byte stdout success validations, and adding shell CLI recovery hints +- fix: Resolve caching, RAG retrieval, and citation formatting issues, including stale Google AI pointers, user-context ID forwarding, and FinOps deep-link formats + +### 🔌 Integrations + +- feat: Resolve Datadog pod subject ownership from live Kubernetes state +- fix: Sanitize database connection names for PostgreSQL, MySQL, and ClickHouse relay connections diff --git a/doc-server/docs/installation/server/release/index.md b/doc-server/docs/installation/server/release/index.md index 0de73cc..2c8685a 100644 --- a/doc-server/docs/installation/server/release/index.md +++ b/doc-server/docs/installation/server/release/index.md @@ -10,6 +10,7 @@ This section provides a comprehensive overview of all NudgeBee server releases. Here's a list of recent NudgeBee server releases, starting with the most recent: +* **v1.4.0** - [View Release Notes](./1.4.0) * **v1.3.0** - [View Release Notes](./1.3.0) * **v1.2.0** - [View Release Notes](./1.2.0) * **v1.1.0** - [View Release Notes](./1.1.0) From d0b2804bf3628a00e84d886dd7a626fbb5efd8be Mon Sep 17 00:00:00 2001 From: shiv Date: Wed, 29 Jul 2026 08:57:52 +0530 Subject: [PATCH 2/2] docs: add v1.4.0 product update announcement --- product-updates/product_updates.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/product-updates/product_updates.json b/product-updates/product_updates.json index 27fafd0..0efb923 100644 --- a/product-updates/product_updates.json +++ b/product-updates/product_updates.json @@ -1,4 +1,14 @@ [ + { + "slug": "2026-07-1_4_update", + "title": "NudgeBee 1.4.0 is Here", + "body": "Here's a quick overview of the latest updates and improvements we've made to NudgeBee.", + "category": "announcement", + "url": "https://docs.nudgebee.com/docs/installation/server/release/1.4.0/", + "highlight": true, + "is_active": true, + "published_at": "2026-07-29T00:00:00Z" + }, { "slug": "2026-07-1_3_update", "title": "NudgeBee 1.3.0 is Here",