8.0.0-alpha2.asciidoc 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [[release-notes-8.0.0-alpha2]]
  2. == {es} version 8.0.0-alpha2
  3. Also see <<breaking-changes-8.0,Breaking changes in 8.0>>.
  4. [[breaking-8.0.0-alpha2]]
  5. [float]
  6. === Breaking changes
  7. ILM+SLM::
  8. * Make the ILM `freeze` action a no-op {es-pull}77158[#77158] (issue: {es-issue}70192[#70192])
  9. Infra/Core::
  10. * Fail index creation using custom data path {es-pull}76792[#76792] (issue: {es-issue}73168[#73168])
  11. * System indices treated as restricted indices {es-pull}74212[#74212] (issue: {es-issue}69298[#69298])
  12. License::
  13. * Set `xpack.security.enabled` to true for all licenses {es-pull}72300[#72300]
  14. Packaging::
  15. * Remove no-jdk distributions {es-pull}76896[#76896] (issue: {es-issue}65109[#65109])
  16. Security::
  17. * Remove `kibana_dashboard_only_user` reserved role {es-pull}76507[#76507]
  18. [[enhancement-8.0.0-alpha2]]
  19. [float]
  20. === Enhancements
  21. Authentication::
  22. * Autogenerate and print elastic password on startup {es-pull}77291[#77291]
  23. * Enroll Kibana API uses Service Accounts {es-pull}76370[#76370]
  24. * Add `reset-kibana-system-user` tool {es-pull}77322[#77322]
  25. ILM+SLM::
  26. * Allow for setting the total shards per node in the Allocate ILM action {es-pull}76794[#76794] (issue: {es-issue}76775[#76775])
  27. Infra/Core::
  28. * Retain reference to stdout for exceptional cases {es-pull}77460[#77460]
  29. Ingest::
  30. * Add support for `_meta` field to ingest pipelines {es-pull}76381[#76381]
  31. Machine Learning::
  32. * Adding new PUT trained model vocabulary endpoint {es-pull}77387[#77387]
  33. * Creating new PUT model definition part API {es-pull}76987[#76987]
  34. Network::
  35. * Enable LZ4 transport compression by default {es-pull}76326[#76326] (issue: {es-issue}73497[#73497])
  36. Search::
  37. * [REST API Compatibility] Nested path and filter sort options {es-pull}76022[#76022] (issues: {es-issue}42809[#42809], {es-issue}51816[#51816])
  38. * [REST API Compatibility] `CommonTermsQuery` and `cutoff_frequency` parameter {es-pull}75896[#75896] (issues: {es-issue}42654[#42654], {es-issue}51816[#51816])
  39. * [REST API Compatibility] Allow first empty line for `_msearch` {es-pull}75886[#75886] (issues: {es-issue}41011[#41011], {es-issue}51816[#51816])
  40. Security::
  41. * Adding base `RestHandler` class for Enrollment APIs {es-pull}76564[#76564] (issue: {es-issue}76097[#76097])
  42. * Generate and store password hash for elastic user {es-pull}76276[#76276] (issue: {es-issue}75310[#75310])
  43. * Set elastic password and generate enrollment token {es-pull}75816[#75816] (issue: {es-issue}75310[#75310])
  44. * Add `elasticsearch-enroll-node` tool {es-pull}77292[#77292]
  45. * Default hasher to `PBKDF2_STRETCH` on FIPS mode {es-pull}76274[#76274]
  46. [[bug-8.0.0-alpha2]]
  47. [float]
  48. === Bug Fixes
  49. ILM+SLM::
  50. * Ensuring that the `ShrinkAction` does not hang if total shards per node is too low {es-pull}76732[#76732] (issue: {es-issue}44070[#44070])
  51. Security::
  52. * Allow access to restricted system indices for reserved system roles {es-pull}76845[#76845]