Skip to content

1.4.3 enterprise release notes - #3684

Merged
akshaydeo merged 1 commit into
mainfrom
05-22-1.4.3_enterprise_release_notes
May 22, 2026
Merged

akshaydeo merged 1 commit into
mainfrom
05-22-1.4.3_enterprise_release_notes

Conversation

@akshaydeo

@akshaydeo akshaydeo commented May 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the Enterprise v1.4.3 changelog page and registers it in the docs navigation. This release is built on a clean OSS base of transports/v1.5.4 (fixing v1.4.2's pinned untagged commit) and delivers a large set of new capabilities and fixes across DAC, clustering, access/identity, guardrails, observability, and the dashboard.

Changes

  • Added docs/changelogs/ent-v1.4.3.mdx documenting all features, fixes, and dependency versions for the Enterprise v1.4.3 release
  • Registered changelogs/ent-v1.4.3 as the first entry in the Enterprise changelogs section of docs/docs.json

Key headline items covered in the changelog:

  • Data Access Control (DAC) extended fleet-wide across API keys, access profiles, roles, guardrails, MCP clients/tool groups, customers, teams, business units, and OAuth tokens, with targeted per-entity cache hydration
  • Broker-mode clustering routing inter-node traffic through a central gRPC relay for platforms without inbound peer connectivity (e.g. Cloud Run), plus heartbeat-based ghost node detection and cluster health APIs
  • Temporary access tokens and MCP per-user OAuth for scoped, time-limited credentials
  • Three new guardrail providers: CrowdStrike AIDR, Patronus AI, and Google Model Armor
  • OTEL-parity attributes for Datadog and BigQuery exporters
  • Dedicated Dashboard RBAC resource, role and access-profile duplication, calendar-aligned budgets at team/access-profile level, and cluster-gossiped feature flags

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (React)
  • Docs

How to test

Navigate to the Enterprise changelogs section of the docs site and confirm the v1.4.3 entry appears at the top of the list and renders correctly, including the breaking-change warning banner, all feature/fix sections, and the dependency code blocks.

Screenshots/Recordings

N/A — documentation-only change.

Breaking changes

  • Yes
  • No

The changelog itself notes breaking changes introduced in v1.4.0; this PR only adds documentation.

Related issues

N/A

Security considerations

None — this is a documentation addition only.

Checklist

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

@mintlify

mintlify Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
bifrost 🟡 Building May 22, 2026, 1:42 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 96ddbfa3-6cf8-4bb3-bac6-c3ac6d6d60cb

📥 Commits

Reviewing files that changed from the base of the PR and between bb17bbc and 526dd60.

📒 Files selected for processing (2)
  • docs/changelogs/ent-v1.4.3.mdx
  • docs/docs.json

📝 Walkthrough

Summary by CodeRabbit

  • Documentation
    • Enterprise v1.4.3 release notes are now available, documenting updates including Data Access Control, broker-mode clustering with health monitoring, temporary access tokens, per-user OAuth, multiple guardrail providers, dashboard RBAC, and telemetry enhancements
    • Documentation navigation updated to include new release version

Walkthrough

This pull request adds the v1.4.3 release changelog document for Enterprise, detailing new features including fleet-wide Data Access Control, broker-mode clustering, temporary access tokens, multiple guardrail providers, and dashboard RBAC. The changelog includes fixed issues, pins the base OSS transports version, and lists Go module dependencies for plugin compilation. The documentation navigation is updated to include the new changelog entry.

Changes

Enterprise v1.4.3 Release Changelog

Layer / File(s) Summary
Release changelog document for v1.4.3
docs/changelogs/ent-v1.4.3.mdx
Changelog shell with v1.4.0 breaking-changes warning, followed by comprehensive Features section covering DAC, clustering/broker mode, access & identity, governance, guardrails, telemetry, dashboard RBAC, and OSS base transports. Fixed section lists resolved issues grouped by area. Base OSS version section pins transports/v1.5.4 with module tags. Plugin compilation deps section provides enterprise module name, Go version, and full dependency block.
Documentation navigation registration
docs/docs.json
Adds changelogs/ent-v1.4.3 entry to the Enterprise changelogs page list in documentation navigation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • danpiths

Poem

🐰 A changelog hops into view so bright,
v1.4.3, packed with fresh delight!
Fleet-wide DAC and clustering dreams,
Telemetry flows like forest streams,
The docs are wired, the nav's in place—
Release notes glow across the space! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 05-22-1.4.3_enterprise_release_notes

Comment @coderabbitai help to get the list of available commands and usage tips.

@akshaydeo
akshaydeo marked this pull request as ready for review May 22, 2026 01:42
@CLAassistant

CLAassistant commented May 22, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

akshaydeo commented May 22, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • May 22, 1:42 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • May 22, 1:43 AM UTC: @akshaydeo merged this pull request with Graphite.

@coderabbitai
coderabbitai Bot requested a review from danpiths May 22, 2026 01:42
@akshaydeo
akshaydeo merged commit fbd0edc into main May 22, 2026
12 of 14 checks passed
@akshaydeo
akshaydeo deleted the 05-22-1.4.3_enterprise_release_notes branch May 22, 2026 01:43
@greptile-apps

greptile-apps Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

Documentation-only change adding release notes and a nav entry; no code logic is modified.

Both files are purely documentation. The changelog content is well-structured, the date matches the release, and the nav entry is correctly ordered before v1.4.2. No logic, migrations, or runtime behavior is affected.

No files require special attention.

Important Files Changed

Filename Overview
docs/changelogs/ent-v1.4.3.mdx New enterprise v1.4.3 release notes covering DAC fleet-wide rollout, broker-mode clustering, temporary access tokens, three new guardrail providers, and OTEL-parity telemetry improvements
docs/docs.json Adds changelogs/ent-v1.4.3 as the first entry in the enterprise changelogs navigation group, correctly ordering it before v1.4.2

Reviews (1): Last reviewed commit: "1.4.3 enterprise release notes" | Re-trigger Greptile

Vaibhav701161 pushed a commit that referenced this pull request May 26, 2026
## Summary

Adds the Enterprise v1.4.3 changelog page and registers it in the docs navigation. This release is built on a clean OSS base of `transports/v1.5.4` (fixing v1.4.2's pinned untagged commit) and delivers a large set of new capabilities and fixes across DAC, clustering, access/identity, guardrails, observability, and the dashboard.

## Changes

- Added `docs/changelogs/ent-v1.4.3.mdx` documenting all features, fixes, and dependency versions for the Enterprise v1.4.3 release
- Registered `changelogs/ent-v1.4.3` as the first entry in the Enterprise changelogs section of `docs/docs.json`

Key headline items covered in the changelog:
- **Data Access Control (DAC)** extended fleet-wide across API keys, access profiles, roles, guardrails, MCP clients/tool groups, customers, teams, business units, and OAuth tokens, with targeted per-entity cache hydration
- **Broker-mode clustering** routing inter-node traffic through a central gRPC relay for platforms without inbound peer connectivity (e.g. Cloud Run), plus heartbeat-based ghost node detection and cluster health APIs
- **Temporary access tokens** and **MCP per-user OAuth** for scoped, time-limited credentials
- Three new guardrail providers: CrowdStrike AIDR, Patronus AI, and Google Model Armor
- OTEL-parity attributes for Datadog and BigQuery exporters
- Dedicated Dashboard RBAC resource, role and access-profile duplication, calendar-aligned budgets at team/access-profile level, and cluster-gossiped feature flags

## Type of change

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [x] Docs

## How to test

Navigate to the Enterprise changelogs section of the docs site and confirm the `v1.4.3` entry appears at the top of the list and renders correctly, including the breaking-change warning banner, all feature/fix sections, and the dependency code blocks.

## Screenshots/Recordings

N/A — documentation-only change.

## Breaking changes

- [ ] Yes
- [x] No

The changelog itself notes breaking changes introduced in v1.4.0; this PR only adds documentation.

## Related issues

N/A

## Security considerations

None — this is a documentation addition only.

## Checklist

- [x] I read `docs/contributing/README.md` and followed the guidelines
- [ ] I added/updated tests where appropriate
- [x] I updated documentation where needed
- [x] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
akhsaul pushed a commit to akhsaul/bifrost that referenced this pull request Aug 27, 2026
## Summary

Adds the Enterprise v1.4.3 changelog page and registers it in the docs navigation. This release is built on a clean OSS base of `transports/v1.5.4` (fixing v1.4.2's pinned untagged commit) and delivers a large set of new capabilities and fixes across DAC, clustering, access/identity, guardrails, observability, and the dashboard.

## Changes

- Added `docs/changelogs/ent-v1.4.3.mdx` documenting all features, fixes, and dependency versions for the Enterprise v1.4.3 release
- Registered `changelogs/ent-v1.4.3` as the first entry in the Enterprise changelogs section of `docs/docs.json`

Key headline items covered in the changelog:
- **Data Access Control (DAC)** extended fleet-wide across API keys, access profiles, roles, guardrails, MCP clients/tool groups, customers, teams, business units, and OAuth tokens, with targeted per-entity cache hydration
- **Broker-mode clustering** routing inter-node traffic through a central gRPC relay for platforms without inbound peer connectivity (e.g. Cloud Run), plus heartbeat-based ghost node detection and cluster health APIs
- **Temporary access tokens** and **MCP per-user OAuth** for scoped, time-limited credentials
- Three new guardrail providers: CrowdStrike AIDR, Patronus AI, and Google Model Armor
- OTEL-parity attributes for Datadog and BigQuery exporters
- Dedicated Dashboard RBAC resource, role and access-profile duplication, calendar-aligned budgets at team/access-profile level, and cluster-gossiped feature flags

## Type of change

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [x] Docs

## How to test

Navigate to the Enterprise changelogs section of the docs site and confirm the `v1.4.3` entry appears at the top of the list and renders correctly, including the breaking-change warning banner, all feature/fix sections, and the dependency code blocks.

## Screenshots/Recordings

N/A — documentation-only change.

## Breaking changes

- [ ] Yes
- [x] No

The changelog itself notes breaking changes introduced in v1.4.0; this PR only adds documentation.

## Related issues

N/A

## Security considerations

None — this is a documentation addition only.

## Checklist

- [x] I read `docs/contributing/README.md` and followed the guidelines
- [ ] I added/updated tests where appropriate
- [x] I updated documentation where needed
- [x] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
occcat pushed a commit to occcat/bifrost that referenced this pull request Sep 2, 2026
## Summary

Adds the Enterprise v1.4.3 changelog page and registers it in the docs navigation. This release is built on a clean OSS base of `transports/v1.5.4` (fixing v1.4.2's pinned untagged commit) and delivers a large set of new capabilities and fixes across DAC, clustering, access/identity, guardrails, observability, and the dashboard.

## Changes

- Added `docs/changelogs/ent-v1.4.3.mdx` documenting all features, fixes, and dependency versions for the Enterprise v1.4.3 release
- Registered `changelogs/ent-v1.4.3` as the first entry in the Enterprise changelogs section of `docs/docs.json`

Key headline items covered in the changelog:
- **Data Access Control (DAC)** extended fleet-wide across API keys, access profiles, roles, guardrails, MCP clients/tool groups, customers, teams, business units, and OAuth tokens, with targeted per-entity cache hydration
- **Broker-mode clustering** routing inter-node traffic through a central gRPC relay for platforms without inbound peer connectivity (e.g. Cloud Run), plus heartbeat-based ghost node detection and cluster health APIs
- **Temporary access tokens** and **MCP per-user OAuth** for scoped, time-limited credentials
- Three new guardrail providers: CrowdStrike AIDR, Patronus AI, and Google Model Armor
- OTEL-parity attributes for Datadog and BigQuery exporters
- Dedicated Dashboard RBAC resource, role and access-profile duplication, calendar-aligned budgets at team/access-profile level, and cluster-gossiped feature flags

## Type of change

- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [x] Docs

## How to test

Navigate to the Enterprise changelogs section of the docs site and confirm the `v1.4.3` entry appears at the top of the list and renders correctly, including the breaking-change warning banner, all feature/fix sections, and the dependency code blocks.

## Screenshots/Recordings

N/A — documentation-only change.

## Breaking changes

- [ ] Yes
- [x] No

The changelog itself notes breaking changes introduced in v1.4.0; this PR only adds documentation.

## Related issues

N/A

## Security considerations

None — this is a documentation addition only.

## Checklist

- [x] I read `docs/contributing/README.md` and followed the guidelines
- [ ] I added/updated tests where appropriate
- [x] I updated documentation where needed
- [x] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants