Skip to content

Commit 97177a3

Browse files
committed
Update 7.3 release notes.
1 parent e1b626b commit 97177a3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/reference/release-notes/7.3.asciidoc

+25-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Aggregations::
5656
Audit::
5757
* Enable console audit logs for docker {pull}42671[#42671] (issue: {issue}42666[#42666])
5858

59+
Data Frame::
60+
* [ML-DataFrame] add sync api {pull}41800[#41800]
61+
5962
Infra/Settings::
6063
* Consistent Secure Settings {pull}40416[#40416]
6164

@@ -106,6 +109,7 @@ CCR::
106109
* Replicate aliases in cross-cluster replication {pull}41815[#41815] (issue: {issue}41396[#41396])
107110

108111
Cluster Coordination::
112+
* Ignore unknown fields if overriding node metadata {pull}44689[#44689]
109113
* Add voting-only master node {pull}43410[#43410] (issue: {issue}14340[#14340])
110114
* Defer reroute when nodes join {pull}42855[#42855]
111115
* Stop SeedHostsResolver on shutdown {pull}42844[#42844]
@@ -154,6 +158,7 @@ Features/Monitoring::
154158
* Expand beats_system role privileges {pull}40876[#40876]
155159

156160
Features/Watcher::
161+
* Improve CryptoService error message on missing secure file {pull}43623[#43623] (issue: {issue}43619[#43619])
157162
* Watcher: Allow to execute actions for each element in array {pull}41997[#41997] (issue: {issue}34546[#34546])
158163

159164
Infra/Core::
@@ -198,6 +203,7 @@ Network::
198203
* Do not hang on unsupported HTTP methods {pull}43362[#43362]
199204

200205
Ranking::
206+
* Fix parameter value for calling data.advanceExact {pull}44205[#44205]
201207
* Distance measures for dense and sparse vectors {pull}37947[#37947] (issue: {issue}31615[#31615])
202208

203209
Recovery::
@@ -232,6 +238,7 @@ Store::
232238
=== Bug fixes
233239

234240
Aggregations::
241+
* Fix incorrect calculation of how many buckets will result from a merge {pull}44461[#44461] (issue: {issue}43577[#43577])
235242
* Set document on script when using Bytes.WithScript {pull}43390[#43390]
236243
* Bug fix to allow access to top level params in reduce script {pull}42096[#42096] (issue: {issue}42046[#42046])
237244

@@ -249,9 +256,13 @@ Analysis::
249256
* Require [articles] setting in elision filter {pull}43083[#43083] (issue: {issue}43002[#43002])
250257

251258
Authentication::
259+
* Fix broken short-circuit in getUnlicensedRealms {pull}44399[#44399]
252260
* Fix Token Service retry mechanism {pull}39639[#39639]
253261

254262
CCR::
263+
* Skip update if leader and follower settings identical {pull}44535[#44535] (issue: {issue}44521[#44521])
264+
* Avoid stack overflow in auto-follow coordinator {pull}44421[#44421] (issue: {issue}43251[#43251])
265+
* Avoid NPE when checking for CCR index privileges {pull}44397[#44397] (issue: {issue}44172[#44172])
255266
* CCR should not replicate private/internal settings {pull}43067[#43067] (issue: {issue}41268[#41268])
256267

257268
CRUD::
@@ -265,6 +276,7 @@ Cluster Coordination::
265276
* Omit non-masters in ClusterFormationFailureHelper {pull}41344[#41344]
266277

267278
Data Frame::
279+
* [ML][Data Frame] treat bulk index failures as an indexing failure {pull}44351[#44351] (issue: {issue}44101[#44101])
268280
* [ML][Data Frame] responding with 409 status code when failing _stop {pull}44231[#44231] (issue: {issue}44103[#44103])
269281
* [ML][Data Frame] adds index validations to _start data frame transform {pull}44191[#44191] (issue: {issue}44104[#44104])
270282
* [ML] Data frame task failure do not make a 500 response {pull}44058[#44058] (issue: {issue}44011[#44011])
@@ -301,6 +313,8 @@ Features/ILM::
301313
* Make ILM force merging best effort {pull}43246[#43246] (issues: {issue}42824[#42824], {issue}43245[#43245])
302314

303315
Features/Indices APIs::
316+
* Check shard limit after applying index templates {pull}44619[#44619] (issues: {issue}34021[#34021], {issue}44567[#44567], {issue}44619[#44619])
317+
* Validate index settings after applying templates {pull}44612[#44612] (issues: {issue}34021[#34021], {issue}44567[#44567])
304318
* Prevent NullPointerException in TransportRolloverAction {pull}43353[#43353] (issue: {issue}43296[#43296])
305319

306320
Features/Ingest::
@@ -317,30 +331,37 @@ Features/Watcher::
317331
* fix unlikely bug that can prevent Watcher from restarting {pull}42030[#42030]
318332

319333
Infra/Core::
334+
* Add default CLI JVM options {pull}44545[#44545] (issues: {issue}219[#219], {issue}42021[#42021])
320335
* scheduleAtFixedRate would hang {pull}42993[#42993] (issue: {issue}38441[#38441])
321336
* Only ignore IOException when fsyncing on dirs {pull}42972[#42972] (issue: {issue}42950[#42950])
322337
* Fix alpha build error message when generate version object from version string {pull}40406[#40406]
323338
* Bat scripts to work with JAVA_HOME with parantheses {pull}39712[#39712] (issues: {issue}30606[#30606], {issue}33405[#33405], {issue}38578[#38578], {issue}38624[#38624])
324339
* Change licence expiration date pattern {pull}39681[#39681] (issue: {issue}39136[#39136])
325340

326341
Infra/Packaging::
342+
* Restore setting up temp dir for windows service {pull}44541[#44541]
327343
* Fix the bundled jdk flag to be passed through windows startup {pull}43502[#43502]
328344

345+
Infra/Plugins::
346+
* Do not checksum all bytes at once in plugin install {pull}44649[#44649] (issue: {issue}44545[#44545])
347+
329348
Infra/REST API::
330349
* Remove deprecated _source_exclude and _source_include from get API spec {pull}42188[#42188]
331350

332351
Infra/Scripting::
333352
* Allow aggregations using expressions to use _score {pull}42652[#42652]
334353

335354
Machine Learning::
355+
* Fix test for old cluster version >= 7.3.0 {pull}44437[#44437]
336356
* Use specific version constant for wire bwc check {pull}44316[#44316] (issue: {issue}42501[#42501])
337357
* Update .ml-config mappings before indexing job, datafeed or df analytics config {pull}44216[#44216] (issue: {issue}44263[#44263])
338358
* [ML] Wait for .ml-config primary before assigning persistent tasks {pull}44170[#44170] (issue: {issue}44156[#44156])
339359
* [ML] Fix ML memory tracker lockup when inner step fails {pull}44158[#44158] (issue: {issue}44156[#44156])
340-
* [ML] Fix datafeed checks when a concrete remote index is present {pull}43923[#43923]
360+
* [ML] Fix datafeed checks when a concrete remote index is present {pull}43923[#43923] (issue: {issue}42113[#42113])
341361
* [ML] Fix possible race condition when closing an opening job {pull}42506[#42506]
342362

343363
Mapping::
364+
* Ensure field caps doesn't error on rank feature fields. {pull}44370[#44370] (issue: {issue}44330[#44330])
344365
* Prevent types deprecation warning for indices.exists requests {pull}43963[#43963] (issue: {issue}43905[#43905])
345366
* Fix index_prefix sub field name on nested text fields {pull}43862[#43862] (issue: {issue}43741[#43741])
346367
* Fix possible NPE in put mapping validators {pull}43000[#43000] (issue: {issue}37675[#37675])
@@ -374,6 +395,7 @@ SQL::
374395
* SQL: cover the Integer type when extracting values from _source {pull}42859[#42859] (issue: {issue}42858[#42858])
375396

376397
Search::
398+
* Don't use index_phrases on graph queries {pull}44340[#44340] (issue: {issue}43976[#43976])
377399
* Fix wrong logic in `match_phrase` query with multi-word synonyms {pull}43941[#43941] (issue: {issue}43308[#43308])
378400
* Fix UOE on search requests that match a sparse role query {pull}43668[#43668] (issue: {issue}42857[#42857])
379401
* Fix propagation of enablePositionIncrements in QueryStringQueryBuilder {pull}43578[#43578] (issue: {issue}43574[#43574])
@@ -387,6 +409,8 @@ Search::
387409
* Deduplicate alias and concrete fields in query field expansion {pull}42328[#42328]
388410

389411
Security::
412+
* Do not swallow I/O exception getting authentication {pull}44398[#44398] (issues: {issue}44172[#44172], {issue}44397[#44397])
413+
* Use system context for looking up connected nodes {pull}43991[#43991] (issue: {issue}43974[#43974])
390414
* SecurityIndexSearcherWrapper doesn't always carry over caches and similarity {pull}43436[#43436]
391415
* Detect when security index is closed {pull}42191[#42191]
392416

0 commit comments

Comments
 (0)