Skip to content

Releases: recombee/net-api-client

v6.0.0

23 Oct 13:10

Choose a tag to compare

Release: v6.0.0

- Added support for the new Composite Recommendation endpoint
- Added new parameter `autoPresented` for Detail View and View Portion interactions
- Added new parameter `timeSpent` for View Portion interactions
- Added support for `reqlExpressions` on recommended items
- Breaking change: the `name` parameter of the Logic input is no longer mandatory

v5.1.0

24 Jul 16:23

Choose a tag to compare

Support ListScenarios endpoint

v5.0.0

14 Jan 12:46

Choose a tag to compare

Release: v5.0.0

- Support new Recommend Items to Item Segment endpoint
- Series API improvements:
	- Add Series endpoint creates associated Item for the Series automatically (based on the cascadeCreate parameter)
	- Breaking change: Remove From Series no longer requires the time parameter
- Removed deprecated Groups endpoints

v4.1.0

10 Jan 16:56

Choose a tag to compare

Support Item Segmentations

v4.0.0

25 Apr 12:34

Choose a tag to compare

Support setting the region of your DB. Added Update / Delete More Ite…

v3.2.0

17 Feb 08:35

Choose a tag to compare

Support endpoints for handling search synonyms

v3.1.0

14 Jan 17:11

Choose a tag to compare

Support RecommendNextItems endpoint

v3.0.1

17 Nov 17:11

Choose a tag to compare

Avoid possible deadlock in synchronous Send using WaitAndUnwrapExcept…

v3.0.0

29 Jan 16:10

Choose a tag to compare

Support SearchItems endpoint

v2.5.0

25 Jan 10:28

Choose a tag to compare

Support for asynchronous send (SendAsync method). Based on fork by @n…