Skip to content

Commit 38ed63c

Browse files
authored
Revise breaking change doc areas (#80761)
PR #79162 revised the breaking changes categories in the doc. Follow this by revising the categories that changelog YAML files can use.
1 parent 2c8840e commit 38ed63c

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

build-tools-internal/src/main/resources/changelog-schema.json

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -191,33 +191,18 @@
191191
"breakingArea": {
192192
"type": "string",
193193
"enum": [
194-
"API",
195-
"Aggregation",
196-
"Allocation",
197-
"Authentication",
198-
"CCR",
199-
"Cluster",
200-
"Discovery",
201-
"Engine",
202-
"HTTP",
203-
"Highlighters",
204-
"Indices",
205-
"Java",
206-
"License Information",
194+
"Cluster and node setting",
195+
"Command line tool",
196+
"Index setting",
197+
"JVM option",
198+
"Java API",
207199
"Logging",
208-
"Machine Learning",
209-
"Mappings",
210-
"Networking",
200+
"Mapping",
211201
"Packaging",
212-
"Plugins",
213-
"Script Cache",
214-
"Search Changes",
215-
"Search",
216-
"Security",
217-
"Settings",
218-
"Snapshot and Restore",
219-
"Transform",
220-
"Transport"
202+
"Painless",
203+
"REST API",
204+
"System requirement",
205+
"Transform"
221206
]
222207
},
223208
"additionalProperties": false

docs/changelog/78968.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: breaking
55
issues: []
66
breaking:
77
title: HTTP Status code has changed for the Cluster Health API in case of a server timeout
8-
area: API
8+
area: REST API
99
details: |-
1010
The cluster health API includes options for waiting
1111
for certain health conditions to be satisfied. If the requested conditions are

0 commit comments

Comments
 (0)