Skip to content

Releases: recombee/php-api-client

v4.1.2

19 Jul 08:41
Compare
Choose a tag to compare
Fix deprecated dynamic property in Batch class (https://github.com/re…

…combee/php-api-client/issues/32)

v4.1.1

17 Jul 18:06
Compare
Choose a tag to compare
Create user_agent property in Client class (dynamic properties are de…

…precated)

v4.1.0

10 Jan 16:47
Compare
Choose a tag to compare
Support Item Segmentations

Allow passing guzzleClient in options

17 Nov 11:07
66f35c7
Compare
Choose a tag to compare
Merge pull request #28 from matyx/guzzle-client

Allow passing guzzleClient in options

v4.0.0

25 Apr 12:31
Compare
Choose a tag to compare
Support setting the region of your DB. Added Update / Delete More Ite…

…ms endpoints.

Breaking changes:
Client constructor: protocol parameter (HTTP/HTTPS) moved to options.
Removed deprecated endpoints Item Based Recommendation and User Based Recommendation.

v3.2.1

13 Aug 14:28
9ea2b6c
Compare
Choose a tag to compare
Merge pull request #24 from magus424/update-exception-handling

Update Exception handling to include previous Exception.

v3.2.0

17 Feb 08:38
Compare
Choose a tag to compare
Support endpoints for handling search synonyms. Support also guzzle 6…

… as HTTP client.

v3.1.0

14 Jan 17:02
Compare
Choose a tag to compare
Support RecommendNextItems endpoint. Use guzzle as HTTP client.

v3.0.0

29 Jan 16:09
Compare
Choose a tag to compare
Support SearchItems endpoint

v2.4.0

11 Mar 13:27
Compare
Choose a tag to compare
Add logic parameter to recommendation endpoints. Use HTTPS as default.