Skip to content

BlazeUp-AI/Observal](https:

v1.1.0 Breaking

This release includes 3 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents antigravity claude-code cli-tool cursor cursor-ai
+13 more
evaluation insights kiro large-language-models litellm llm llm-evaluation llm-observability llmops monitoring observability playground self-hosted

Affected surfaces

auth

ReleasePort's take

Moderate signal
editorial:auto 9d

The deployment_mode API field is being replaced with a licensed boolean flag, and the DEPLOYMENT_MODE constant will be removed.

Why it matters: If your code uses deployment_mode or DEPLOYMENT_MODE, update to the new licensed boolean before upgrading; failure causes runtime errors after migration.

Summary

AI summary

Updates CI, 1.1.0] - 2026-05-25, and Testing across a mixed release.

Changes in this release

Breaking High

Replace deployment_mode API field with licensed boolean.

Replace deployment_mode API field with licensed boolean.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Add observal-pi package for session telemetry.

Add observal-pi package for session telemetry.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Add Pi CLI adapter, doctor, and scan support.

Add Pi CLI adapter, doctor, and scan support.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Add Pi to IDE_REGISTRY with server adapter.

Add Pi to IDE_REGISTRY with server adapter.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Add Pi session JSONL classifier and read‑path parser.

Add Pi session JSONL classifier and read‑path parser.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Redesign audit log page with parameterized search.

Redesign audit log page with parameterized search.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Update ee/ audit route with HIPAA fields and export formats.

Update ee/ audit route with HIPAA fields and export formats.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Add CLI audit emission and server endpoint.

Add CLI audit emission and server endpoint.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Medium

Implement HIPAA loguru audit middleware.

Implement HIPAA loguru audit middleware.

Source: llm_adapter@2026-05-25

Confidence: high

Feature Low

Add --yes flag and fix hint messages for doctor command.

Add --yes flag and fix hint messages for doctor command.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Deprecation High

Remove DEPLOYMENT_MODE constant and its usage.

Remove DEPLOYMENT_MODE constant and its usage.

Source: llm_adapter@2026-05-25

Confidence: high

Bugfix Medium

Remove invalid OpenCode plugin import from services.

Remove invalid OpenCode plugin import from services.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Medium

Use prompt_toolkit for arrow‑key‑aware input in login prompts (auth).

Use prompt_toolkit for arrow‑key‑aware input in login prompts (auth).

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Medium

Address CI failures caused by DEPLOYMENT_MODE removal.

Address CI failures caused by DEPLOYMENT_MODE removal.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Low

Improve resilience of pi telemetry extension.

Improve resilience of pi telemetry extension.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Low

Gate settings sections behind license features in web UI.

Gate settings sections behind license features in web UI.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Low

Use local fonts, serve IDE list from server, fix builder UI in web app.

Use local fonts, serve IDE list from server, fix builder UI in web app.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Low

Resolve names in ops rate and add auth to GraphQL queries in CLI.

Resolve names in ops rate and add auth to GraphQL queries in CLI.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Low

Move SPDX header below frontmatter for Claude Code parsing (skill).

Move SPDX header below frontmatter for Claude Code parsing (skill).

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Bugfix Low

Remove DEPLOYMENT_MODE references from CLI messages.

Remove DEPLOYMENT_MODE references from CLI messages.

Source: granite4.1:30b@2026-05-25-audit

Confidence: low

Full changelog

[1.1.0] - 2026-05-25

Added

  • add observal-pi package for session telemetry (extension) (5debdf8)
  • add Pi CLI adapter, doctor, and scan support (cli) (f80042a)
  • add Pi to IDE_REGISTRY with server adapter (registry) (ba0f39d)
  • add Pi session JSONL classifier and read-path parser (parser) (c071f97)
  • expand bundled Observal skill to cover full CLI surface (skill) (b62c562)
  • redesign audit log page with parameterized search (web) (8376595)
  • update ee/ audit route with HIPAA fields and export formats (audit) (2edc1b3)
  • add CLI audit emission and server endpoint (audit) (97cbdc0)
  • implement HIPAA loguru audit middleware (audit) (cf32511)
  • version enforcement - hard block on CLI/server mismatch & auto-update (be2d475)

CI

  • add npm publish step for observal-pi to release workflow (52d2dbc)

Changed

  • remove legacy event-bus audit system (audit) (264a303)
  • gate pages by specific licensed feature, not blanket boolean (web) (9baa2b6)
  • replace deployment_mode API field with licensed boolean (8cc8eee)
  • remove DEPLOYMENT_MODE, derive enterprise from license key (5def2f6)

Documentation

  • update all AGENTS.md files to reflect current codebase state (6d47495)

Fixed

  • remove invalid OpenCode plugin import (services) (034ffca)
  • improve resilience of pi telemetry extension (extension) (7797dfc)
  • gate settings sections behind license features (web) (e5bfb2b)
  • use local fonts, serve IDE list from server, fix builder UI (web) (0308654)
  • use prompt_toolkit for arrow-key-aware input in login prompts (auth) (ff201ec)
  • resolve names in ops rate, add auth to GraphQL queries (cli) (7d6c120)
  • move SPDX header below frontmatter for Claude Code parsing (skill) (32fb1d6)
  • address CI failures from DEPLOYMENT_MODE removal (07f4bb1)
  • remove DEPLOYMENT_MODE references from CLI messages (cli) (c6df484)
  • add --yes flag and fix hint messages (doctor) (a62f36f)

Other

  • update github artifact actions (major) (#1185) (deps) (eb46027)
  • update dependency ruff to v0.15.14 (#1182) (deps) (87cbce4)
  • update docker images (minor/patch) (#1183) (deps) (5b4c472)
  • add .clabot to allowlist renovate and dependabot (2cc8b24)

Testing

  • add prompt command tests (#986) (cmd) (ac8f458)
  • add Pi to frontend features and unit tests (274b3c2)
  • add 32 tests for HIPAA audit system (audit) (4100979)
  • add Playwright tests for component detail and CRUD (#934) (e2e) (41d4451)
  • add Playwright tests for auth login error and logout flow (#927) (e2e) (2dd8a17)

Build

  • sync pi-extension version in release script (5272303)

Breaking Changes

  • Removed legacy event-bus audit system (audit)
  • DEPLOYMENT_MODE API field replaced with licensed boolean and DEPLOYMENT_MODE env var removed
  • Version enforcement hard blocks CLI/server version mismatches

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track BlazeUp-AI/Observal](https:

Get notified when new releases ship.

Sign up free

About BlazeUp-AI/Observal](https:

All releases →

Related context

Earlier breaking changes

  • v1.2.0 Removes legacy pre-JSONL modules in insights.
  • v1.2.0 Removes agent visibility and team access features.
  • v0.8.0 Removes goal template, replaces with required prompt field in agent configuration.

Beta — feedback welcome: [email protected]