All changes across Tenzir projects released in 2026.
- Tenzir Node v5.29.1
This release fixes a scheduling issue introduced in v5.24.0 that could cause the node to become unresponsive when too many pipelines using detached operators were deployed simultaneously.
- Tenzir Node v5.29.0
This release improves log ingestion by extracting structured data from legacy syslog messages and aligning the bundled schema with Suricata 8. It also republishes the previous release after an error in the earlier release process.
- Tenzir Test v1.7.5
This release establishes the correct v1.7.5 version tag. A double-bump bug in the release automation caused the v1.7.4 git tag to point to a commit where pyproject.toml already read 1.7.5, so 1.7.4 was never published to PyPI and the git tag was misaligned with the actual package version. The aut...
- Tenzir Platform v1.29.2
This release upgrades dependencies to address known security vulnerabilities and fixes an issue where the Insights tab selection could get stuck in an invalid state.
- Tenzir Ship v1.5.0
Release commands now handle mixed version formats consistently, making changelog automation more robust. The bundled GitHub Actions workflows are updated to Node 24-compatible action versions, keeping CI aligned with GitHub's runtime transition.
- Tenzir Test v1.7.4
This release fixes how skipped tests interact with baseline files. Existing baselines now stay untouched when you skip tests, which prevents unrelated baseline churn and avoids false failures when you toggle skip conditions.
- Tenzir Ship v1.4.0
The new
initcommand scaffolds changelog projects interactively or non-interactively, so you can set up a standalone or package-based project in less time. It also protects existing projects from accidental overwrites. - Tenzir Platform v1.29.1
This release fixes an issue where ephemeral nodes were causing the frontend to display a 500 error message or be displayed with incorrect connection status.
- Tenzir Node v5.28.0
This release adds support for parsing Check Point syslog structured-data dialects that deviate from RFC 5424, improving out-of-the-box interoperability with Check Point exports. It also makes DNS hostname resolution in the load_tcp operator opt-in and fixes several parser bugs related to schema c...
- Tenzir Platform v1.29.0
With this release, the Tenzir Platform preserves deep links through the login flow, so users are redirected to their original destination after signing in. It also includes several bug fixes and a performance improvement for loading across the platform.
- Tenzir Ship v1.3.1
This release improves clarity and efficacy of the releasing process in the tenzir-ship agent skill.
- Tenzir Node v5.27.3
This release fixes a crash that could occur when reading JSON data. It also improves CEF parsing to handle non-conforming unescaped equals characters.
- Tenzir Ship v1.3.0
This release adds automatic version file updates during release creation and introduces tooling to keep release manifests in sync across package types.
- Tenzir Ship v1.2.0
This release adds support for creating releases with only introductory text and no changelog entries, and splits the reusable release workflow into minimal and advanced variants. It also fixes changelog structure validation and release progress panel display issues.
- Tenzir Node v5.27.2
This release adds the hmac function for computing Hash-based Message Authentication Codes over strings and blobs. It also fixes an assertion failure in array slicing that was introduced in v5.27.0.
- Tenzir Test v1.7.3
This release improves parallel suite scheduling reliability and adds correctness guards via suite.min_jobs in test.yaml.
- Tenzir Node v5.27.1
This release fixes an issue where the platform plugin did not correctly use the configured certfile, keyfile, and cafile options for client certificate authentication.
- Tenzir Test v1.7.2
This release fixes enum serialization errors when Python fixture tests use configuration values like mode: sequential in test.yaml.
- Tenzir Test v1.7.1
This release adds parallel suite execution and fixes several bugs, including clean Ctrl+C handling, consistent default fixture options, and reliable shell runner defaults for .sh test files.
- Tenzir Node v5.27.0
This release enhances the sort function with custom comparators and descending order support, and extends the slice function to work with lists.
- Tenzir Platform v1.28.3
This release improves the clarity and usability of Explorer charts with better legends, tooltips, and an expanded color palette. It also fixes several UI bugs including unresponsive pipeline lists and stale workspace cleanup.
- Tenzir Test v1.7.0
This release adds suite-level capability requirements, letting test suites declare required operators and skip gracefully when those capabilities are unavailable in the target build.
- Tenzir Test v1.6.0
This release adds fixture assertion hooks that enable post-test validation of side effects while fixtures remain active. Assertion results are tracked separately in the run summary.
- Tenzir Platform v1.28.2
This release brings the Platform's dependencies up to date with the latest CVE fixes.
- Tenzir Test v1.5.1
This release improves error handling by showing clean messages for unavailable fixtures and avoids unnecessary fixture initialization for fully skipped test suites.
- Tenzir Test v1.5.0
This release adds fine-grained controls for running skipped tests, including a new --run-skipped-reason flag with substring and glob matching semantics.
- Tenzir Test v1.4.0
This release introduces a standalone fixture mode for starting fixtures without running tests, adds a built-in docker-compose fixture with structured options, and provides shared container runtime helpers for writing custom fixtures.
- Tenzir Node v5.26.0
This release introduces the from_mysql operator for reading data directly from MySQL databases, with support for live streaming, custom SQL queries, and TLS connections. It also adds link-based HTTP pagination and optional field parameters for user-defined operators.
- Tenzir Test v1.3.2
This release improves the readability of configuration override log messages by using relative paths and human-friendly formatting.
- Tenzir Test v1.3.1
This release adds support for nested dataclass hierarchies in fixture options, enabling multi-level structured configurations in test frontmatter.
- Tenzir Platform v1.28.1
This release upgrades pnpm to 9.15.0 in the frontend Docker image to address CVE-2024-53866.
- Tenzir Test v1.3.0
This release adds structured configuration options for fixtures, letting tests pass typed parameters through YAML frontmatter using frozen dataclasses.
- Tenzir Node v5.25.2
This release fixes the sigma operator to correctly load all rule files from a directory.
- Tenzir Platform v1.28.0
This release unifies the library's Available and Installed tabs into a single view, making package management more streamlined. It also adds pipeline activity sorting, series isolation in activity charts, a line wrap toggle in the Inspector, platform version display, and a backslash escaping fix.
- Tenzir Test v1.2.2
This release fixes a serialization bug where Python fixture tests with
skipconfigurations intest.yamlfailed with a JSON serialization error. - Tenzir Test v1.2.1
This patch release improves the
-m/--matchflag with automatic substring matching and centralizes skip handling in the engine for more consistent test reporting. - Tenzir Test v1.2.0
This release adds support for selecting tests by name using glob patterns via the new
-m/--matchCLI option. - Tenzir Test v1.1.1
This release improves the CLI help text with usage examples and a link to the documentation.
- 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. - 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. - 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. - 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... - Tenzir Ship v0.19.1
This release adds initial release support with implicit version bumping and fixes row numbering in multi-project views.
- 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.