Closed GeorgeBotzakis closed 12 months ago
1 files ±0 55 suites ±0 2s :stopwatch: ±0s 348 tests ±0 348 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0 353 runs ±0 353 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit 0f9bbfe6. ± Comparison against base commit 84702e8a.
:recycle: This comment has been updated with latest results.
:tada: This PR is included in version 27.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Type
Feature
Description
BREAKING CHANGE: Added moltin instance to GetCatalogProducts method so that the filter and other query params are not retained between calls on the same endpoint. Updated filter types for the same endpoint. Mark "GetProductsInCatalogRelease" as deprecated since it has the same functionality as the aforementioned method.
Pushed a commit where I removed methods that call these non-existent endpoints:
catalogs/products/${productId}
catalogs/nodes/${nodeId}/relationships/products
catalogs/products
Also added:Renamed the methods within the Catalogs.Products class and fixed the relevant types.