v3.15.1
modelcontextprotocol/inspectorv3.15.1Sep 26, 2025by apify-service-account
AI Summary
A maintenance release addressing memory leaks in storage classes and improving file system performance through optimization of globbing operations.
Key Highlights
- Fixed memory leaks in storage classes by using correct config.
- Improved glob performance by reusing minimatch objects.
Full Release Notes
## [3.15.1](https://github.com/apify/crawlee/compare/v3.15.0...v3.15.1) (2025-09-26) ### Bug Fixes * use correct config for storage classes to avoid memory leaks ([#3144](https://github.com/apify/crawlee/issues/3144)) ([911a2eb](https://github.com/apify/crawlee/commit/911a2eb45cdb5e3fc0e6a96471af86b43bc828bf)) ### Performance Improvements * Improve glob performance by reusing minimatch objects ([#3168](https://github.com/apify/crawlee/issues/3168)) ([e5632e2](https://github.com/apify/crawlee/commit/e5632e2700198d75ca955ef3d2ffb609dbf0f050))