Release Notesedit

8.xedit

8.4 Release notesedit

8.4.0 Release notesedit

Release created to be compatible with the 8.4 API of Enterprise Search, App Search and Workplace Search.

This release includes also the following fix:

  • Fixed 8.1 deprecation warning for ArrayAccess::offsetGet() #25

8.3 Release notesedit

8.3.0 Release notesedit

Release created to be compatible with the 8.3 API of Enterprise Search, App Search and Workplace Search.

8.2 Release notesedit

8.2.0 Release notesedit

Release created to be compatible with the 8.2 API of Enterprise Search, App Search and Workplace Search.

8.1 Release notesedit

8.1.0 Release notesedit

Release created to be compatible with the 8.1 API of Enterprise Search, App Search and Workplace Search.

8.0 Release notesedit

8.0.0 Release notesedit

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

7.xedit

7.17 Release notesedit

7.17.1 Release notesedit

Patch release with the following fixes:

  • Fixed AppSearch Curation API with hidden and promoted properties #19

7.17.0 Release notesedit

Release created to be compatible with the 7.17 API of Enterprise Search, App Search and Workplace Search.

This release introduces the following fixes:

  • Fixed support of array in sort parameter for AppSearch::search() #11
  • Fixed PHP 8.1 deprecation notice on Elastic\EnterpriseSearch\Response\Response::offsetGet #16

7.16 Release notesedit

7.16.0 Release notesedit

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 PHP 7.3 ends on 2021 December 06.
  • The App Search class schema Elastic\EnterpriseSearch\AppSearch\Schema\ClickParamsRequest is now Elastic\EnterpriseSearch\AppSearch\Schema\ClickParams
  • Removed setLimit in Elastic\EnterpriseSearch\AppSearch\Request\ListCrawlerCrawlRequests
  • Added setPageSize and setCurrentPage in Elastic\EnterpriseSearch\AppSearch\Request\ListCrawlerCrawlRequests
  • Fixed pagination parameter #10

7.15 Release notesedit

7.15.0 Release notesedit

Release created to be compatible with the 7.15 API of Enterprise Search, App Search and Workplace Search.

7.14 Release notesedit

7.14.1 Release notesedit

Patch release with the following fixes:

  • Removed query string params for App Search endpoints #5

7.14.0 Release notesedit

Release created to be compatible with the 7.14 API of Enterprise Search, App Search and Workplace Search.

7.13 Release notesedit

7.13.1 Release notesedit

Patch release with the following fixes:

  • Removed query string params for App Search endpoints #5

7.13.0 Release notesedit

Generaledit

This is the first stable release!

  • Tested with Elastic Enterprise Search API version 7.13.0.

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).