Browse all release updates across Tenzir projects in reverse-chronological order. Use the toggle to include unreleased changes that are in development.
Releases
Section titled “Releases”- 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.
- Tenzir Ship v0.19.0
This release adds configuration options to disable automatic PR and author detection, giving projects more control over changelog entry metadata.
- Tenzir Ship v0.18.2
This release adds persistent configuration support for explicit link formatting, allowing projects to set a default link rendering style in
config.yamlthat applies across all commands. - Tenzir Ship v0.18.1
This release adds explicit Markdown link conversion for GitHub references, enabling better compatibility with external documentation sites and Markdown renderers that don't automatically link @mentions and #PR references.
- Tenzir Node v5.23.0
This release introduces centralized node-level TLS configuration, allowing you to configure TLS settings once in tenzir.yaml instead of passing options to each operator individually. It also adds support for event-timestamp-based compaction rules and a count field in the deduplicate operator.
- Tenzir Platform v1.26.0
This release adds HashiCorp Vault as an external secret store for workspaces. The integration supports token and AppRole authentication with the KV v2 secrets engine.
- Tenzir Node v5.22.2
This release fixes a performance regression when parsing lists with mixed-type elements, where batch processing was inadvertently broken. It also resolves an assertion failure that could crash Tenzir when encountering events with duplicate keys.
- Tenzir Ship v0.18.0
This release introduces a version-agnostic release workflow that simplifies publishing and CI integration, allowing commands to default to the latest release version. It also improves changelog browsing by sorting module entries chronologically rather than grouping them by project.
- Tenzir Ship v0.17.2
- Tenzir Ship v0.17.1
This release fixes a critical bug where status messages were written to stdout instead of stderr, breaking GitHub workflows and scripts that capture version output from commands like
release create. - Tenzir Ship v0.17.0
This release enhances shell scripting capabilities by making
release createoutput the version to stdout. All Rich UI elements now go to stderr, enabling clean machine-readable results for automation workflows. - Tenzir Ship v0.16.0
This release introduces aggregated module changelog summaries in release notes, allowing parent projects to automatically include a summary of changes from their modules. It also fixes a minor issue with redundant version fields in JSON output.
- Tenzir Node v5.22.1
This release fixes a bug where the
publishoperator could drop events. - Tenzir Ship v0.15.0
This release adds new options to the
release publishcommand for more flexible release automation. You can now prevent GitHub from marking a release as latest with--no-latest(useful for backport releases), and automatically commit staged changes before tagging with--commit. - Tenzir Ship v0.14.0
This release adds H1 headings to release notes output, making documents more structured and easier to navigate.
- Tenzir Node v5.22.0
This release introduces support for arguments in user-defined operators, letting operators declare positional and named parameters with optional default values and use them just like built-in operators. It also enhances parser behavior for duplicate keys and includes several important stability, ...
- Tenzir Platform v1.25.1
This patch release fixes an issue with default filesystem paths in the Tenzir Platform docker containers for Sovereign Edition users.
- Tenzir Ship v0.13.1
This release streamlines module mode by removing the multi-project feature in favor of the dedicated
modulesconfiguration. It removes the--include-modulesflag (modules are now always included when configured) and enhances module mode to show released entries with version numbers. The relea... - Tenzir Ship v0.13.0
This release streamlines module mode by removing the multi-project feature in favor of the dedicated
modulesconfiguration. It removes the--include-modulesflag (modules are now always included when configured) and enhances module mode to show released entries with version numbers. The relea... - Tree-sitter TQL v1.0.0
This release marks the first stable version of the Tree-sitter TQL grammar. It adds prebuilt native binaries and npm publishing with OIDC provenance, eliminating compilation for most users.
- Tenzir Platform v1.25.0
This release includes some UI fixes and minor improvements to smooth out common workflows. We fixed incorrect rendering of negative durations, resolved an issue where the node selector reset during navigation, and addressed a layout issue that could hide the install button in the package drawer.
- Tenzir Ship v0.12.0
This release adds support for nested changelog projects through modules, improves export formats with structured URL fields in JSON, and enhances the CLI with better export options and configuration flexibility for components.
- Tenzir Ship v0.11.1
This patch release improves the CLI display with better card view styling and author formatting. The card view now displays type-colored borders and properly formats non-GitHub authors without the @ prefix for improved readability.
- Tenzir Platform v1.24.0
This release includes many small UI fixes, as well as new TLS options for the websocket gateway.
- Tenzir Test v0.13.1
This release fixes path handling in the diff runner to strip root path prefixes from output, making paths relative and consistent with other test runners.
- Tenzir Ship v0.11.0
This release adds the
--co-authoroption for crediting additional authors (useful for AI-assisted development) and improves entry parsing to accept the pluralcomponentskey in frontmatter. - Tenzir Ship v0.10.0
This release adds support for reading changelog entry descriptions from files or stdin, making it easier to integrate with automated workflows and pipelines.
- Tenzir Test v0.13.0
This release adds
--package-dirssupport and improves startup diagnostics. - Tenzir Ship v0.9.1
- Tenzir Ship v0.9.0
- Tenzir Node v5.21.2
This is a bugfix release that fixes timestamp handling in the python operator and the backpressure handling in publish and subscribe.
- Tenzir Node v5.20.2
This release backports the changes made in v5.21.1 to v5.20.1.
- Tenzir Node v5.21.1
This release features new and improved hash functions as well as a couple of bugfixes.
- Tenzir Platform v1.23.1
We fixed an issue where dashboard cells without a fixed node ID sometimes failed to render. These cells now render correctly using sensible fallbacks.
- Tenzir Platform v1.23.0
The seaweedfs service in our example setups now runs as non-root user and automatically adds the correct CORS headers. Be sure to read the "Changes" section below if you're using it in a self-hosted environment. As always, a slew of frontend improvements are included in this release as well.
- Tenzir Node v5.21.0
This release improves the stability of pipelines by applying backpressure more effectively, ensuring upstream components slow down before overwhelming subscribers. It also enhances daily operations by improving parquet reliability, adding Base58 support, and extending the built-in OCSF operators ...
- Tenzir Node v5.20.1
This patch release comes with a few new experimental memory metrics. Furthermore, it resolves an issue where the memory usage would grow without bounds on some systems.
- Tenzir Platform v1.22.0
This release includes a variety of UI improvements and bugfixes, as well as a new configuration option for working with external OIDC providers.
- Tenzir Ship v0.8.1
Patch release to stabilize GitHub context inference tests.
- Tenzir Ship v0.8.0
Infer GitHub context for entries, keep the Python API non-interactive, and showcase components in the dogfooded project.
- Tenzir Ship v0.7.0
Expose the CLI as a Python API.
- Tenzir Test v0.12.0
Minor release with improved NO_COLOR handling.
- Tenzir Test v0.11.0
Expose tenzir-test as a reusable Python library.
- Tenzir Node v5.20.0
We continue our quest for better memory usage by switching out the memory allocator to the battle-tested
mimalloc, as well as adding metrics collecting for memory usage. - Tenzir Platform v1.21.0
This release improves how you browse, edit, and share pipelines. We fixed overlapping timestamps in the activity chart, made pipeline updates more reliable and visible, sped up library loading, and added a new button in the editor to copy a link to the current pipeline.
- Tenzir Ship v0.6.0
Refine release manifest format: rename 'description' to 'intro' and render it with a folded YAML block for better readability.
- Tenzir Ship v0.5.0
This release adds support for multi-project operations and package-aware discovery.
- Tenzir Node v5.19.0
This release introduces the
ocsf::castoperator to streamline schema transformations for OCSF events and adds support for one-level recursion in OCSF objects, enabling recursive relations such asprocess.parent_processandanalytic.related_analytics. - Tenzir Ship v0.4.1
This release improves GitHub release note formatting.
- Tenzir Ship v0.4.0
This release adds components to entries, supports tagging during publish, and polishes release creation output while inverting the show table order.
- Tenzir Ship v0.3.0
This release refines the workflow and exports, introduces numeric entry prefixes and emoji-styled types, and improves table layout and PR metadata.
- Tenzir Platform v1.20.0
This release introduces keyboard shortcut indicators for buttons, ensures consistent blob rendering, shows UDOs in the package info, and includes fixes for big number rendering and history position.
- Tenzir Ship v0.2.0
This release improves table and export layouts, simplifies configuration, and streamlines the release archive while fixing logging and ordering.
- Tenzir Ship v0.1.0
This initial version introduces the inaugural
tenzir-changelogCLI, covering project bootstrapping, entry capture, rich browsing, release assembly, documentation, and validation tooling. - Tenzir Node v5.18.0
This release focuses on improving performance and memory usage. Pipelines are now faster, especially when using if conditions or parsing highly heterogeneous events. Memory usage has also been substantially reduced.
- Tenzir Node v5.17.0
This release introduces user-defined operators in packages, allowing you to extend Tenzir with custom operators defined in TQL files. It also adds list manipulation functions, a recursive search function, and improved memory management.
- Tenzir Platform v1.19.1
This release fixes several bugs in the Tenzir Platform; from the Secret Store API to the way ephemeral node tokens are generated.
- Tenzir Platform v1.19.0
This release adds a new detail page, as well as many UI fixes and improvements.
- Tenzir Node v5.16.0
This release brings forth stability improvements under high load that could cause platform unresponsiveness, fixes API request isolation problems, better kafka diagnostics and more.
- Tenzir Node v5.15.0
This release enhances TQL's data transformation capabilities with lambda expressions that can capture surrounding fields in
mapandwherefunctions, plus grouped enumeration for separate event counting. We've also improved operator composability with enhancedto_splunkparameters, added oct... - Tenzir Node v5.14.0
This release introduces an integration fo SentinelOne Singularity™ Data Lake and a new message based
to_kafkaoperator that features a one to one event to message relation. - Tenzir Platform v1.18.0
With this release of the Tenzir Platform, we reorganized the UI to make the most important pages more accessible.
- Tenzir Node v5.13.2
This release adds a new S3 operator and fixes a bug within the
forkoperator. - Tenzir Node v5.13.1
This release adds a new Azure Blob Storage operator with account key authentication and improves Google Security Operations retry handling. It also contains various small fixes and improvements.
- Tenzir Platform v1.17.4
This patch release contains no public-facing bug-fixes or features.
- Tenzir Node v5.13.0
This release enhances UDP ingestion with the new
from_udpoperator that produces structured events with sender metadata. We also improved the execution model foreveryandcronsubpipelines, added DNS lookup capabilities, and made the Syslog parser more flexible. - Tenzir Platform v1.17.3
This bugfix release fixes an issue where the Tenzir Platform would generate download URLs with an incorrect signature.
- Tenzir Node v5.12.1
We fixed two bugs in the
to_google_secopsandto_amazon_security_lakeoperators. - Tenzir Platform v1.17.2
You can now select parts of a pipeline from the history pane without closing it and the bottom bar in charts does not overlap with the contant any more.
- Tenzir Node v5.12.0
This release adds support for OCSF 1.6.0 and introduces the
replaceoperator. - Tenzir Platform v1.17.1
The app now renders durations of length
0correctly in the detailed event view. - Tenzir Node v5.11.1
This release introduces payload compression for Azure Log Analytics to reduce bandwidth usage, as well as an important fix for a
from_httpbug that was introduced with the previous release. - Tenzir Node v5.11.0
This release delivers significant performance improvements for situations with many concurrent pipelines, making Tenzir more robust under high-load scenarios. New features include AWS role assumption support, enhanced string trimming functionality, and improved HTTP error handling capabilities. A...
- Tenzir Platform v1.17.0
This release fixes the display of example pipelines in packages.
- Tenzir Node v5.10.0
This release introduces two new powerful OCSF operators that automate enum derivation and provide intelligent field trimming. The update also includes string padding functions, better HTTP requests, IP categorization and much more!
- Tenzir Platform v1.16.1
This release fixes two issues in the Tenzir UI that were found since the last release.
- Tenzir Platform v1.16.0
This release adds two mechanism for a better diagnostics experience. Diagnostics are now shown directly in the editor. Additionally, the diagnostics heatmap in the pipeline overview can now be interacted with.
- Tenzir Platform v1.15.0
This release adds support for reading externally-supplied JWT tokens from a header, instead of manually clicking on the Log In button.
- Tenzir Node v5.9.0
This release brings a family of UUID functions to TQL, making it easier to generate random numbers for a variety of use cases.
- Tenzir Platform v1.14.1
We resolved an issue where some rows in the pipelines table were being cut off. The table now scrolls properly when there are many entries.
- Tenzir Node v5.8.0
This release introduces format and compression inference from URLs for HTTP data sources, streamlining data loading workflows. It also includes bug fixes for secret resolution and HTTP server mode.
- Tenzir Node v5.7.0
Tenzir Node v5.7.0 introduces a new secret type that keeps its sensitive content hidden while enabling flexible secret retrieval. This release also adds support for OCSF extensions and brings several improvements to the operator.
- Tenzir Platform v1.14.0
This release adds CLI support for adding, removing and updating secrets. It also adds a new three-dot menu on the pipelines page, as well as partial pipeline execution from the history.
- Tenzir Platform v1.13.0
This release contains improved integration for running the Tenzir Platform inside GCP, a new Schema Search functionality, and an option for showing the total diagnostic count in heatmap cells.
- Tenzir Node v5.6.1
This release restores an aggregation function that was accidentally made unavailable in Tenzir Node v5.6.0.
- Tenzir Node v5.6.0
The operator now supports event-dependent topics, making routing between pipelines more flexible. Additionally, new and operators make taking apart custom logs easier than before.
- Tenzir Node v5.5.0
Built-in support for normalizing OCSF events to their upstream schema makes normalizations easier than ever with Tenzir Node v5.5.
- Tenzir Platform v1.12.0
Tenzir Platform v1.12 introduces an action bar at the bottom of the Explorer, providing easier access to view settings. Additionally, the widget row on the nodes page has been enhanced with numerous improvements and bug fixes.
- Tenzir Node v5.4.1
This release fixes a bug within the JSON printer that could lead to invalid JSON being produced, and also led to response timeouts when using the Tenzir Platform.
- Tenzir Node v5.4.0
With the introduction of format strings to TQL, this release makes string construction from multiple parts easier than ever before.
- Tenzir Node v5.3.4
This release fixes a bug that caused package installation outside of the Tenzir Library to fail, which caused Demo Nodes in the Tenzir Platform to not have any packages installed.
- Tenzir Platform v1.11.1
The all-new pipeline widgets make it easy to see at a glance which the total ingress and egress of all pipelines, and to easily figure out which pipelines had warnings and errors.
- Tenzir Node v5.3.3
The from_http and http operators now support response sizes upto 2GiB
- Tenzir Node v5.3.2
Tenzir Node v5.3.1 updated the pyproject version but did not actually commit it, causing the Python operator to fail to start. This release fixes the issue.
- Tenzir Node v5.3.0
This release brings forth improvements to HTTP support in Tenzir, supporting requests as transformations and paginating APIs.
- Tenzir Platform v1.10.4
This release adds a custom icon for ephemeral nodes, making them easier to distinguish from regular ones.
- Tenzir Platform v1.10.3
As of this release, there is a detailed changelog for the Tenzir Platform on the revamped docs.tenzir.com.
- Tenzir Node v5.2.0
- Tenzir Platform v1.10.2
This patch release contains a number of additional bugfixes since Tenzir Platform v1.10.1:
- Tenzir Node v5.1.8
- Tenzir Platform v1.10.1
This patch release fixes a number of issues found since the release of Tenzir Platform v1.10:
- Tenzir Node v5.1.7
- Tenzir Platform v1.10.0
This release restructures the page layout for better usability and adds the ability to statically define workspaces in on-prem environments.
- Tenzir Node v5.1.6
- Tenzir Node v5.1.5
- Tenzir Node v5.1.4
- Tenzir Node v5.1.3
- Tenzir Node v5.1.2
- Tenzir Node v5.1.1
- Tenzir Node v5.1.0
- Tenzir Node v5.0.1
- Tenzir Node v5.0.0
- Tenzir Platform v1.9.7
This patch release comes with a number of frontend improvements since Tenzir Platform v1.9.6:
- Tenzir Platform v1.9.6
This patch release includes the following improvements over Tenzir Platform v1.9.5:
- Tenzir Platform v1.9.5
This patch release includes the following improvements over Tenzir Platform v1.9.4:
- Tenzir Node v4.32.1
- Tenzir Node v4.32.0
- Tenzir Platform v1.9.4
This patch release includes the following improvements over Tenzir Platform v1.9.3:
- Tenzir Platform v1.9.3
This patch release includes the following bug fixes over Tenzir Platform v1.9.2:
- Tenzir Node v4.31.2
- Tenzir Node v4.31.0
- Tenzir Node v4.30.3
- Tenzir Node v4.30.2
- Tenzir Node v4.30.1
- Tenzir Node v4.30.0
- Tenzir Platform v1.9.2
This patch release includes the following bug fixes over Tenzir Platform v1.9.1:
- Tenzir Platform v1.9.1
This patch release includes the following bug fixes over Tenzir Platform v1.9.0, all of them geared towards Sovereign Edition users:
- Tenzir Platform v1.9.0
This release revamps the Explorer to better support large datasets.
- Tenzir Node v4.29.2
- Tenzir Platform v1.8.5
This release does not contain any user-facing changes, only improvements to the internal CI release workflow.
- Tenzir Platform v1.8.4
This patch release includes the following bug fixes over Tenzir Platform v1.8.3:
- Tenzir Node v4.29.1
- Tenzir Node v4.29.0
- Tenzir Platform v1.8.3
This patch release includes the following bug fixes over Tenzir Platform v1.8.2:
- Tenzir Platform v1.8.2
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.8.1:
- Tenzir Node v4.28.2
- Tenzir Node v4.28.0
- Tenzir Platform v1.8.1
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.8:
- Tenzir Node v4.27.0
- Tenzir Platform v1.8.0
This release adds support for the new and improved charting operators of Tenzir Node v4.27, and revamps example deployments in the platform repository.
- Tenzir Node v4.26.0
- Tenzir Platform v1.7.2
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.7.1:
- Tenzir Platform v1.7.1
This patch release contains the following bug fixes and improvements over Tenzir Platform v1.7:
- Tenzir Node v4.25.0
- Tenzir Platform v1.7.0
This release introduces a new Drag'n'Drop feature to easily work with data from local files, and adds additional configuration knobs for Sovereign Edition users.
- Tenzir Platform v1.6.1
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.6:
- Tenzir Platform v1.6.0
This release features a new UI for example pipelines and adds support for the new TQL2 mode for nodes.
- Tenzir Node v4.24.1
- Tenzir Platform v1.5.0
This release brings a major upgrade to Dashboards making them independent of nodes.
- Tenzir Node v4.24.0
- Tenzir Node v4.23.1
- Tenzir Platform v1.4.1
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.4:
- Tenzir Platform v1.4.0
This release introduces alerts for the Tenzir Platform, allowing users to get notified when a node is unexpectedly offline.
- Tenzir Node v4.23.0
- Tenzir Platform v1.3.0
This release introduces a new vertical layout option to make better use of the screen space available for event data and longer pipelines:
- Tenzir Node v4.22.2
- Tenzir Node v4.22.1
- Tenzir Platform v1.2.1
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.2:
- Tenzir Platform v1.2.0
This release brings improvements to diagnostics in the Explorer, adds the ability to download charts, and includes many stability improvements.
- Tenzir Node v4.22.0
- Tenzir Platform v1.1.2
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.1.1:
- Tenzir Node v4.21.1
- Tenzir Platform v1.1.1
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.1:
- Tenzir Node v4.21.0
- Tenzir Platform v1.1.0
This release brings key enhancements, including improved diagnostics, authentication updates, and various bug fixes for a smoother user experience.
- Tenzir Platform v1.0.8
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.0.7:
- Tenzir Platform v1.0.7
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.0.6:
- Tenzir Platform v1.0.6
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.0.5:
- Tenzir Node v4.20.3
- Tenzir Node v4.20.2
- Tenzir Platform v1.0.5
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.0.4:
- Tenzir Node v4.20.1
- Tenzir Node v4.20.0
- Tenzir Platform v1.0.4
This patch release contains the following changes, bug fixes and improvements over Tenzir Platform v1.0.3:
- Tenzir Node v4.19.6
- Tenzir Node v4.19.5
- Tenzir Platform v1.0.3
This patch release contains the following bug fixes and improvements over Tenzir Platform v1.0.2:
- Tenzir Platform v1.0.2
This patch release contains the following bug fixes and improvements over Tenzir Platform v1.0.1:
- Tenzir Node v4.19.4
- Tenzir Platform v1.0.1
This patch release contains the following bug fixes and improvements over Tenzir Platform v1.0.0:
- Tenzir Node v4.19.3
- Tenzir Node v4.19.2
- Tenzir Platform v1.0.0
Tenzir Platform becomes generally available.
- Tenzir Node v4.19.1
- Tenzir Platform v0.20.2
This bugfix release contains various small fixes and reliability improvements for the Tenzir Platform:
- Tenzir Node v4.19.0
- Tenzir Node v4.18.5
- Tenzir Platform v0.20.1
This release brings the following improvements and changes:
- Tenzir Node v4.18.4
- Tenzir Platform v0.20.0
This release brings the following improvements and changes:
- Tenzir Node v4.18.3
- Tenzir Platform v0.19.1
- This release fixes the CI not triggering for the Tenzir Platform v0.19 release, which caused the release artifacts not to be created.
- Tenzir Platform v0.19.0
- This release moves pipeline filters into the pipeline table's header, preparing for further upcoming changes to the table
- This release adds a detailed activity view to the detailed pipeline view that opens when clicking on a pipeline
- Clicking on the diagnostics column in the pipelines t...
- Tenzir Node v4.18.2
- Tenzir Node v4.18.1
- Tenzir Node v4.18.0
- Tenzir Platform v0.18.2
This bugfix release: * Improves the fix for the memory leak on the overview page * Fixes an argument parsing bug in the
tenzir-platform admin delete-auth-ruleCLI command - Tenzir Platform v0.18.1
- This release fixes a memory leak in the overview page * This release updates the docker compose examples by automatically pinning them to the corresponding platform version
- Tenzir Platform v0.18.0
This release introduces diagnostics on the overview page on app.tenzir.com, making it easier to spot mistakes in pipelines. The overview page becomes more responsive when viewing a node with many running pipelines.
- Tenzir Platform v0.17.2
This release fixes a bug in the
tenzir-platform authsubcommand. - Tenzir Platform v0.17.1
This patch release fixes a bug where very long-running instances of the tenant-manager issue expired user keys, making it impossible for users to log in successfully.
- Tenzir Node v4.17.4
- Tenzir Node v4.17.3
- Tenzir Node v4.17.2
- Tenzir Node v4.17.1
- Tenzir Node v4.17.0
- Tenzir Platform v0.17.0
This release introduces the ability to change pipelines on app.tenzir.com more quickly. Users can click on any pipeline on the overview page to open a detailed view, directly edit the definition or options, and use the new action menu to quickly start, pause, stop, duplicate, or delete pipelines.
- Tenzir Platform v0.16.0
This release introduces the initial public version of the on-premise Tenzir Platform for Sovereign Edition customers.
- Tenzir Node v4.16.0
- Tenzir Node v4.15.2
- Tenzir Node v4.15.1
- Tenzir Node v4.15.0
- Tenzir Node v4.14.0
- Tenzir Node v4.13.1
- Tenzir Node v4.13.0
- Tenzir Node v4.12.2
- Tenzir Node v4.12.1
- Tenzir Node v4.12.0
- Tenzir Node v4.11.2
- Tenzir Node v4.11.0
- Tenzir Node v4.10.4
- Tenzir Node v4.10.3
- Tenzir Node v4.10.1
- Tenzir Node v4.10.0
- Tenzir Node v4.9.0
- Tenzir Node v4.8.2
- Tenzir Node v4.8.1
- Tenzir Node v4.8.0
- Tenzir Node v4.7.1
- Tenzir Node v4.7.0
- Tenzir Node v4.6.4
- Tenzir Node v4.6.3
- Tenzir Node v4.6.0
- Tenzir Node v4.5.0
- Tenzir Node v4.4.0
- Tenzir Node v4.3.0
- Tenzir Node v4.2.0
- Tenzir Node v4.1.0
- Tenzir Node v4.0.1
- Tenzir Node v4.0.0
- Tenzir Node v3.1.0
- Tenzir Node v3.0.4
- Tenzir Node v3.0.3
- Tenzir Node v2.4.2
- Tenzir Node v3.0.2
- Tenzir Node v3.0.1
- Tenzir Node v3.0.0
- Tenzir Node v2.4.1
- Tenzir Node v2.4.0
- Tenzir Node v2.3.1
- Tenzir Node v2.3.0
- Tenzir Node v2.2.0
- Tenzir Node v2.1.0
- Tenzir Node v2.0.0
- Tenzir Node v1.1.2
- Tenzir Node v1.1.1
- Tenzir Node v1.1.0
- Tenzir Node v1.0.0