v0.3.0
Pre-releasePumas Library v0.3.0
v0.3.0 is a focused upgrade over v0.2.0 that makes the library more capable for real-world import, download, and multi-process workflows.
This release adds first-class support for diffusers bundles across both Hugging Face downloads and local directory imports, with bundle-aware metadata, execution descriptors, and UI previews so imported models are easier to inspect before and after they land in the library. It also expands the frontend with richer model metadata, bundle component visibility, metadata columns, and better handling for classified directory imports.
Under the hood, v0.3.0 significantly improves library reliability. Partial downloads are now staged, resumable, and included in migration and integrity reporting. Model classification and metadata projection rely more consistently on SQLite-backed library state, Hugging Face hydration and bundle lookup are more robust, and recommended backend hints are now surfaced directly to clients. This version also introduces canonical reranker model type support and strengthens runtime dependency autobinding.
On the platform side, the release improves shared-library IPC by exposing library operations across processes and reusing the primary instance through UniFFI, while also fixing release validation, restricted-socket IPC test behavior, and cross-platform execution path issues for packaged builds, including Windows path handling.
Full Changelog: v0.2.0...v0.3.0
