Releases: scandipwa/persisted-query
Releases · scandipwa/persisted-query
Patch: Replace Zend libraries with Laminas
Patch: Support for Magento 2.4.6
Patch: Support for Magento 2.4.4
What's inside
- Support for Magento 2.4.4. Related to scandipwa/scandipwa#4122
That's all there is to it :)
Patch: Fix for Search functionality
What's inside
- Replaced the
urldecode
method withrawurldecode
. Related to #27
That's all there is to it :)
Patch: Improving module extensibility
What's inside
This change will allow to:
- create plugins for graphql processing functionality, like the implementation of custom caches.
- make working with this module easier in situations where some changes are needed to some of its functions.
Kudos to @raivisdejus!
That's all there is to it! :)
Patch: Query Complexity
What's inside
- Enables query complexity for development mode and shows it in response.
Related to scandipwa/scandipwa#3103
That's all there is to it! :)
Removed dependency on ext-redis
What's inside
- Removed dependency on
ext-redis
Turns out, it is not required.
Variables coming in JSON instead of custom syntax
What's inside
- The removal of custom string parsing syntax
Feature break-down
The removal of custom string parsing syntax
The syntax introduced in the very first versions of this module has proven itself unreliable. Problems with special characters, spaces and inability to send POST using the same arguments made us decide to switch to new syntax. It is simple JSON, and the loss in URL size will not be significant.
Removed dependency on ext-redis
What's inside
- Removed dependency on
ext-redis
Turns out, it is not required.
Stability improvements
What's inside
- Use proxy class in CLI command argument
- Removal of hard-coded dependency on
magento/module-catalog
- Added dependency on
ext-redis
- Minor spelling patches
And that's all there is to it. Thanks to awesome @dfelton for contribution! You are awesome!