|
3 | 3 |
|
4 | 4 | [partintro]
|
5 | 5 | --
|
| 6 | +// To add a release, copy and paste the placeholder text at the bottom |
| 7 | +// and add a link to the new section. Note that release subheads must |
| 8 | +// be floated and sections cannot be empty. |
| 9 | + |
6 | 10 | // Use these for links to issue and pulls. Note issues and pulls redirect one to
|
7 | 11 | // each other on Github, so don't worry too much on using the right prefix.
|
8 | 12 | // :issue: https://github.com/elastic/elasticsearch/issues/
|
@@ -30,6 +34,9 @@ This section summarizes the changes in each release.
|
30 | 34 | * <<release-notes-6.0.0-alpha2>>
|
31 | 35 | * <<release-notes-6.0.0-alpha1>>
|
32 | 36 | * <<release-notes-6.0.0-alpha1-5x>>
|
| 37 | +* <<release-notes-7.0.0>> |
| 38 | +* <<release-notes-6.4.0>> |
| 39 | +* <<release-notes-6.3.1>> |
33 | 40 |
|
34 | 41 | --
|
35 | 42 |
|
@@ -281,6 +288,8 @@ Machine Learning::
|
281 | 288 | * Fixed an exception that occurred when a categorization field contained an
|
282 | 289 | empty string.
|
283 | 290 |
|
| 291 | +[float] |
| 292 | +=== Deprecations |
284 | 293 | Monitoring::
|
285 | 294 | * Properly registered `xpack.monitoring.exporters.*.headers.*` settings, which
|
286 | 295 | were broken in 6.2.0 and 6.2.1. For more information, see
|
@@ -349,15 +358,16 @@ Plugin Lang Painless::
|
349 | 358 |
|
350 | 359 | Plugins::
|
351 | 360 | * Fix the ability to remove old plugin {pull}28540[#28540] (issue: {issue}28538[#28538])
|
| 361 | +[float] |
| 362 | +=== Regressions |
| 363 | +Fail snapshot operations early when creating or deleting a snapshot on a repository that has been |
| 364 | +written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140]) |
352 | 365 |
|
353 | 366 | Security::
|
354 | 367 | * Fixed missing dependencies for x-pack-transport.
|
355 | 368 | * Fixed `saml-metadata` env file such that it sources the appropriate
|
356 | 369 | environment file.
|
357 | 370 |
|
358 |
| -//[float] |
359 |
| -//=== Regressions |
360 |
| - |
361 | 371 | //[float]
|
362 | 372 | //=== Known Issues
|
363 | 373 |
|
@@ -794,19 +804,52 @@ Watcher::
|
794 | 804 | * Replaced group settings with affix key settings where filters are needed.
|
795 | 805 | For more information, see https://github.com/elastic/elasticsearch/pull/28338.
|
796 | 806 |
|
| 807 | +[[release-notes-6.3.1]] |
797 | 808 | == Elasticsearch version 6.3.1
|
798 | 809 |
|
799 |
| -=== New Features |
| 810 | +//[float] |
| 811 | +//=== New Features |
800 | 812 |
|
801 |
| -=== Enhancements |
| 813 | +//[float] |
| 814 | +//=== Enhancements |
802 | 815 |
|
| 816 | +[float] |
803 | 817 | === Bug Fixes
|
804 | 818 |
|
805 | 819 | Reduce the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180])
|
806 | 820 |
|
807 |
| -=== Regressions |
| 821 | +//[float] |
| 822 | +//=== Regressions |
| 823 | + |
| 824 | +//[float] |
| 825 | +//=== Known Issues |
| 826 | + |
| 827 | +// To add a release, copy and paste the following text, uncomment the relevant |
| 828 | +// sections, and add a link to the new section in the list of releases at the |
| 829 | +// top of the page. Note that release subheads must be floated and sections |
| 830 | +// cannot be empty. |
| 831 | + |
| 832 | +// [[release-notes-n.n.n]] |
| 833 | +// == {es} n.n.n |
| 834 | + |
| 835 | +//[float] |
| 836 | +//=== Breaking Changes |
| 837 | + |
| 838 | +//[float] |
| 839 | +//=== Breaking Java Changes |
| 840 | + |
| 841 | +//[float] |
| 842 | +//=== Deprecations |
| 843 | + |
| 844 | +//[float] |
| 845 | +//=== New Features |
| 846 | + |
| 847 | +//[float] |
| 848 | +//=== Enhancements |
| 849 | + |
| 850 | +//[float] |
| 851 | +//=== Bug Fixes |
808 | 852 |
|
809 |
| -=== Known Issues |
810 | 853 | //[float]
|
811 | 854 | //=== Regressions
|
812 | 855 |
|
|
0 commit comments