🚀 Features
Section titled “🚀 Features”PRs 3004-3010
Section titled “PRs 3004-3010”Mar 16, 2023 · @dominiklohmann · #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
Section titled “🔧 Changes”Reduce conflict potential between rebuilding and queries
Section titled “Reduce conflict potential between rebuilding and queries”Mar 31, 2023 · @dominiklohmann · #3047
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.
Add Boost as a dependency
Section titled “Add Boost as a dependency”VAST now depends on the Boost C++ libraries.