Releases: elastic/enterprise-search-php
Release 8.1.0
Release created to be compatible with the 8.1 API of Enterprise Search, App Search and Workplace Search.
Release 8.0.0
This is the first stable release of version 8 🎉
This major release includes the following changes:
-
License changed from Apache-2.0 to MIT
-
Usage of the
elastic-transport-php
version 8.x, here the CHANGELOG
We didn't change the existing API architecture of the client, if you notice something you can open an issue on github, thanks!
For a list of BC breaks in Enterprise Search server you can read the 8.0 release notes
Release 7.17.1
Patch release with the following fixes:
- Fixed AppSearch
Curation
API withhidden
andpromoted
properties #19
Release 7.17.0
Release created to be compatible with the 7.17 API of Enterprise Search, App Search and Workplace Search.
This release introduces the following fixes:
Release 7.16.0
Release created to be compatible with the 7.16 API of Enterprise Search, App Search and Workplace Search.
This release introduces the following changes:
- Set PHP
7.4
as minimum required. Official PHP team support for PHP7.3
ends on 2021 December 06. - The App Search class schema
Elastic\EnterpriseSearch\AppSearch\Schema\ClickParamsRequest
is nowElastic\EnterpriseSearch\AppSearch\Schema\ClickParams
- Removed
setLimit
inElastic\EnterpriseSearch\AppSearch\Request\ListCrawlerCrawlRequests
- Added
setPageSize
andsetCurrentPage
inElastic\EnterpriseSearch\AppSearch\Request\ListCrawlerCrawlRequests
- Fixed pagination parameter #10
Release 7.14.1
Patch release with the following fixes:
- Removed query string params for App Search endpoints #5
Release 7.13.1
Patch release with the following fixes:
- Removed query string params for App Search endpoints #5
Release 7.15.0
Release created to be compatible with the 7.15 API of Enterprise Search, App Search and Workplace Search.
Release 7.14.0
Release created to be compatible with the 7.14 API of Enterprise Search, App Search and Workplace Search.
Release 7.13.0
This is the first stable release! 🎉
Release created to be compatible with the 7.13 API of Enterprise Search, App Search and Workplace Search.
This release contains the following fixes compared with the previous 7.12.0 beta2
:
- Added config for specific endpoint class PR #2
This feature adds the ability to specify a specific config for each API namespace (EnterpriseSearch, AppSearch and WorkplaceSearch).