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
81 changes: 81 additions & 0 deletions doc-server/docs/installation/server/release/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
sidebar_position: -120
---

# v1.2.0

## What's Changed
Comment thread
blue4209211 marked this conversation as resolved.

### 🏕 Troubleshooting

- feat: Add Google Cloud Platform (GCP) Cloud Trace evidence and support trace-correlated log viewing
- feat: Scope Knowledge Graph filter-value dropdowns to applied filters and add a collapsible sidebar
- feat: Display actual CPU and memory usage in pod container resource views
- feat: Add cross-filtering capabilities between namespace and workload dropdowns
- feat: Refactor alarm actions into an interactive side panel with direct configuration edit shortcuts

### 🏕 Technical/Stability

- feat: Introduce series-match metric discovery capabilities
- feat: Extend user identity synchronization to ServiceNow, GitLab, Jira, and Microsoft Teams
- fix: Automatically recover cloud-collector RabbitMQ consumers after broker restarts
- fix: Recover RabbitMQ consumers from channel exhaustion and migrate to durable queues
- fix: Resolve trace endpoints and status mapping for OpenTelemetry instrumented spans

### 🏕 Notifications

- feat: Add find-or-create channel/space workflows for Slack, Microsoft Teams, and Google Chat
- fix: Derive Microsoft Teams tenant configurations from the session instead of OAuth state
- fix: Display connection cards for unbound Google Chat spaces

### 🏕 Workflow

- feat: Introduce event lifecycle hooks, including a phase-keyed registry and workflow phase triggers
- feat: Add a Google Chat Join Space action to the workflow builder
- feat: Add timezone-aware date formatting for tasks and triggers
- feat: Add client-side validation for timezone and date-format template filters
- fix: Automatically build automation workflow definitions on first approval in the workflow builder
- fix: Surface tenant-scoped integrations in the workflow builder settings

### 🏕 Cloud

- feat: Compute right-sizing savings estimations for ECS Fargate tasks
- feat: Compute potential savings from deleting unused Azure public IPs and load balancers
- feat: Add a cross-account Resolutions tab to the optimization dashboard
- fix: Resolve failures in Google Cloud Platform (GCP) alarm creation by carrying metric and resource types from templates
- fix: Optimize EventBridge SQS message volume by filtering ECS task events
- fix: Exclude credits and refunds from cloud cost report totals
- fix: Route malformed cloud account integration messages to a dead-letter queue (DLQ)
- fix: Skip unreachable AWS regions to prevent failures during resource synchronization
- fix: Enforce BigQuery billing access checks as a hard blocker during Google Cloud Platform (GCP) onboarding
- fix: Exclude BigQuery table schemas from resource metadata to prevent Out-Of-Memory (OOM) crashes

### 🏕 AI

- feat: Support configurable model context windows, o200k token counting, and budget-aware recovery paths
- feat: Surface structured triage reasoning in automatic event analysis reports
- feat: Introduce AI memory module (Phases 2-8) and integrate with the B-Cortex interface
- feat: Support dry-runs, versioning, and lifecycle operations in the automation agent with gated approval workflows
- feat: Stream coding agent execution steps live in the chat Tool Details interface panel
- feat: Enable budget self-awareness in sub-agents and expose execution metadata to parent agents
- feat: Expand egress filter enterprise rules with 10 vendor-prefix detectors
- feat: Add egress filter allowlist API endpoints and environment bootstrapping
- feat: Enable per-message metadata tracking and display UI chips for egress filter events
- feat: Add a Tools tab to the AI Cost Analyzer dashboard
- feat: Enhance AI Cost Analyzer with a richer prompt-trace viewer and severity highlighting
- feat: Add outbound secret scrubber + extension seam
- fix: Trim Service Dependency Graph (SDG) prompt sizes and resolve search and traversal issues in the Knowledge Graph
- fix: Forward deep-link URL variables to the code-analysis agent workspace

### 🏕 Integrations

- feat: Support per-source webhook subject and namespace label mapping

### 🏕 Auth/Admin

- feat: support for integration profiles for users

### 🏕 UI/UX

- feat: Introduce a brand-neutral page loader for partner tenants and a default home state for environments with no data
- feat: Make table headers sticky inside settings modals
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.2.0** - [View Release Notes](./1.2.0)
* **v1.1.0** - [View Release Notes](./1.1.0)
* **v1.0.0** - [View Release Notes](./1.0.0)
* **v0.99.0** - [View Release Notes](./0.99.0)
Expand Down
Loading