Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions doc-server/docs/installation/server/release/1.4.0.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions doc-server/docs/installation/server/release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 10 additions & 0 deletions product-updates/product_updates.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading