Releases: answear/wide-eyes-bundle
Releases · answear/wide-eyes-bundle
3.0.0
What's Changed
- Support symfony 7 by @Wiktor6 in #14
- [BC BREAK] drop support for symfony < 6
- [BC BREAK] drop support for php < 8.2
New Contributors
Full Changelog: 2.0.0...3.0.0
2.0.0
BC-break:
- drop support for Symfony < 5.4
New:
- add support for Symfony 6
- add support for
guzzlehttp/guzzle
7
Full Changelog: 1.3.1...2.0.0
1.3.1
Fixed service - added posibility to use new parameter maxNumResults
in SearchByFeatureRequest
1.3
Changes:
- new optional parameter in
SearchByFeatureRequest
1.2.1
- handle empty response in DetectByFeature
1.2
- Add
getSimilarForMany
in SimilarClient
and manyRequests
for async requests in AbstractClient
1.1.1
Fix making SearchByFeatureResponse from response array
1.1
Changes:
- updated config file
- splitting Client into SimilarClient and SearchByImageClient
- support for DetectAndFeatures endpoint - request, response and tests
- support for SearchByFeature endpoint - request, response and tests
1.0
Adding:
- Client to connet with WideEyes api
- request and response for similar products
- tests