Changelog
Here you can find a detailed changelog for the SPARQUE API Wrapper, outlining significant updates, bug fixes, and improvements for each version.
Upcoming
1.2.x
Adjustments to Fixed Facet Option Fetching for /products Calls
Improved facet handling on the /products
endpoint to ensure that active category or brand facets are correctly applied when fetching options.
Releases
1.2.55
Do Not Drop Filter When Fetching Fixed Facet Details on Product List Call
Fixed #103509: When calling the products endpoint of the Wrapper, the response may contain a list of facet groups with the number of products associated with each facet in the group. The number returned was incorrect for fixed facets if an additional filter was applied.
1.2.54
Remove Etags from Responses
Fixed #103583: Etags were not modified when the response of a given request changed, rendering them unusable. Therefore, they have been removed for now.
Fix Mapping of the Score Value for the Facet-Options Endpoint
Fixed #103506: The score value as returned by the facet-options endpoint is mapped incorrectly.
The score now correctly represents the number of results for the facet option.
1.2.53
Accept Encoded Whitespaces in Path Parameter Values
Fixed #103439: Wrapper drops URL parameter values with whitespaces.
Note that parameter names with whitespaces are still ignored, like &key%20Name=value
.
1.2.52
Stale Cache Refresh Logical Fallacy Fix
Fixed a bug in the /search
and /products
endpoints to correctly check for cache expiration and trigger a background refresh if the cache is older than 30 minutes.
1.2.51
GZIP Response Compression
Enabled GZIP response compression.