Releases: tenzir/tenzir
Tenzir v4.17.3
This patch release contains the following bug fixes and improvements over Tenzir v4.17:
Tenzir v4.17.3
- We fixed a bug in Tenzir v4.17.2 that sometimes caused the deletion of on-disk state of configured contexts on startup.
- The
partitions [<expr>]
source operator supersedesshow partitions
(now deprecated) and supports an optional expression as a positional argument for showing only the partitions that would be considered inexport | where <expr>
.
Tenzir v4.17.2
- We fixed a bug that very rarely caused configured pipelines using contexts to fail starting up because the used context was not available, and similarly to fail shutting down because the used context was no longer available before the pipeline was shut down.
- We fixed an issue where diagnostics were not properly propagated and thus not available to the
diagnostics
operator.
Tenzir v4.17.1
- We fixed a bug in Tenzir v4.17 that caused some nodes to error on startup with an "unreachable" error.
Tenzir v4.17.2
This patch release contains the following bug fixes and improvements over Tenzir v4.17:
Tenzir v4.17.2
- We fixed a bug that very rarely caused configured pipelines using contexts to fail starting up because the used context was not available, and similarly to fail shutting down because the used context was no longer available before the pipeline was shut down.
- We fixed an issue where diagnostics were not properly propagated and thus not available to the
diagnostics
operator.
Tenzir v4.17.1
- We fixed a bug in Tenzir v4.17 that caused some nodes to error on startup with an "unreachable" error.
Tenzir v4.17.1
This patch release fixes a bug that caused some nodes to fail with an "unreachable" error on startup. For other changes, see the Tenzir v4.17 release.
Tenzir v4.17
The latest Tenzir v4.17 release brings an integration with Azure Log Analytics and adds support for expiring entries in lookup tables.
Discover Tenzir v4.17
📣 Dive into the details of Tenzir v4.17 from our insightful announcement blog post.
🎯 Check out the new features on app.tenzir.com.
🎓 Learn more by following the getting started guide and user guides.
💭 Understand why Tenzir was developed and how it measures up against the competition.
📝 Read all the details in our changelog.
Tenzir v4.16
Pipelines now connect more flexibly than ever before with Tenzir v4.16 and its upgraded publish and subscribe operators.
Learn more about Tenzir v4.16
📣 Get a detailed overview of Tenzir v4.16 from our insightful announcement blog post.
🎯 Explore the new features on app.tenzir.com.
🎓 Learn more by following the getting started guide and user guides.
💭 Understand why Tenzir was developed and how it measures up against the competition.
📝 Read all the details in our changelog.
Tenzir v4.15.2
This patch release contains the following bug fixes and improvements over Tenzir v4.15:
Tenzir v4.15.2
- Some Running pipelines were considered Completed when the node shut down, causing them not to start up again automatically when the node restarted. Now, the node only considers pipelines Completed that entered the state on their own before the node's shutdown.
Tenzir v4.15.1
- We fixed a regression that caused demo nodes not to start for Tenzir v4.15.
Tenzir v4.15.1
This patch release fixes a bug that caused demo nodes on app.tenzir.com not to start up. For other changes, see the Tenzir v4.15 release.
Tenzir v4.15
Tenzir v4.15 is now available for download. The Tenzir Platform now shows live-updating pipeline activity, and the Tenzir Node has improved support for subnet keys in lookup tables, and installs natively for RedHat Linux and its derivatives.
Explore the Capabilities of Tenzir v4.15
🔍 Get a detailed overview of Tenzir v4.15 from our insightful announcement blog post.
🎯 Experience and explore the new features on app.tenzir.com.
✔️ Commence your Tenzir adventure with our comprehensive Getting Started guide and intricate user guides.
🎓 Expand your knowledge on pipelines, language, operators, connectors, formats, and the data model.
💭 Understand why Tenzir was developed and how it measures up against the competition.
📌 Stay informed with the specific changelog to track all changes since our last update.
Tenzir v4.14
Our latest release brings improvements to the summarize
operator with new aggregation functions, and support for slicing with strides.
Explore the Capabilities of Tenzir v4.14
🔍 Get a detailed overview of Tenzir v4.14 from our insightful announcement blog post.
🎯 Experience and explore the new features on app.tenzir.com.
✔️ Commence your Tenzir adventure with our comprehensive Getting Started guide and intricate user guides.
🎓 Expand your knowledge on pipelines, language, operators, connectors, formats, and the data model.
💭 Understand why Tenzir was developed and how it measures up against the competition.
📌 Stay informed with the specific changelog to track all changes since our last update.
Tenzir v4.13.1
This patch release contains the following bug fixes and improvements over Tenzir v4.13:
- The
slice
operator no longer waits for all input to arrive when used with a positive begin and a negative (or missing) end value, which rendered it unusable with infinite inputs. Instead, the operator now yields results earlier. - The
amqp
connector now properly signals more errors caused, for example, by networking issues. This enables pipelines using this connector to trigger their retry behavior. - The node's CPU usage increased ever so slightly with every persisted partition, eventually causing imports and exports to get stuck. This no longer happens.
- The
enrich
,drop
,extend
,replace
, anddeduplicate
operators failed for empty input events. This no longer happens.