8000 Releases · tenzir/tenzir · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: tenzir/tenzir

Tenzir Node v5.1.3

05 May 17:01
v5.1.3
2e4a802
Compare
Choose a tag to compare

This patch release features the following improvements and bug fixes over Tenzir Node v5.1.2:

  • User-defined operators still required the // tql2 comment at the start or the tenzir.tql2 option to be set, despite TQL2 being the default since Tenzir Node v5.0. They now work as expected.
  • The table option of the to_azure_log_analytics has been renamed to stream to better reflect the expected value. Additionally, a new option batch_timeout has been added to configure the max duration to wait before finishing a batch.
  • The encode_url and decode_url functions encode and decode URLs. For example, "Hello%20World".decode_url() returns b"Hello World".
  • We added a new strict operator that takes a pipeline and treats all warnings emitted by that pipeline as errors, i.e., effectively stopping the pipeline at the first diagnostic. This is useful when you to ensure want a critical piece of your pipeline does not continue in unexpected scenarios.

Tenzir Node v5.1.2

30 Apr 13:51
v5.1.2
8d3d13c
Compare
Choose a tag to compare

This patch release features the following improvements and bug fixes over Tenzir Node v5.1.1:

  • The export, metrics, diagnostics and partitions operators returned an empty result when used before the node had successfully loaded its persisted data. They now wait correctly.
  • We fixed a very rare bug that on shutdown could mark running pipelines as stopped, completed, or failed, causing the pipelines not to restart alongside the node.
  • The node no longer refuses to start when its last shutdown happened in the brief period on startup after its PID file was created and before it was flushed.
  • The to_google_cloud_logging operator is now available in both Docker and static builds. The operator had earlier been missing due to a configuration issue.
  • We split the name option of to_google_cloud_logging, no longer requiring user to construct the ID manually.

Tenzir Node v5.1.1

28 Apr 14:51
v5.1.1
03a6ce3
Compare
Choose a tag to compare

This patch release features the following improvements and bug fixes over Tenzir Node v5.1:

  • The move keyword now works as expected for the first positional argument of the map and where functions.
  • The to_google_cloud_logging operator was not available in static binary builds due to an oversight. This is now fixed.

Tenzir Node v5.1

25 Apr 12:49
v5.1.0
c4c588a
Compare
Choose a tag to compare

Tenzir Node v5.1 adds more flexible ways to access and move fields, bitwise functions, and a native integration with Google Cloud Logging.

Tenzir Node v5.1

Discover Tenzir Node v5.1

📣 Dive into the details of Tenzir Node v5.1 from our announcement blog post.
🎯 Check out the new features on app.tenzir.com.
🚀 Follow the quickstart guide, and explore the demo node with just a few clicks and a guided tour.
🎓 Learn the basics of pipelines and get familiar with the Tenzir Query Language (TQL).
📝 Read all the details in our changelog.

Tenzir Node v5.0.1

22 Apr 12:09
v5.0.1
8878854
Compare
Choose a tag to compare

This patch release features the following improvements and bug fixes over Tenzir Node v5.0:

  • The chart_* operators no longer sort y-axes by their names. Instead, the user-provided order is used. For example, in metrics "pipeline" | chart_bar x=timestamp, resolution=1d, y={"Ingress": ingress.bytes.sum(), "Egress": egress.bytes.sum()} the field order is now "Ingress" followed by "Egress" as specified instead of the other way around.
  • We fixed a bug that caused demo nodes to shut down after 30s.
  • We fixed multiple bugs that caused unexpected internal failures and the creation of potentially empty Tuples in ClickHouse.
  • The to_clickhouse operator now supports blobs, which will be sent as an Array(UInt8).

Tenzir Node v5.0

17 Apr 09:37
v5.0.0
51bf093
Compare
Choose a tag to compare

Tenzir Node v5.0 makes TQL2 the default and only option throughout Tenzir.

Tenzir Node v5.0

Discover Tenzir Node v5.0

📣 Dive into the details of Tenzir Node v5.0 from our announcement blog post.
🎯 Check out the new features on app.tenzir.com.
🚀 Follow the quickstart guide, and explore the demo node with just a few clicks and a guided tour.
🎓 Learn the basics of pipelines and get familiar with the Tenzir Query Language (TQL).
📝 Read all the details in our changelog.

Tenzir Node v4.32.1

08 Apr 07:28
v4.32.1
869b5c6
Compare
Choose a tag to compare

This patch release adds two small improvements over Tenzir Node v4.32:

  • The default max request size has been changed from 4 MiB to 1 MiB for to_google_secops to align with Google's API. While the API documentation states a limit of 4MiB per request, in practice the limit turned out to be 1 MiB.
  • The to_google_secops operator now has two additonal configuration options to set the max_request_size and the batch_timeout.

Tenzir Node v4.32

04 Apr 15:29
v4.32.0
7309f5a
Compare
Choose a tag to compare

Tenzir Node v4.32 brings an all-new integration with Google SecOps and new language features for accessing record fields while suppressing warnings if the fields don't exist.

Tenzir Node v4.32

Discover Tenzir Node v4.32

📣 Dive into the details of Tenzir Node v4.32 from our announcement blog post.
🎯 Check out the new features on app.tenzir.com.
🚀 Follow the quickstart guide, and explore the demo node with just a few clicks and a guided tour.
🎓 Learn the basics of pipelines and get familiar with the Tenzir Query Language (TQL).
📝 Read all the details in our changelog.

Tenzir Node v4.31.2

01 Apr 14:12
v4.31.2
e27c3f5
Compare
Choose a tag to compare

This patch release adds two small improvements over Tenzir Node v4.31.1:

  • We removed the limit of 20,000 elements in lists and records for read_* operators and parse_* functions.
  • We added compression support in the to_hive operator.

Tenzir Node v4.31.1

31 Mar 18:42
v4.31.1
ce4e5f4
Compare
Choose a tag to compare

This patch release fixes an internal bug that prevented Docker images from being uploaded for the Tenzir Node v4.31 release. It contains no functional changes.

0