Release Notes

edit

8.x

edit

8.10 Release notes

edit

8.10.0 Release notes

edit

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

8.9 Release notes

edit

8.9.0 Release notes

edit

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

  • Fixed allow Document Creation Without Id for App Search #33
  • Fixed nullable parameters in PHP generated classes #40

8.8 Release notes

edit

8.8.0 Release notes

edit

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

8.7 Release notes

edit

8.7.0 Release notes

edit

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

  • Fixed incorrect property name boost for SearchRequestParams in AppSearch #35
  • Fixed Document class in AppSearch\Request\IndexDocuments #30

8.6 Release notes

edit

8.6.0 Release notes

edit

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

8.5 Release notes

edit

8.5.0 Release notes

edit

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

8.4 Release notes

edit

8.4.0 Release notes

edit

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 notes

edit

8.3.0 Release notes

edit

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

8.2 Release notes

edit

8.2.0 Release notes

edit

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

8.1 Release notes

edit

8.1.0 Release notes

edit

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

8.0 Release notes

edit

8.0.0 Release notes

edit

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

edit

7.17 Release notes

edit

7.17.1 Release notes

edit

Patch release with the following fixes:

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

7.17.0 Release notes

edit

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 notes

edit

7.16.0 Release notes

edit

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 notes

edit

7.15.0 Release notes

edit

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

7.14 Release notes

edit

7.14.1 Release notes

edit

Patch release with the following fixes:

  • Removed query string params for App Search endpoints #5

7.14.0 Release notes

edit

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

7.13 Release notes

edit

7.13.1 Release notes

edit

Patch release with the following fixes:

  • Removed query string params for App Search endpoints #5

7.13.0 Release notes

edit

General

edit

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