Skip to content

Releases: element119/module-admin-redis-report

Confirm PHP 8.4 Support

01 Sep 17:58

Choose a tag to compare

What's Changed

  • Added PHP 8.4 to composer.json by @fsesini in #6

New Contributors

Full Changelog: 1.5.1...1.5.2

Return Empty Dataset for Unsupported Redis Classes

28 Sep 13:58

Choose a tag to compare

What's Changed

  • Updated Element119\AdminRedisReport\Model\RedisInfo to return an empty array when Magento is configured to use an unsupported Redis class
  • Added documentation to highlight incompatibilities with the Magento\Framework\Cache\Backend\RemoteSynchronizedCache class

Full Changelog: 1.5.0...1.5.1

PHP 8.3 Support

09 Aug 08:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

Fix Redis Instance Type Definition

13 Apr 17:34

Choose a tag to compare

Changelog

  • Updated the Model\RedisInfo class to remove the type definition for the $redis property to be compatible with Magento instances that define Cm_Cache_Backend_Redis as their Redis cache backend class (thanks to Florencia Sesini for reporting the issue 🧡)

Full Changelog: 1.4.0...1.4.1

Reduce Default Log Retention Period

05 Dec 23:54
3a73b03

Choose a tag to compare

Historic Data Visualisation

05 Dec 23:29

Choose a tag to compare

Changelog

  • Reduced cron frequency from every 30 minutes to every hour
  • Added support for storing separate data for use in charts
  • Added admin charts for historic data

Full Changelog: 1.2.0...1.3.0

Add Admin Config Options & Data Cleanup Cron

22 Nov 01:10

Choose a tag to compare

1.2.0

Create Cron to Delete Old Redis Reports

Add Report Data Logging Mechanism

22 Nov 00:21

Choose a tag to compare

1.1.0

Suggest EthanYehuda_CronJobManager

Initial Release

21 Nov 23:05

Choose a tag to compare

1.0.0

Update Feature List