Skip to content

Bizzkit 23.5.1

Version 23.5.1
Release Date 20 Jul 2023
Download Bizzkit universal feed
SDKs Bizzkit nuget feed

Requirements

Requirement Minimum supported version Tested version(s) Requirement of
SQL Server SQL Server 2016 SQL Server 2017 All
Elastic 7.17.10 7.17.10, 7.17.11 CMS, DAM, Ecommerce Search, PIM
Redis 6 6 Ecommerce Search
Click for explanation...

SQL Server 2017 is the earliest version that is available as a docker image and so even though Bizzkit officially supports 2016, testing is done on 2017.

Elasticsearch is known to introduce breaking changes in minor releases and we therefore explicitly test the Bizzkit products with the two most recent releases. Other 7.17.x versions may work but are not tested explicitly.

Changes

PIM

New features

BPIM-3512 Add product to category from product details page

For the PIM frontend, this feature can be found under the operations button on the product detail page. For the API, two new operations are added to the PATCH request on the "api/products" endpoint.

Operations:

  • PlaceInCategory: One product can be placed in multiple categories.
  • UnplaceFromCategory: Multiple categories can be removed from one product