Releases: findologic/findologic-api
Releases · findologic/findologic-api
2.0.0
1.8.0
⭐ Features
- Add support for shopType and shopVersion to findologic-api
- Add support for variants in JSON response
1.7.0
⭐ Features
- It is now possible to use the
ItemUpdateRequestto update prices and visibility of items.- Please note that this functionality is still in beta at Findologic, but already fully supported by this library.
🐛 Bug fixes
- It is now possible to access the effective query of the result metadata
1.6.1
Bug fixes
- Fixed a bug that caused
FINDOLOGIC\Api\Requests\Autocomplete\SuggestRequest::addAutocompleteBlocksto not send the correct query parameters, which resulted in an error in the response, as the request contained invalid query parameters (#77).
Internal
- Moved from Travis to GitHub Actions (#75).
1.6.0
Features
- The response format
JSON_1.0is now supported 🥳.
Changes
- An alivetest is now only sent once per
Clientlifecycle. - Semantic Versioning constraints are now allowed in the
setRevisionmethod. Versions like these now work:2.0.0+build.18482.0.1-alpha.12271.0.0-rc.1
1.5.1
Bug fixes
- Fixed a bug that would cast
min/maxvalues in\FINDOLOGIC\Api\Responses\Xml21\Properties\Rangeintonullvalues, when it actually contained0.
1.5.0
- Added a
FilterModedefinition, which you can use to assert your filter modes. Available constants are:FINDOLOGIC\Api\Definitions\FilterMode::SINGLEFINDOLOGIC\Api\Definitions\FilterMode::MULTIPLEFINDOLOGIC\Api\Definitions\FilterMode::MULTISELECT
- Added support for order
shopsort. Available constants are:FINDOLOGIC\Api\Definitions\OrderType::SHOPSORT_ASCENDINGFINDOLOGIC\Api\Definitions\OrderType::SHOPSORT_DESCENDING
1.4.0
- Requests are now sent via
findologic/guzzleinstead ofguzzle/guzzle. Be aware that this change may break existing integrations.Config::setHttpClientnow expects an instance ofFINDOLOGIC\GuzzleHttp\Clientinstead ofGuzzleHttp\Client.
- We have added a
.gitattributesfile, which should prevent tests and other stuff that is not really necessary, to be excluded when requiring the package via composer.
1.3.0
- Added support for the
usergrouphashparameter for search/navigation requests.
1.2.1
- Internally we now use the
getmethod instead of therequestmethod for Guzzle.- This may allow the usage of older Guzzle versions, since they do not have a
requestmethod.
- This may allow the usage of older Guzzle versions, since they do not have a