Download the release on GitHub.
Features
Section titled “Features”PRs 3004-3010
Section titled “PRs 3004-3010”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.
By @dominiklohmann in #3004.
Changes
Section titled “Changes”Reduce conflict potential between rebuilding and queries
Section titled “Reduce conflict potential between rebuilding and queries”VAST’s rebuilding and compaction features now interfere less with queries. This patch was also backported as VAST v2.4.2 to enable a smoother upgrade from to VAST v3.x.
By @dominiklohmann in #3047.
Add Boost as a dependency
Section titled “Add Boost as a dependency”VAST now depends on the Boost C++ libraries.