All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replace predis/predis with
colinmollenhour/credis
, that supportsPhpRedis
module for high load.
- Replace predis/predis with
colinmollenhour/credis
, that supportsPhpRedis
module for high load.
- Fix argument value partial escaping
- Fix argument value partial escaping
- Fix float parameter handling
- Fix float parameter handling
- Magento 2.3.2 adoption
- Fixes
- verbose error messages for Varnish flush requests
- Event observer for
bin/magento cache:flush
to trigger persisted query varnish storage flush (happens also on setup:upgrade) bin/magento scandipwa:pq:flush
- command for flushing query document (redis) storage (does not happen on setup:upgrade)
persisted_query
cache is unlisted in CLI and Admin cache control menu
- File restructuring improving readability
- Updating README.md & CHANGELOG.md
- Update Magento module version to fit release tag
- Minor CS improvements
- flush option for persisted query redis
- cache control for PQ and PQ responses
- flushing logic for varnish and redis
- version tag in composer.json
- Update README.md
- improve code styling and comments
--pq-scheme
is not settingtcp
by default.- Move CHANGELOG.md to the root of the module
- README.md
- Added custom flags to
setup:config:set
CLI command
- Changed README.md
- Initial commit
- predis/predis as dependency
- persisted query support
- Magento 2 module registration: ScandiPWA_PersistedQuery
Plugin\PersistedQuery
registered forMagento\GraphQl\Controller\GraphQl
Plugin\PersistedQuery
registered forScandiPWA\GraphQl\Controller\GraphQl