Skip to content

Releases: scandipwa/persisted-query

Patch: Replace Zend libraries with Laminas

12 Apr 07:33
ac2629a
Compare
Choose a tag to compare

What's inside

  • Replace Zend libraries with Laminas 2.4.6 #31

That's all there is to it :)

Patch: Support for Magento 2.4.6

04 Apr 02:38
06b089c
Compare
Choose a tag to compare

What's inside

  • Support for Magento 2.4.6 #30

That's all there is to it :)

Patch: Support for Magento 2.4.4

11 Jun 00:02
3f1e8f0
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Fix for Search functionality

09 Jun 19:16
0ca0684
Compare
Choose a tag to compare

What's inside

  • Replaced the urldecode method with rawurldecode. Related to #27

That's all there is to it :)

Patch: Improving module extensibility

25 Jan 20:47
53ec626
Compare
Choose a tag to compare

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

22 Sep 17:27
04d581e
Compare
Choose a tag to compare

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

05 Nov 10:32
Compare
Choose a tag to compare

What's inside

  • Removed dependency on ext-redis

Turns out, it is not required.

Variables coming in JSON instead of custom syntax

05 Nov 09:39
76ebc94
Compare
Choose a tag to compare

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

05 Nov 10:30
76ebc94
Compare
Choose a tag to compare

What's inside

  • Removed dependency on ext-redis

Turns out, it is not required.

Stability improvements

05 Nov 09:36
f876844
Compare
Choose a tag to compare

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!