You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+110-1
Original file line number
Diff line number
Diff line change
@@ -317,4 +317,113 @@ After:
317
317
- The `runtimeFieldTypes` property has been removed as it is not supported by OpenSearch.
318
318
319
319
### OperatingSystemMemoryInfo
320
-
- The `freePercent` and `usedPercent` properties have been corrected to be of type `double` instead of `int`.
320
+
- The `freePercent` and `usedPercent` properties have been corrected to be of type `double` instead of `int`.
321
+
322
+
### NodeInfoSettingsHttpType
323
+
- The `NodeInfoSettingsHttpType` class is now an untagged union between `String` and `NodeInfoSettingsHttpTypeConfig`.
324
+
325
+
### NodeInfoSettingsTransportType
326
+
- The `NodeInfoSettingsHttpType` class is now an untagged union between `String` and `NodeInfoSettingsHttpTypeConfig`.
327
+
328
+
### NodeThreadPoolInfo
329
+
- The `keepAlive` property has been corrected to be of type `Time` instead of `String`.
330
+
331
+
### NodesInfoRequest
332
+
- The `metric` property is now of type `List<NodesInfoMetric>` instead of `List<String>`.
333
+
- The `clusterManagerTimeout` and `masterTimeout` properties have been removed as they are not supported by OpenSearch.
334
+
335
+
### NodeReloadResult
336
+
- The `NodeReloadResult` class has been corrected to be an object with an optional `reloadException` instead of a union of stats and error.
337
+
338
+
### NodesStatsRequest
339
+
- The `groups` property has been corrected to be of type `List<String>` instead of `Boolean`.
340
+
- The `indexMetric` property is now of type `List<NodesStatsIndexMetric>` instead of `List<String>`.
341
+
- The `metric` property is now of type `List<NodesStatsMetric>` instead of `List<String>`.
342
+
- The `includeUnloadedSegments`, `masterTimeout` and `clusterManagerTimeout` properties have been removed as they are not supported by OpenSearch.
343
+
344
+
### nodes.AdaptiveSelection
345
+
- The `AdaptiveSelection` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
346
+
347
+
### nodes.Breaker
348
+
- The `Breaker` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
349
+
- The `overhead` property has been corrected to be of type `double` instead of `float`.
350
+
- The `tripped` property has been corrected to be of type `long` instead of `float`.
351
+
352
+
### nodes.DataPathStats
353
+
- The `DataPathStats` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
354
+
355
+
### nodes.ExtendedMemoryStats
356
+
- The `ExtendedMemoryStats` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
357
+
- The `freePercent` and `usedPercent` properties have been corrected to be of type `double` instead of `int`.
358
+
359
+
### nodes.FileSystem
360
+
- The `FileSystem` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
361
+
362
+
### nodes.FileSystemTotal
363
+
- The `FileSystemTotal` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
364
+
365
+
### nodes.GarbageCollector
366
+
- The `GarbageCollector` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
367
+
368
+
### nodes.GarbageCollectorTotal
369
+
- The `GarbageCollectorTotal` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
370
+
371
+
### nodes.Http
372
+
- The `Http` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
373
+
- The `currentOpen` property has been corrected to be of type `long` instead of `int`.
374
+
375
+
### nodes.Ingest
376
+
- The `Ingest` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
377
+
378
+
### nodes.IngestTotal
379
+
- The `IngestTotal` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
380
+
381
+
### nodes.Jvm
382
+
- The `Jvm` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
383
+
- The `mem` property is now of type `JvmMemoryStats` instead of `MemoryStats`.
384
+
385
+
### nodes.JvmClasses
386
+
- The `JvmClasses` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
387
+
388
+
### nodes.JvmThreads
389
+
- The `JvmThreads` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
390
+
391
+
### nodes.KeyedProcessor
392
+
- The `KeyedProcessor` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
393
+
- The `statistics` property has had its naming corrected to `stats` and its type corrected to `Processor`.
394
+
395
+
### nodes.MemoryStats
396
+
- The `MemoryStats` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
397
+
- The `resident`, `residentInBytes`, `share`, `shareInBytes`, `totalVirtual` and `totalVirtualInBytes` properties have been removed as they are not returned by OpenSearch.
398
+
399
+
### nodes.NodeBufferPool
400
+
- The `NodeBufferPool` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
401
+
402
+
### nodes.OperatingSystem
403
+
- The `OperatingSystem` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
404
+
- The `cpu` property is now of type `OperatingSystemCpuStats` instead of `Cpu`.
405
+
406
+
### nodes.Process
407
+
- The `Process` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
408
+
- The `cpu` property is now of type `ProcessCpuStats` instead of `Cpu`.
409
+
- The `mem` property is now of type `ProcessMemoryStats` instead of `MemoryStats`.
410
+
- The `openFileDescriptors` property has been corrected to be of type `long` instead of `int`.
411
+
412
+
### nodes.Stats
413
+
- The `Stats` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
414
+
- The `indices` property is now of type `NodesIndicesStats` instead of `IndexStats`.
415
+
- The `script` property is now of type `ScriptStats` instead of `Scripting`.
416
+
417
+
### nodes.ThreadCount
418
+
- The `ThreadCount` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
419
+
420
+
### nodes.Transport
421
+
- The `Transport` class has been moved from the `org.opensearch.client.opensearch.nodes` package to the `org.opensearch.client.opensearch.nodes.stats` package.
422
+
- The `serverOpen` property has been corrected to be of type `long` instead of `int`.
423
+
424
+
### NodesUsageRequest
425
+
- The `metric` property is now of type `List<NodesUsageMetric>` instead of `List<String>`.
426
+
427
+
### NodeUsage
428
+
- The `restActions` property has been corrected to be of type `Map<String, Long>` instead of `Map<String, Integer>`.
429
+
- The `since` and `timestamp` properties have been corrected to be of type `long` instead of `String`.
0 commit comments