Skip to content

v3.1.0

Choose a tag to compare

@deemonic deemonic released this 03 Dec 13:13
· 15 commits to main since this release
c2b8d31

What's New

Custom Cache Driver Configuration

You can now specify a custom cache driver for Blasp, which is particularly useful for environments like Laravel Vapor where the default cache driver (DynamoDB) has size limits that can be exceeded when caching profanity expressions.

Usage

Set via config:

// config/blasp.php
'cache_driver' => env('BLASP_CACHE_DRIVER'),

Or via environment variable:

BLASP_CACHE_DRIVER=redis

Credits

This feature was originally proposed by @dimzeta in #25 and has been adapted for Blasp v3.0 architecture.

Full Changelog: v3.0.0...v3.1.0