Skip to content

Releases: tenzir/tenzir

Tenzir v4.17.3

25 Jun 07:21
v4.17.3
b751806
Compare
Choose a tag to compare

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 supersedes show partitions (now deprecated) and supports an optional expression as a positional argument for showing only the partitions that would be considered in export | 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

24 Jun 15:07
v4.17.2
e9abb35
Compare
Choose a tag to compare

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

21 Jun 15:39
v4.17.1
56a8217
Compare
Choose a tag to compare

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

21 Jun 13:30
v4.17.0
e7fcb70
Compare
Choose a tag to compare

The latest Tenzir v4.17 release brings an integration with Azure Log Analytics and adds support for expiring entries in lookup tables.

Tenzir v4.17

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

05 Jun 10:41
v4.16.0
1c3821d
Compare
Choose a tag to compare

Pipelines now connect more flexibly than ever before with Tenzir v4.16 and its upgraded publish and subscribe operators.

Tenzir v4.16

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

31 May 16:10
v4.15.2
c39d084
Compare
Choose a tag to compare

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

31 May 14:21
v4.15.1
a4dbe5d
Compare
Choose a tag to compare

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

31 May 12:39
v4.15.0
eba6855
Compare
Choose a tag to compare

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.

Tenzir v4.15

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

17 May 11:36
v4.14.0
f0e94d4
Compare
Choose a tag to compare

Our latest release brings improvements to the summarize operator with new aggregation functions, and support for slicing with strides.

Tenzir v4.14

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

14 May 05:37
v4.13.1
ca11f5c
Compare
Choose a tag to compare

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, and deduplicate operators failed for empty input events. This no longer happens.