This release introduces enhanced bot protection configuration, improved frontend caching strategies, and key bug fixes for a smoother OptiPub experien...
Release Notes 3.2.638
🚀 New Features
- Added a slider in the bot protection settings, allowing users to configure the minimum reliability score (threshold) required to pass the bot protection challenge.
- Included informative alerts in the UI to help users understand the impact of bot protection threshold settings.
🛠 Improvements
- Implemented a new caching strategy in
.htaccess
for frontend build files, setting far-future cache headers for assets and ensuring HTML files are never cached for up-to-date content. - Updated cache control for images, fonts, CSS, and JS files based on their request URI for better cache management.
🐛 Bug Fixes
- Fixed an issue in the variable match funnel query condition where non-empty values were incorrectly reported as empty.
🔧 Technical / Internal
- Added a validation rule for the bot protection threshold setting to ensure it is numeric and within the range of 0 to 1.
- Created a migration to set the default value of
public.core.bot_protection_threshold
to 0.7. - Updated the Challenge trait to retrieve the bot protection threshold from settings, defaulting to 0.7 if not set.