Closed
Description
It looks like you are now forcing camelCasing on the JSONserializer:
RecombeeClient.cs, line 254
var serializerSettings = new JsonSerializerSettings();
serializerSettings.ContractResolver = new CamelCasePropertyNamesContractResolver();
We uses PascalCase for our column names. Now all Recombee API calls are failing. We are reverting to 2.3 for now but this is a major issue - I would expect the column names to be used as defined without alteration, as it always was.