Skip to content

Commit af87521

Browse files
authored
Backport transport constants related to #116339 (#116965)
This change was reverted with a new transport protocol in `main` so we must backport the new protocol versions to `8.x`.
1 parent db949d6 commit af87521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ static TransportVersion def(int id) {
199199
public static final TransportVersion VERTEX_AI_INPUT_TYPE_ADDED = def(8_790_00_0);
200200
public static final TransportVersion SKIP_INNER_HITS_SEARCH_SOURCE = def(8_791_00_0);
201201
public static final TransportVersion QUERY_RULES_LIST_INCLUDES_TYPES = def(8_792_00_0);
202+
public static final TransportVersion INDEX_STATS_ADDITIONAL_FIELDS = def(8_793_00_0);
203+
public static final TransportVersion INDEX_STATS_ADDITIONAL_FIELDS_REVERT = def(8_794_00_0);
202204

203205
/*
204206
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)