All changes across Tenzir projects released in 2026.
- Tenzir Platform v1.27.1
This release fixes a bug where users could experience authentication failures due to stale user keys in their session. The platform now proactively checks for expired keys and refreshes them automatically.
- Tenzir Test v1.1.0
This release adds stdin file support for piping data directly to tests, and improves satellite project display in project listings.
- Tenzir Node v5.25.1
This release includes several bug fixes for the JSON parser,
where,replace, andifoperators, along with Kafka decompression support and a newraw_messageoption for theread_syslogoperator. - Claude Marketplace > Dev Plugin v4.1.0
This release improves workflow automation for changelog creation and code review. The changelog-adder agent now auto-detects changed files and provides clearer guidance for writing user-focused entries. The review command streamlines decision points, reducing prompts while maintaining control ove...
- Claude Marketplace > Dev Plugin v4.0.0
This release introduces a unified code review and fix workflow that consolidates the review, triage, planning, and execution phases into a single
/dev:reviewcommand. The workflow spawns specialized reviewers in parallel, filters findings by confidence, plans fixes with proper dependencies, and... - Claude Marketplace > Tenzir Plugin v0.0.1
This release introduces the
tenzir:guidesubagent for fast documentation lookups and adds dynamic documentation syncing from the latest Tenzir release. - Tenzir Node v5.25.0
This release adds periodic emission to the summarize operator, enabling real-time streaming analytics with configurable intervals and accumulation modes. It also introduces AWS IAM authentication across SQS, S3, and Kafka operators, and fixes memory instability in from_http when used with slow do...
- Tenzir Test v1.0.2
This release improves the debugging experience by making the
--debugflag automatically enable verbose output, so you see all test results when diagnosing failures. - Tenzir Platform v1.27.0
This release improves the pipeline detail view with faster loading and a convenient close button for quick navigation. Error messages are now cleaner with collapsible technical details, and we fixed issues where the UI could hang or become unresponsive. This release also includes security hardeni...
- Tenzir Ship v1.1.2
This release fixes bugs in changelog entry processing and version detection. The
authorsfield now correctly normalizes single string values, and theshowcommand no longer misidentifies entry IDs as release versions. - Tenzir Test v1.0.1
This release fixes an issue with diff tests failing when using multi-word Tenzir commands.
- Tenzir Test v1.0.0
This release introduces automatic binary detection with a clear precedence order: environment variables take priority, followed by PATH lookup, with
uvxas fallback. Environment variables now support multi-part commands for full control over binary invocation. The--tenzir-binaryand `--tenzi... - Tenzir Test v0.15.0
This release adds the
--verboseflag for controlling test output verbosity. By default, only failures are shown, reducing noise in large test suites while still providing all details when needed. - Tenzir Ship v1.1.1
This release fixes two bugs: the multi-project
showcommand now displays entries in consistent chronological order, and release recovery instructions show the actual branch name instead of a placeholder. - Claude Marketplace v3.0.0
This release consolidates several plugins into unified packages. The dev plugin now includes documentation, technical writing, git workflows, plan review, and auto-formatting. The tenzir plugin combines TQL and OCSF functionality.
A new emoji reaction-based changelog workflow lets you approve, r...
- Claude Marketplace > Dev Plugin v3.0.0
This release consolidates developer utilities into a unified plugin. The docs, prose, and ship plugins have merged into dev, providing changelog management, code review, and documentation workflows in one place.
The new
/dev:reviewcommand spawns seven specialized reviewers in parallel to anal... - Claude Marketplace > Python Plugin v1.1.1
This release expands the Python conventions skill with guidance on default libraries (pydantic, FastAPI, Click), package structure best practices, and testing patterns with pytest.
- Tenzir Ship v1.1.0
This release improves the user experience when
release publishencounters failures mid-workflow. You now see a clear progress summary showing which steps completed, which step failed, and what remains pending—making recovery straightforward. - Tenzir Node v5.24.0
This release adds XML parsing functions (
parse_xmlandparse_winlog) for analyzing XML-formatted logs including Windows Event Logs. It also introduces theparalleloperator for parallel pipeline execution, fixes a socket leak infrom_httpthat could cause resource exhaustion, and includes... - Tenzir Test v0.14.0
This release introduces inline test inputs for better test organization in deeply nested hierarchies. Tests can now place input data directly alongside test files, and you can create local
inputs/directories at any level with automatic shadowing semantics. - Claude Marketplace > Dev Plugin v2.2.2
This release updates the docs plugin command scripts to use bun instead of pnpm, aligning with the Tenzir documentation site's package manager migration.
- Tenzir Ship v1.0.0
This major release renames the package from
tenzir-changelogtotenzir-shipand introduces several breaking changes to streamline the CLI interface. Theshowcommand now uses intuitive positional tokens (unreleased,released,latest,all) instead of flags, and therelease notesco... - Claude Marketplace v2.0.0
This major release renames the
changelogplugin toshipto better reflect its focus on release engineering. Subagents now require explicit skill declarations in their YAML frontmatter, and tool configurations have been updated to use the consolidatedSkilltool. - Claude Marketplace > Dev Plugin v2.2.1
This release fixes two bugs in the documentation reader subagent. The reader now reports all examples from operator and function pages instead of only the first one, and only reports verbatim examples from the documentation instead of synthesizing potentially incorrect code.
- Claude Marketplace > Excalidraw Plugin v0.1.1
This release improves the accuracy and reliability of Excalidraw diagram generation through better documentation and corrected defaults. It fixes several bugs related to polygon path closing, text positioning formulas, and roughness settings, while also enhancing documentation to clarify technica...
- Tenzir Ship v0.19.1
This release adds initial release support with implicit version bumping and fixes row numbering in multi-project views.
- Claude Marketplace v1.1.0
This release introduces the OCSF plugin for navigating the Open Cybersecurity Schema Framework with versioned reference documentation, and the Excalidraw plugin for generating valid diagrams. It also adds a reusable GitHub Action for automated changelog entries in CI.
Breaking changes include re...
- Claude Marketplace > C++ Plugin v0.2.0
This release adds a comprehensive C++ coding conventions skill that provides guidance on naming conventions, class structure, template metaprogramming style, and documentation comments.
- Claude Marketplace > Dev Plugin v2.2.0
This release restores the
/docs:prcommand with enhanced cross-referencing capabilities that automatically link documentation PRs with parent project PRs. It also improves the synchronization workflow by automatically cloning the documentation repository when needed, eliminating manual setup st... - Claude Marketplace > Excalidraw Plugin v0.1.0
Initial release of the Excalidraw plugin for generating valid diagram files. The plugin supports flowcharts, ER diagrams, sequence diagrams, and architecture diagrams with proper element bindings and Excalidraw-native styling.
- Tenzir Node v5.23.1
This release fixes internal errors in expression evaluation for heterogeneous data, resolves a crash in the operator when using , and ensures the connector shuts down gracefully.