Skip to content

Bizzkit 23.5.5

Version 23.5.5
Release Date 14 Aug 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 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

CMS

Bugfixes

BCMS-1076 Searching for segmentations should utilize "contains" instead of "starts with" as the matching algorithm

When searching at the segmentation selector in the website, it should now use "contains" instead of "starts with" as the matching algorithm. Additionally, API users can now opt for searching using "contains" by using the new POST /_/segmentations/search endpoint. The old endpoint GET /_/segmentations/search has been deprecated. Furthermore, the unused class SearchSegmentationsMethodV1Base was removed from the ReverseSDK package in order to avoid confusion.