--- title: "0.25.8" description: "ParadeDB release notes for 0.25.8" --- See GitHub release: [v0.25.8](https://github.com/paradedb/paradedb/releases/tag/v0.25.8) ## Performance Improvements 🚀 - `pdb.agg()` is now marked `PARALLEL SAFE`. Queries that use it can run with parallel workers instead of falling back to single-threaded execution.