# Tenzir Node v3.0.3

## 🚀 Features

### PRs 3004-3010

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

The new `vast exec` command executes a pipeline locally. It takes a single argument representing a closed pipeline, and immediately executes it. This is the foundation for a new, pipeline-first VAST, in which most operations are expressed as pipelines.

## 🔧 Changes

### Reduce conflict potential between rebuilding and queries

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

VAST’s rebuilding and compaction features now interfere less with queries. This patch was also backported as [VAST v2.4.2](https://vast.io/changelog#v242) to enable a smoother upgrade from to VAST v3.x.

### Add Boost as a dependency

Mar 31, 2023 · [@tobim](https://github.com/tobim) · [#3043](https://github.com/tenzir/tenzir/pull/3043)

VAST now depends on the Boost C++ libraries.

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

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