Skip to content

Commit

Permalink
Updated CHANGELOG + release_notes to 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 21, 2023
1 parent 0824eff commit 0254967
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 8.9.0 (2023-08-21)

Release compatible with Enterprise Search, App Search and Workplace Search 8.9.0

- Fixed allow Document Creation Without Id for App Search
[#33](https://github.com/elastic/enterprise-search-php/issues/33)
- Fixed nullable parameters in PHP generated classes
[#40](https://github.com/elastic/enterprise-search-php/issues/40)

## 8.8.1 (2023-08-17)

- Fixed Client version
Expand Down
9 changes: 9 additions & 0 deletions docs/guide/release_notes/85.asciidoc
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].

9 changes: 9 additions & 0 deletions docs/guide/release_notes/86.asciidoc
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].

11 changes: 11 additions & 0 deletions docs/guide/release_notes/87.asciidoc
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]
8 changes: 8 additions & 0 deletions docs/guide/release_notes/88.asciidoc
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].
11 changes: 11 additions & 0 deletions docs/guide/release_notes/89.asciidoc
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]

0 comments on commit 0254967

Please sign in to comment.