Skip to content

parseable

v2.8.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

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

✓ No known CVEs patched in this version

Topics

analytics cloud-native docker elasticsearch elasticsearch-alternative kubernetes
+3 more
linux log-storage rust

Summary

AI summary

Broad release touches What's Changed in Prism, fix, feat, and traces.

Changes in this release

Feature Medium

Add quantile values to known field list.

Add quantile values to known field list.

Source: llm_adapter@2026-05-28

Confidence: high

Feature Medium

Add include, exclude and copy actions in traces listing.

Add include, exclude and copy actions in traces listing.

Source: llm_adapter@2026-05-28

Confidence: high

Feature Low

Unify empty views into a single component.

Unify empty views into a single component.

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

Confidence: low

Feature Low

Add Non‑exception details error CTA to traces UI.

Add Non‑exception details error CTA to traces UI.

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

Confidence: low

Feature Low

Add filter options and copy functionality to metrics table rows.

Add filter options and copy functionality to metrics table rows.

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

Confidence: low

Feature Low

Enable PromQL querying in metrics exploration.

Enable PromQL querying in metrics exploration.

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

Confidence: low

Dependency Low

Update Helm chart to v2.7.2.

Update Helm chart to v2.7.2.

Source: llm_adapter@2026-05-28

Confidence: high

Dependency Low

Bump axios from 1.15.0 to 1.15.2.

Bump axios from 1.15.0 to 1.15.2.

Source: llm_adapter@2026-05-28

Confidence: high

Dependency Low

Upgrade TypeScript to v6.

Upgrade TypeScript to v6.

Source: llm_adapter@2026-05-28

Confidence: high

Bugfix Medium

Surface ingestion errors to users.

Surface ingestion errors to users.

Source: llm_adapter@2026-05-28

Confidence: high

Bugfix Medium

Prevent EmptyState flash before query loader in Logs, Metrics, Traces.

Prevent EmptyState flash before query loader in Logs, Metrics, Traces.

Source: llm_adapter@2026-05-28

Confidence: high

Bugfix Medium

Align Trace detail and Span sheet start time with listing via toEpochMs().

Align Trace detail and Span sheet start time with listing via toEpochMs().

Source: llm_adapter@2026-05-28

Confidence: high

Bugfix Medium

Show timestamp in traces bubble chart tooltip time.

Show timestamp in traces bubble chart tooltip time.

Source: llm_adapter@2026-05-28

Confidence: high

Bugfix Medium

Fix SQL autocomplete handling of leading quote prefix.

Fix SQL autocomplete handling of leading quote prefix.

Source: llm_adapter@2026-05-28

Confidence: high

Bugfix Medium

Gate regions API call behind authentication and use source region from response.

Gate regions API call behind authentication and use source region from response.

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

Confidence: low

Bugfix Low

Fix sidebar items jumping on collapse/expand.

Fix sidebar items jumping on collapse/expand.

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

Confidence: low

Bugfix Low

Fix dataset reset issue when page unmounts.

Fix dataset reset issue when page unmounts.

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

Confidence: low

Bugfix Low

Fix view update bugs in traces and log stats listings.

Fix view update bugs in traces and log stats listings.

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

Confidence: low

Bugfix Low

Fix Metrics PromQL related bugs.

Fix Metrics PromQL related bugs.

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

Confidence: low

Bugfix Low

Fix Metrics explore tooltip display issue.

Fix Metrics explore tooltip display issue.

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

Confidence: low

Refactor Low

Update timezone change logic in timerange.

Update timezone change logic in timerange.

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

Confidence: low

Other Low

Add Playwright coverage for Logs Explore, Metrics All metrics, Traces All traces pages.

Add Playwright coverage for Logs Explore, Metrics All metrics, Traces All traces pages.

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

Confidence: low

Other Low

Add Playwright coverage for Traces Table tab and SQL editor.

Add Playwright coverage for Traces Table tab and SQL editor.

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

Confidence: low

Other Low

Add Playwright coverage for Alerts list, search, create actions.

Add Playwright coverage for Alerts list, search, create actions.

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

Confidence: low

Full changelog

What's Changed

  • update helm chart to v2.7.2 by @nitisht in https://github.com/parseablehq/parseable/pull/1643
  • add quantile values to known field list by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1644
  • Hottier fix by @parmesant in https://github.com/parseablehq/parseable/pull/1645
  • chore: stdout for span exporter by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1647
  • add series hash in metrics ingestion, bounded streaming merge by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1648
  • fix: Surface ingestion errors by @parmesant in https://github.com/parseablehq/parseable/pull/1652
  • release parseable-enterprise 2.7.3 by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1654
  • update Cargo.toml for release v2.8.0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1656

What's Changed in Prism

  • test(logs): Add Playwright coverage for Logs Explore page
  • test(metrics): Add Playwright coverage for Metrics All metrics page
  • test(traces): Add Playwright coverage for Traces All traces page
  • test(traces): Add Playwright coverage for Traces & Metrics Table tab
  • test(sql): Add SQL editor Playwright coverage
  • test(traces): Add URL-param, span-sheet, and deep-link cases to trace…
  • chore(deps): bump axios from 1.15.0 to 1.15.2
  • chore(deps): Upgraded typescript to v6
  • fix: prevent EmptyState flash before query loader in Logs, Metrics, Traces
  • fix: align Trace detail and Span sheet start time with listing via toEpochMs()
  • fix(traces): show timestamp in traces bubble chart tooltip time
  • fix(sql): autocomplete quotes fixed by handling leading quote prefix
  • fix(sidebar): Fixed the sidebar items jump on collapse/expand
  • update timezone change logic in timerange
  • fix(errors): Fixed the dataset reset issue on page unmount
  • feat: unify empty views into one
  • chore(deps): Bumped @vercel/node package
  • fix: Fixed Metrics no data view & hide save view from Services Insights page
  • feat: Non exception details errs CTA added
  • fix: bugs of view in traces and log stats not updating
  • feat: Add include, exclude and copy in traces listing
  • feat: Add filter options and copy functionality to metrics table rows
  • test(alerts): Add Playwright coverage for Alerts list, search, create…
  • fix: Update query enabling logic in useServicesTable hook
  • fix: gate regions call behind auth and source region from API response
  • feat: Added PromQl querying
  • fix: Metrics PromQL bug fixes
  • fix: Fixed metrics explore tooltip issue

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.7.2...v2.8.0

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 parseable

Get notified when new releases ship.

Sign up free

About parseable

Parseable is an observability datalake built from first principles.

All releases →

Related context

Beta — feedback welcome: [email protected]