migrate_8_4.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [[migrating-8.4]]
  2. == Migrating to 8.4
  3. ++++
  4. <titleabbrev>8.4</titleabbrev>
  5. ++++
  6. This section discusses the changes that you need to be aware of when migrating
  7. your application to {es} 8.4.
  8. See also <<release-highlights>> and <<es-release-notes>>.
  9. [discrete]
  10. [[breaking-changes-8.4]]
  11. === Breaking changes
  12. // tag::notable-breaking-changes[]
  13. There are no breaking changes in {es} 8.4.
  14. // end::notable-breaking-changes[]
  15. [discrete]
  16. [[deprecated-8.4]]
  17. === Deprecations
  18. The following functionality has been deprecated in {es} 8.4
  19. and will be removed in a future version.
  20. While this won't have an immediate impact on your applications,
  21. we strongly encourage you to take the described steps to update your code
  22. after upgrading to 8.4.
  23. To find out if you are using any deprecated functionality,
  24. enable <<deprecation-logging, deprecation logging>>.
  25. [discrete]
  26. [[deprecations_84_rest_api]]
  27. ==== REST API deprecations
  28. [[deprecate_knn_search_endpoint]]
  29. .Deprecate the `_knn_search` endpoint
  30. [%collapsible]
  31. ====
  32. *Details* +
  33. -| The kNN search API is deprecated in favor of the new 'knn' option inside the search API. The 'knn' option is now the recommended way of running ANN search.
  34. *Impact* +
  35. Users should switch from `_knn_search` to the search `knn` option.
  36. ====