Skip to content

Release new version - #408

Merged
mvantellingen merged 1 commit into
mainfrom
changeset-release/main
Aug 11, 2026
Merged

Release new version#408
mvantellingen merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@labdigital/commercetools-mock@4.3.1

Patch Changes

  • #407 f994ceb Thanks @mvantellingen! - Apply sort on /product-projections too.

    ProductProjectionRepository.query() does not go through
    AbstractStorage.query() — it transforms products itself, then filters, expands
    and slices — so it did not pick up the sort support added in 4.3.0, even though
    ProductProjectionQueryParams declares the parameter.

    That left the endpoint most likely to be walked with a cursor
    (sort: "id asc" with where: 'id > "<last>"') still returning products in
    insertion order, so such a walk skipped products against the mock while being
    correct against the real API.

@mvantellingen
mvantellingen merged commit 7c2b139 into main Aug 11, 2026
@mvantellingen
mvantellingen deleted the changeset-release/main branch August 11, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant