# Tenzir Node v3.0.1

## 🚀 Features

### Allow `/* ... */` comments in the VAST language

Mar 14, 2023 · [@dominiklohmann](https://github.com/dominiklohmann) · [#3011](https://github.com/tenzir/tenzir/pull/3011)

The VAST language now supports comments using the familiar `/* comment */` notation. This makes it easy to document multi-line pipelines inline.

## 🐞 Bug Fixes

### Include outdated but not undersized partitions in automatic rebuilds

Mar 16, 2023 · [@dominiklohmann](https://github.com/dominiklohmann) · [#3020](https://github.com/tenzir/tenzir/pull/3020)

Automatic partition rebuilding both updates partitions with an outdated storage format and merges undersized partitions continuously in the background. This now also works as expected for outdated but not undersized partitions.

### Avoid crashing when reading a pre-2.0 partition

Mar 16, 2023 · [@dominiklohmann](https://github.com/dominiklohmann) · [#3018](https://github.com/tenzir/tenzir/pull/3018)

VAST no longer crashes when reading an unsupported partition from VAST v1.x. Instead, the partition is ignored correctly. Since v2.2 VAST automatically rebuilds partitions in the background to ensure compatibility.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v3.0.1)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v3.0.1)