v3.15.1

sergeyzwezdin/hubav3.15.1Sep 26, 2025by apify-service-account

AI Summary

A minor patch release primarily focused on fixing memory leaks in storage classes and optimizing file globbing performance.

Key Highlights

  • Fixed memory leaks by using correct config for storage classes.
  • 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))