|
@@ -223,6 +223,7 @@ public class TransportVersions {
|
|
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_3 = def(9_000_0_12);
|
|
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_3 = def(9_000_0_12);
|
|
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_4 = def(9_000_0_13);
|
|
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_4 = def(9_000_0_13);
|
|
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_6 = def(9_000_0_15);
|
|
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_6 = def(9_000_0_15);
|
|
|
|
+ public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_7 = def(9_000_0_16);
|
|
public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED = def(9_001_0_00);
|
|
public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED = def(9_001_0_00);
|
|
public static final TransportVersion REMOVE_SNAPSHOT_FAILURES = def(9_002_0_00);
|
|
public static final TransportVersion REMOVE_SNAPSHOT_FAILURES = def(9_002_0_00);
|
|
public static final TransportVersion TRANSPORT_STATS_HANDLING_TIME_REQUIRED = def(9_003_0_00);
|
|
public static final TransportVersion TRANSPORT_STATS_HANDLING_TIME_REQUIRED = def(9_003_0_00);
|
|
@@ -421,7 +422,7 @@ public class TransportVersions {
|
|
* Reference to the minimum transport version that can be used with CCS.
|
|
* Reference to the minimum transport version that can be used with CCS.
|
|
* This should be the transport version used by the previous minor release.
|
|
* This should be the transport version used by the previous minor release.
|
|
*/
|
|
*/
|
|
- public static final TransportVersion MINIMUM_CCS_VERSION = INITIAL_ELASTICSEARCH_9_1_2;
|
|
|
|
|
|
+ public static final TransportVersion MINIMUM_CCS_VERSION = INITIAL_ELASTICSEARCH_9_0_6;
|
|
|
|
|
|
/**
|
|
/**
|
|
* Sorted list of all versions defined in this class
|
|
* Sorted list of all versions defined in this class
|