Skip to content

Commit

Permalink
Add release notes for 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jul 5, 2022
1 parent 0385745 commit 530f258
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/guide/release-notes/8-3-0.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[release-notes-8-3-0]]
=== 8.3.0 Release Notes

[discrete]
==== Added

- Added the `current_page` parameter to many APIs that support pagination.
- Added the `app_search.multi_search` API for v8.x
- Added the `enterprise_search.get_search_engines` API

[discrete]
==== Fixed

- Fixed the `overrides` parameter of the `app_search.get_top_queries_analytics` and `create_crawler_crawl_request` APIs


[discrete]
==== Removed

- Removed unused `created_at` parameters for various `create_*` APIs. These parameters weren't used by the server and were only generated due to issues with the API specification.
2 changes: 2 additions & 0 deletions docs/guide/release-notes/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[discrete]
=== 8.x

* <<release-notes-8-3-0, 8.3.0 Release Notes>>
* <<release-notes-8-2-0, 8.2.0 Release Notes>>

[discrete]
Expand All @@ -18,6 +19,7 @@
* <<release-notes-7-11-0, 7.11.0 Release Notes>>
* <<release-notes-7-10-0, 7.10.0-beta1 Release Notes>>

include::8-3-0.asciidoc[]
include::8-2-0.asciidoc[]
include::7-17-0.asciidoc[]
include::7-16-0.asciidoc[]
Expand Down

0 comments on commit 530f258

Please sign in to comment.