Skip to content

Releases: iazaran/smart-cache

1.6.0

07 Dec 18:32
44b395a

Choose a tag to compare

What's Changed

  • Improvements and new features v1.6 by @iazaran in #28

New Features:
Cache Warming Command (php artisan smart-cache:warm)
Circuit Breaker pattern for cache backend failures
Rate Limiting with stampede protection
Cache Prefixing/Namespacing
TTL Jitter to prevent thundering herd
Encryption Strategy for sensitive data
Cache Statistics Dashboard (web routes)
Async Background Refresh Job

Improvements:
Fixed managed keys persistence with dirty flag (batch saves)
Added orphan chunk cleanup command
Fixed access frequency tracking for adaptive compression
Fixed MemoizedCacheDriver memory leak with LRU eviction
Added size threshold to SmartSerializationStrategy
Improved code quality with global namespace prefixes

Compatibility:
Added PHP 8.4 support
Verified compatibility: PHP 8.1-8.4, Laravel 8-12
Updated CI matrix to test 17 PHP/Laravel combinations

Bug Fixes:
Fixed shouldRefreshProbabilistically() argument count
Fixed command description test assertions
Fixed EncryptionStrategy interface signatures

Full Changelog: 1.5.0...1.6.0

1.5.0

20 Oct 19:12
c07010b

Choose a tag to compare

What's Changed

  • New features and improve cache optimization solutions by @iazaran in #26

Full Changelog: 1.4.3...1.5.0

1.4.3

28 Sep 19:50
78b89d2

Choose a tag to compare

What's Changed

  • Enhance mobile responsiveness and styling in index.html by @iazaran in #24
  • Update README and documentation for Laravel SmartCache by @iazaran in #25

Full Changelog: 1.4.2...1.4.3

1.4.2

27 Sep 19:48
fb84f0c

Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

27 Sep 19:09
6ca9cc7

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

27 Sep 17:14
3219956

Choose a tag to compare

What's Changed

  • Dependency tracking tag support invalidation by @iazaran in #21

Full Changelog: 1.3.7...1.4.0

1.3.7

26 Sep 19:36
6a2a457

Choose a tag to compare

What's Changed

  • Test cover php 8.1+ and laravel 8+ by @iazaran in #20

Full Changelog: 1.3.6...1.3.7

1.3.6

09 Sep 11:57
355f80f

Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.3.6

1.3.5

03 Sep 20:12
c4c6a6a

Choose a tag to compare

What's Changed

  • Fix warnings for nullable parameters by @sc85 in #17

New Contributors

  • @sc85 made their first contribution in #17

Full Changelog: 1.3.4...1.3.5

1.3.4

03 Sep 19:46
9536915

Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4