Skip to content

Commit

Permalink
Add ByteSizeValue transport version numbers (#120473)
Browse files Browse the repository at this point in the history
* Add ByteSizeValue transport version numbers.

For compatibility with v9.

* Remove assert for BYTE_SIZE_VALUE_ALWAYS_USES_BYTES_1
  • Loading branch information
prdoyle authored Jan 20, 2025
1 parent dbea04f commit d55904a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/java/org/elasticsearch/TransportVersions.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ static TransportVersion def(int id) {
public static final TransportVersion ELASTIC_INFERENCE_SERVICE_UNIFIED_CHAT_COMPLETIONS_INTEGRATION = def(8_822_00_0);
public static final TransportVersion KQL_QUERY_TECH_PREVIEW = def(8_823_00_0);
public static final TransportVersion ESQL_PROFILE_ROWS_PROCESSED = def(8_824_00_0);
public static final TransportVersion BYTE_SIZE_VALUE_ALWAYS_USES_BYTES_1 = def(8_825_00_0);
public static final TransportVersion REVERT_BYTE_SIZE_VALUE_ALWAYS_USES_BYTES_1 = def(8_826_00_0);

/*
* STOP! READ THIS FIRST! No, really,
Expand Down

0 comments on commit d55904a

Please sign in to comment.