> For the complete documentation index, see [llms.txt](https://docs.infraglide.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraglide.com/changelog/release-notes.md).

# Product Release Notes

***

## Release History

### 1.0.0 — 2026-08-12

#### Highlights

* Initial release of **InfraGlide** multi-cloud IaC visual design and execution platform.
* Interactive drag-and-drop canvas with real-time Terraform JSON (`main.tf.json`) code generation for AWS, Azure, and GCP.
* Jane AI Copilot integration for natural language architecture design, deployment error diagnosis, security audits, and cost optimization.
* Non-blocking cloud execution engine with live WebSocket streaming, Loki logging, and real-time cloud drift detection.
* Granular 3-Tier Role-Based Access Control (RBAC) governance across Organization, Workspace, and Sandbox scopes.

#### Added

**Visual Canvas & Pipeline Designer**

* **Pipeline Designer Interface**: Interactive canvas interface featuring the top bar, component drawer, main grid, and live properties panel.
* **Visual Drag-and-Drop Canvas**: Design multi-cloud infrastructure interactively using a visual canvas grid.
* **Multi-Cloud Component Library**: Drag and configure AWS, Azure, and GCP cloud resources directly onto the canvas.
* **Container Nodes & Inheritance**: Group resources inside VPCs, Subnets, and Resource Groups with automatic attribute inheritance (e.g., Region, Resource Group).
* **Dependency Connectors**: Draw visual connections to establish explicit network routing and Terraform dependency mapping.
* **Pipeline Versioning**: Save architecture version snapshots, compare diffs, and manage deployed release tags.

**Deployments & Terraform Configuration**

* **Real-Time Terraform JSON Generation**: Continuously auto-generate clean, production-grade Terraform JSON (`main.tf.json`) code from visual canvas actions.
* **Code Panel & Config Inspection**: Inspect and copy generated Terraform JSON (`main.tf.json`) configurations directly in the designer Config tab.
* **Cloud Provider Version Management**: Configure and upgrade AWS, Azure, and GCP provider versions per pipeline.
* **Non-Blocking Execution Actions**: Trigger preview plans, active infrastructure deployments (`apply`), and teardowns (`destroy`).
* **State File & Backend Locking**: Secure remote backend state tracking with state locking and execution concurrency.

**Jane AI Copilot**

* **Natural Language Assistant**: Generate visual cloud architecture and pipeline configurations using plain language prompts.
* **Deployment Error Analysis**: Automatically analyze failed Terraform runs, identify root causes, and apply suggested fixes.
* **Security Audit Scanning**: Scan canvas topologies for open ports, unencrypted buckets, and compliance risks.
* **Cost Guidance**: Review AI-driven cost breakdowns, resource right-sizing tips, and expenditure optimizations.

**Drift Detection & Deployed Resources**

* **Real-Time Drift Detection**: Monitor and flag out-of-band cloud modifications where live deployed infrastructure deviates from saved pipeline JSON (`main.tf.json`) configurations.
* **Deployed Resources Tracking**: View live deployment status, resource creation/update/deletion progress, and runtime state badges.
* **Cloud Inventory Discovery**: Perform full account discovery scans across live AWS, Azure, and GCP environments to identify unmanaged cloud resources.

**Governance & Security (RBAC & Credentials)**

* **Hierarchical Scope Levels**: Enforce access control across Organization (Level 1), Workspace (Level 2), and Sandbox (Level 3).
* **Built-in Roles**: Assign pre-configured roles (`org_admin`, `Admin`, `Editor`, `Viewer`).
* **Granular Permissions Matrix**: Enforce fine-grained `{resource}:{action}` permissions (`view`, `edit`, `manage`) on every API request.
* **User Lifecycle & Invitations**: Invite team members, manage user teams, and control organization access.
* **Cloud Credentials Management**: Securely store and validate encrypted AWS IAM keys/roles, Azure Service Principals, and GCP Service Accounts.

**Logs & Audit**

* **Execution History & Live Streaming**: Monitor deployment runs with streaming WebSocket console output and per-resource status badges.
* **Loki Log Aggregation**: View aggregated historical deployment logs for operational debugging and compliance.
* **Compliance Audit Trail**: Log all administrative actions, configuration changes, user logins, and deployment executions.

***

## See also

* [Welcome to InfraGlide](/readme.md)
* [Support & Community](/help-faq-and-support/support.md)
* [Frequently Asked Questions (FAQ)](/help-faq-and-support/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infraglide.com/changelog/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
