X2t Beta 2.7

What does Beta 2.7 foreshadow for the next stable release? According to the public roadmap, the developers are currently testing:

Beta 2.7 is the last planned beta before Release Candidate 1. The stable v3.0 is tentatively scheduled for mid-to-late Q4. x2t beta 2.7

wget https://repo.x2t.dev/beta/pool/x2t-beta-2.7-amd64.deb
sudo dpkg -i x2t-beta-2.7-amd64.deb

ETL (Extract, Transform, Load) processes often hit bottlenecks when dealing with semi-structured logs. x2t Beta 2.7’s new streaming mode allows you to convert data on the fly without loading the entire file into RAM. For a 10GB log file, this reduces memory overhead from 8GB to just 150MB. What does Beta 2