-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CHANGELOG + release_notes to 8.9
- Loading branch information
Showing
6 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[[release_notes_85]] | ||
=== 8.5 Release notes | ||
|
||
[discrete] | ||
[[release_notes_850]] | ||
=== 8.5.0 Release notes | ||
|
||
Release created to be compatible with the **8.5** API of https://www.elastic.co/enterprise-search[Enterprise Search], https://www.elastic.co/app-search/[App Search] and https://www.elastic.co/workplace-search[Workplace Search]. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[[release_notes_86]] | ||
=== 8.6 Release notes | ||
|
||
[discrete] | ||
[[release_notes_860]] | ||
=== 8.6.0 Release notes | ||
|
||
Release created to be compatible with the **8.6** API of https://www.elastic.co/enterprise-search[Enterprise Search], https://www.elastic.co/app-search/[App Search] and https://www.elastic.co/workplace-search[Workplace Search]. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[release_notes_87]] | ||
=== 8.7 Release notes | ||
|
||
[discrete] | ||
[[release_notes_870]] | ||
=== 8.7.0 Release notes | ||
|
||
Release created to be compatible with the **8.7** API of https://www.elastic.co/enterprise-search[Enterprise Search], https://www.elastic.co/app-search/[App Search] and https://www.elastic.co/workplace-search[Workplace Search]. | ||
|
||
- Fixed incorrect property name `boost` for `SearchRequestParams` in AppSearch https://github.com/elastic/enterprise-search-php/issues/35[#35] | ||
- Fixed Document class in `AppSearch\Request\IndexDocuments` https://github.com/elastic/enterprise-search-php/issues/30[#30] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[release_notes_88]] | ||
=== 8.8 Release notes | ||
|
||
[discrete] | ||
[[release_notes_880]] | ||
=== 8.8.0 Release notes | ||
|
||
Release created to be compatible with the **8.8** API of https://www.elastic.co/enterprise-search[Enterprise Search], https://www.elastic.co/app-search/[App Search] and https://www.elastic.co/workplace-search[Workplace Search]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[release_notes_89]] | ||
=== 8.9 Release notes | ||
|
||
[discrete] | ||
[[release_notes_890]] | ||
=== 8.9.0 Release notes | ||
|
||
Release created to be compatible with the **8.9** API of https://www.elastic.co/enterprise-search[Enterprise Search], https://www.elastic.co/app-search/[App Search] and https://www.elastic.co/workplace-search[Workplace Search]. | ||
|
||
- Fixed allow Document Creation Without Id for App Search https://github.com/elastic/enterprise-search-php/issues/33[#33] | ||
- Fixed nullable parameters in PHP generated classes https://github.com/elastic/enterprise-search-php/issues/40[#40] |