Skip to content

Releases: tenzir/tenzir

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.

Tenzir v4.13

10 May 13:25
v4.13.0
a34ec47
Compare
Choose a tag to compare

We're delighted to announce Tenzir v4.13, a release focusing on stability and incremental improvements.

Tenzir v4.13

Discover more about Tenzir v4.13

📣 Dive deeper into the details with our announcement blog post.
🚀 Test the features firsthand on app.tenzir.com.
👉 Embark on your journey with our Get Started guide and a collection of user guides filled with step-by-step tutorials.
🧑‍🎓 Elevate your knowledge about pipelines, the language, operators, connectors, formats, contexts, and the data model.
💡 Understand why we built Tenzir and how it compares to other systems.
📝 Stay informed with the changelog for a complete rundown of changes since our last release.

Tenzir v4.12.2

30 Apr 13:54
v4.12.2
a955a5c
Compare
Choose a tag to compare

This patch release contains the following bug fixes and improvements over Tenzir v4.12:

Tenzir v4.12.2

  • The python operator now checks for syntax errors on operator startup.
  • Transformations or sinks used with the every operator modifier did not shut down correctly when exhausting their input. This now works as expected.
  • We fixed a bug that prevented restarts of pipelines containing a listening connector under specific circumstances.
  • The retry delay now works for pipelines that fail during startup.
  • The chart operator failed to render a chart when the y-axis was not specified explicitly and the events contained more than two top-level fields. This no longer happens.
  • We accidentally removed the implicit read json from from tcp in Tenzir v4.12. The short form now works as expected again.
  • The chart operator now accepts the flags --x-axis-type and --y-axis-type for bar, line, and area charts, with the possible values being log and linear, with linear as the default value. Setting these flags defines the scale (logarithmic or linear) on the Tenzir App chart visualization.

Tenzir v4.12.1

  • We fixed a misconfiguration that caused the publish and subscribe operators not to be available in the statically linked Linux builds.
  • We fixed a crash on startup when selectively enabling or disabling plugins when at least two plugins with dependent plugins were disabled.

Tenzir v4.12.1

26 Apr 13:48
v4.12.1
4df66e1
Compare
Choose a tag to compare

This patch release contains the following bug fixes and improvements over Tenzir v4.12:

  • We fixed a misconfiguration that caused the publish and subscribe operators not to be available in the statically linked Linux builds.
  • We fixed a crash on startup when selectively enabling or disabling plugins when at least two plugins with dependent plugins were disabled.

Tenzir v4.12

24 Apr 19:27
v4.12.0
038e9e5
Compare
Choose a tag to compare

We are thrilled to announce Tenzir v4.12, a feature-packed release introducing numerous enhancements. Notable additions include list unrolling, event deduplication, and the deployment of advanced pipeline architectures with publish-subscribe. We've also added a download button, extended support for UDP, and implemented many other refinements to improve your experience.

Tenzir v4.12

Explore the Capabilities of Tenzir v4.12

🔍 Get a detailed overview of Tenzir v4.12 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.11.2

26 Mar 17:25
v4.11.2
1f476eb
Compare
Choose a tag to compare

This patch release contains the following bug fixes and improvements over Tenzir v4.11:

  • The python operator often failed with a 504 Gateway Timeout error on app.tenzir.com when first run. This no longer happens.
  • The python operator now requires Python 3.9 (down from Python 3.10) or newer, making it available on more systems.