This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Releases: benjaminhirsch/azure-search-php
Releases · benjaminhirsch/azure-search-php
Version 0.9.2
- Fixed wrong field definitions for DateTimeOffset and GeographyPoint.
Major update with breaking changes!
- Changed namespace
- The following methods returning an array instead of \stdClass now
- getIndex()
- getIndexStatistics()
- search()
- suggestions()
- Also these methods won't throw an exception anymore if the json_decode fails. Instead an empty array is returned
- Source code is now 100% covered by unit tests
- The old package
b3n/php-azure-search
should be replaced withbenjaminhirsch/php-azure-search
- Updated dependencies
zendframework/zend-http
andphpunit/phpunit
- Added
roave/security-advisories
Release 0.5.4
Refactored namespace
0.5.3 Changed namespace for a cleaner structure in further work / projects …
Fixed the field definition for a collection
0.5.2 Fixed the field definition for a collection.
Inital Release
0.5.1 0.5.1