Skip to content

Releases: elastic/enterprise-search-php

Release 8.1.0

06 Jul 10:32
v8.1.0
5bbab61
Compare
Choose a tag to compare

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

Release 8.0.0

23 Jun 21:08
v8.0.0
ac761ea
Compare
Choose a tag to compare

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

03 Jun 15:56
v7.17.1
60504e3
Compare
Choose a tag to compare

Patch release with the following fixes:

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

Release 7.17.0

11 May 10:23
v7.17.0
1cf2776
Compare
Choose a tag to compare

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

Release 7.16.0

31 Jan 21:31
v7.16.0
9bea65f
Compare
Choose a tag to compare

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

Release 7.14.1

11 Nov 13:01
v7.14.1
c6e1297
Compare
Choose a tag to compare

Patch release with the following fixes:

  • Removed query string params for App Search endpoints #5

Release 7.13.1

09 Nov 11:36
v7.13.1
32127c3
Compare
Choose a tag to compare

Patch release with the following fixes:

  • Removed query string params for App Search endpoints #5

Release 7.15.0

13 Oct 13:55
v7.15.0
7655fb4
Compare
Choose a tag to compare

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

Release 7.14.0

04 Aug 08:13
v7.14.0
55bceba
Compare
Choose a tag to compare

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

Release 7.13.0

25 May 20:11
v7.13.0
2c16450
Compare
Choose a tag to compare

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