Skip to content

Add documentation for the new 5.2 version in main branch. #2552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/asciidoc/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ built and tested.
[cols="^,^,^,^,^",options="header"]
|===
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
| 2023.1 (?) | 5.2.x | 8.7.1 | 6.0.x | 3.1.x
| 2023.0 (Ullmann) | 5.1.x | 8.7.0 | 6.0.x | 3.1.x
| 2022.0 (Turing) | 5.0.x | 8.5.3 | 6.0.x | 3.0.x
| 2021.2 (Raj) | 4.4.xfootnote:oom[Out of maintenance] | 7.17.3 | 5.3.x | 2.7.x
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[elasticsearch-migration-guide-5.1-5.2]]
= Upgrading from 5.1.x to 5.2.x

This section describes breaking changes from version 5.1.x to 5.2.x and how removed features can be replaced by new introduced features.

[[elasticsearch-migration-guide-5.1-5.2.breaking-changes]]
== Breaking Changes


[[elasticsearch-migration-guide-5.1-5.2.deprecations]]
== Deprecations
3 changes: 3 additions & 0 deletions src/main/asciidoc/reference/elasticsearch-new.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[[new-features]]
= What's new

[[new-features.5-2-0]]
== New in Spring Data Elasticsearch 5.2

[[new-features.5-1-0]]
== New in Spring Data Elasticsearch 5.1

Expand Down
4 changes: 4 additions & 0 deletions src/main/asciidoc/reference/migration-guides.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ include::elasticsearch-migration-guide-4.3-4.4.adoc[]

include::elasticsearch-migration-guide-4.4-5.0.adoc[]

include::elasticsearch-migration-guide-5.0-5.1.adoc[]

include::elasticsearch-migration-guide-5.1-5.2.adoc[]

:leveloffset: -1