v2.1.1
New Features
- None.
Improvements
- None.
Bug Fixes
- Fix the
slugquery parameter dropping the array form (?slug[]=a&slug[]=b) by replacing thesanitize_text_fieldcallback, which collapsed arrays to an empty string, with a dedicatedeventon_apify_sanitize_slug_filterthat sanitizes each value while preserving both the comma-separated string and array inputs.
Full Changelog: v2.1.0...v2.1.1