Skip to content

Releases: tenzir/tenzir

Tenzir v4.18.4

17 Jul 08:11
v4.18.4
51f5359
Compare
Choose a tag to compare

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

Tenzir v4.18.4

  • The subscribe operator no longer propagates back pressure to its corresponding publish operators when part of a pipeline that runs in the background, i.e., is not visible on the overview page on app.tenzir.com. An invisible subscriber should never be able to slow down a publisher.

Tenzir v4.18.3

  • Fixed an issue where null records were sometimes transformed into non-null records with null fields.
  • We fixed an issue that sometimes caused subscribe to fail when multiple publish operators pushed to the same topic at the exact same time.
  • We fixed a bug that caused a potentially unbounded memory usage in export --live, metrics --live, and diagnostics --live.
  • metrics export now includes an additional field that shows the number of queued events in the pipeline.

Tenzir v4.18.2

  • We fixed a memory leak in export that was introduced with v4.18.1.

Tenzir v4.18.1

  • We fixed a bug that caused deduplicate <fields...> --distance <distance> to sometimes produce incorrect results when followed by where <expr> with an expression that filters on the deduplicated fields.
  • Pipelines that use the every modifier with the export operator no longer terminate after the first run.
  • Setting the tenzir.endpoint option to false now causes the node not to listen for node-to-node connections. Previously, the port was always exposed for other nodes or tenzir processes to connect.

Tenzir v4.18.3

16 Jul 16:03
v4.18.3
9341f92
Compare
Choose a tag to compare

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

Tenzir v4.18.3

  • Fixed an issue where null records were sometimes transformed into non-null records with null fields.
  • We fixed an issue that sometimes caused subscribe to fail when multiple publish operators pushed to the same topic at the exact same time.
  • We fixed a bug that caused a potentially unbounded memory usage in export --live, metrics --live, and diagnostics --live.
  • metrics export now includes an additional field that shows the number of queued events in the pipeline.

Tenzir v4.18.2

  • We fixed a memory leak in export that was introduced with v4.18.1.

Tenzir v4.18.1

  • We fixed a bug that caused deduplicate <fields...> --distance <distance> to sometimes produce incorrect results when followed by where <expr> with an expression that filters on the deduplicated fields.
  • Pipelines that use the every modifier with the export operator no longer terminate after the first run.
  • Setting the tenzir.endpoint option to false now causes the node not to listen for node-to-node connections. Previously, the port was always exposed for other nodes or tenzir processes to connect.

Tenzir v4.18.2

15 Jul 11:44
v4.18.2
2d22155
Compare
Choose a tag to compare

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

Tenzir v4.18.2

  • We fixed a memory leak in export that was introduced with v4.18.1.

Tenzir v4.18.1

  • We fixed a bug that caused deduplicate <fields...> --distance <distance> to sometimes produce incorrect results when followed by where <expr> with an expression that filters on the deduplicated fields.
  • Pipelines that use the every modifier with the export operator no longer terminate after the first run.
  • Setting the tenzir.endpoint option to false now causes the node not to listen for node-to-node connections. Previously, the port was always exposed for other nodes or tenzir processes to connect.

Tenzir v4.18.1

12 Jul 10:06
v4.18.1
969e7be
Compare
Choose a tag to compare

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

Tenzir v4.18.1

  • We fixed a bug that caused deduplicate <fields...> --distance <distance> to sometimes produce incorrect results when followed by where <expr> with an expression that filters on the deduplicated fields.
  • Pipelines that use the every modifier with the export operator no longer terminate after the first run.
  • Setting the tenzir.endpoint option to false now causes the node not to listen for node-to-node connections. Previously, the port was always exposed for other nodes or tenzir processes to connect.

Tenzir v4.18

11 Jul 10:13
v4.18.0
f9689d7
Compare
Choose a tag to compare

Monitoring Tenzir nodes is easier than before with Tenzir v4.18 and its new health metrics.

Tenzir v4.18

Discover Tenzir v4.18

📣 Dive into the details of Tenzir v4.18 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.17.4

27 Jun 10:02
v4.17.4
df8b2c9
Compare
Choose a tag to compare

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

Tenzir v4.17.4

  • We fixed a bug that caused a "Bad file descriptor" error from the python operator, when multiple instances of it were started simultaneously.
  • We fixed a bug that changed the state of managed pipelines to completed on node shutdown.
  • We fixed an assertion caused by failing configured pipelines with retry on error enabled.

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.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.