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
ItemUpdateRequest
to 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::addAutocompleteBlocks
to 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.0
is now supported 🥳.
Changes
- An alivetest is now only sent once per
Client
lifecycle. - Semantic Versioning constraints are now allowed in the
setRevision
method. Versions like these now work:2.0.0+build.1848
2.0.1-alpha.1227
1.0.0-rc.1
1.5.1
Bug fixes
- Fixed a bug that would cast
min
/max
values in\FINDOLOGIC\Api\Responses\Xml21\Properties\Range
intonull
values, when it actually contained0
.
1.5.0
- Added a
FilterMode
definition, which you can use to assert your filter modes. Available constants are:FINDOLOGIC\Api\Definitions\FilterMode::SINGLE
FINDOLOGIC\Api\Definitions\FilterMode::MULTIPLE
FINDOLOGIC\Api\Definitions\FilterMode::MULTISELECT
- Added support for order
shopsort
. Available constants are:FINDOLOGIC\Api\Definitions\OrderType::SHOPSORT_ASCENDING
FINDOLOGIC\Api\Definitions\OrderType::SHOPSORT_DESCENDING
1.4.0
- Requests are now sent via
findologic/guzzle
instead ofguzzle/guzzle
. Be aware that this change may break existing integrations.Config::setHttpClient
now expects an instance ofFINDOLOGIC\GuzzleHttp\Client
instead ofGuzzleHttp\Client
.
- We have added a
.gitattributes
file, 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
usergrouphash
parameter for search/navigation requests.
1.2.1
- Internally we now use the
get
method instead of therequest
method for Guzzle.- This may allow the usage of older Guzzle versions, since they do not have a
request
method.
- This may allow the usage of older Guzzle versions, since they do not have a