Skip to content
All releases Release 96.2

Inline schema references view and extensive Data Inspect improvements.

Factor House·July 16, 2026

Downloads

Artifacts published with release 96.2.

Kpow can be found on Dockerhub

View our Docker quick start guide for help getting started.

Data Inspect changes

Bulk clone to topic

The single-record Clone to topic action has now been extended to allow for a bulk message clone to a topic. An entire Data Inspect result set can be cloned to a destination topic in one step via Send > Clone to topic from the results table toolbar. This is ideal for Dead Letter Queue (DLQ) management, where a full batch of failed messages needs replaying to a destination topic.

Bulk clone to topic action in the Data Inspect results toolbar
Bulk clone to topic

Note: To use this feature, you'd need to enable BULK_ACTIONS in RBAC.

Support for all Avro logical types

Kpow now supports the full range of Avro logical types for both Data Inspect and Data Produce.

This introduces a few notable differences in behaviour:

  • The separate Avro (Strict) SerDes option has been consolidated into a single Avro option.
  • Data Produce — the Avro SerDes no longer pre-fills default values for primitive fields (e.g. booleans), so these must now be specified explicitly.
  • Data Inspect date formatting and kJQ queries — dates in Data Inspect results used to be shown as epoch timestamps, e.g. {"loadedAtUtc": 1782720042631}, queried in kJQ as .loadedAtUtc > 1782826620123. They're now rendered as ISO date strings instead, e.g. {"loadedAtUtc": "2026-06-29T08:00:42.631"}, but kJQ queries still compare against epoch timestamps, so the equivalent query becomes .loadedAtUtc | from-date > 1782826620123. Update any saved kJQ queries accordingly.

Persist Avro schema field order in Data Inspect results

Data Inspect results can now preserve the field order defined in the Avro schema. This is the default behaviour for the Pretty printed display option in Data Inspect.

Configurable default display preferences

Default display preferences for Data Inspect results can now be set at the environment level instead of per user. You can use the following environment variable to configure default Data Inspec display options:

  • SAMPLER_DEFAULT_KEY_FORMAT
  • SAMPLER_DEFAULT_VALUE_FORMAT
  • SAMPLER_DEFAULT_TIMESTAMP_FORMAT
  • SAMPLER_DEFAULT_SIZE_FORMAT
  • SAMPLER_DEFAULT_MAX_BYTES
  • SAMPLER_DEFAULT_VISIBLE_FIELDS

The new Avro field-order display preference described above is one of the options you can configure through this functionality.

Sync Data Inspect form with the active results tab query

The Data Inspect search form can now stay in sync with the query behind the currently active results tab. This functionality is OFF by default and can be enabled from the Options section of the form. Once enabled, the preference is stored in local storage for this user.

Data Inspect search form synced with the active results tab query
Data Inspect form synced with the active results tab query

Group overage support for Microsoft Entra (SAML)

Kpow now supports Microsoft Entra group overage claims over SAML, so RBAC continues to resolve correctly for users who belong to more than 150 groups.

Inline schema reference expansion and navigation

Schemas that reference other schemas can now be expanded and navigated inline from the Schema Registry view, without leaving the page. References are shown as a nested, traversable tree.This removes the need for jumping between separate schema pages to piece the relationships together.

Inline, nested view of schema references expanded in the Schema Registry
Inline schema references view

Changelog

New features

  • New "Bulk clone to topic" functionality
  • Extending support to all Avro logical types (Note: see release notes details to understand what has been removed as part of this work)
  • Introducing a new display preference to persist Avro schema field order in Data Inspect result
  • Introducing configurable default display preferences for Data inspect results
  • Introducing an ability to pre-fill Data Inspect search form based on the query from the selected results tab
  • Adding Group overage support for Microsoft Entra when users belong to more than 150 groups
  • Introducing a new in-line schema references expansion and navigation view

Bug fixes

  • Ensuring simple consumer reads are reflected in Topics view
  • Removing confusing Count column from Data inspect metrics view in Admin UI
  • Fixing the UI bug when viewing connector configuration with long topic list
  • Fixing Clone to topic functionality not cloning header details
  • Fixing Clone to topic partition and offset form fields display issues
  • Fixing Big Query and MSK connector topic inference issues - topics appearing blank
  • Adding better error messages when running Kpow enterprise with a Community license
  • Adding better error messages around Header SerDes when performing Key mode search in Data Inspect

CVE Resolved

  • CVE-2026-45249: MEDIUM - echarts
  • CVE-2026-45536: MEDIUM - cpe:2.3:a:netty:netty
  • CVE-2026-48059: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-47244: MEDIUM - cpe:2.3:a:netty:netty
  • CVE-2026-44249: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-44893: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-48043: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-45673: MEDIUM - cpe:2.3:a:netty:netty
  • CVE-2026-45416: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-44250: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-48006: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-45674: CRITICAL - cpe:2.3:a:netty:netty
  • CVE-2026-44890: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-50560: MEDIUM - cpe:2.3:a:netty:netty
  • CVE-2026-50020: MEDIUM - cpe:2.3:a:netty:netty
  • CVE-2026-50011: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-46340: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-50010: HIGH - cpe:2.3:a:netty:netty
  • CVE-2026-47691: CRITICAL - cpe:2.3:a:netty:netty
  • CVE-2026-41240: MEDIUM - cpe:2.3:a:cure53:dompurify
  • CVE-2026-0540: MEDIUM - cpe:2.3:a:cure53:dompurify
  • CVE-2025-15599: MEDIUM - cpe:2.3:a:cure53:dompurify
  • CVE-2026-54516: MEDIUM - cpe:2.3:a:fasterxml:jackson-databind