From 035e7ec958bd29f12c9fdd8d8111ab53f85bb9b1 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 21 Aug 2023 15:17:12 +0200 Subject: [PATCH] Updated CHANGELOG + release_notes to 8.9 --- CHANGELOG.md | 9 +++++++++ docs/guide/release_notes/85.asciidoc | 9 +++++++++ docs/guide/release_notes/86.asciidoc | 9 +++++++++ docs/guide/release_notes/87.asciidoc | 11 +++++++++++ docs/guide/release_notes/88.asciidoc | 8 ++++++++ docs/guide/release_notes/89.asciidoc | 11 +++++++++++ 6 files changed, 57 insertions(+) create mode 100644 docs/guide/release_notes/85.asciidoc create mode 100644 docs/guide/release_notes/86.asciidoc create mode 100644 docs/guide/release_notes/87.asciidoc create mode 100644 docs/guide/release_notes/88.asciidoc create mode 100644 docs/guide/release_notes/89.asciidoc diff --git a/CHANGELOG.md b/CHANGELOG.md index 51cabac..76e6b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/guide/release_notes/85.asciidoc b/docs/guide/release_notes/85.asciidoc new file mode 100644 index 0000000..c90da0f --- /dev/null +++ b/docs/guide/release_notes/85.asciidoc @@ -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]. + \ No newline at end of file diff --git a/docs/guide/release_notes/86.asciidoc b/docs/guide/release_notes/86.asciidoc new file mode 100644 index 0000000..1ac504c --- /dev/null +++ b/docs/guide/release_notes/86.asciidoc @@ -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]. + \ No newline at end of file diff --git a/docs/guide/release_notes/87.asciidoc b/docs/guide/release_notes/87.asciidoc new file mode 100644 index 0000000..107c470 --- /dev/null +++ b/docs/guide/release_notes/87.asciidoc @@ -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] diff --git a/docs/guide/release_notes/88.asciidoc b/docs/guide/release_notes/88.asciidoc new file mode 100644 index 0000000..6151f9d --- /dev/null +++ b/docs/guide/release_notes/88.asciidoc @@ -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]. diff --git a/docs/guide/release_notes/89.asciidoc b/docs/guide/release_notes/89.asciidoc new file mode 100644 index 0000000..cb30e87 --- /dev/null +++ b/docs/guide/release_notes/89.asciidoc @@ -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]