We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec12dc6 commit 2caf17cCopy full SHA for 2caf17c
server/src/main/java/org/elasticsearch/TransportVersions.java
@@ -197,7 +197,7 @@ static TransportVersion def(int id) {
197
* Reference to the minimum transport version that can be used with CCS.
198
* This should be the transport version used by the previous minor release.
199
*/
200
- public static final TransportVersion MINIMUM_CCS_VERSION = V_8_11_X;
+ public static final TransportVersion MINIMUM_CCS_VERSION = V_8_12_0;
201
202
static final NavigableMap<Integer, TransportVersion> VERSION_IDS = getAllVersionIds(TransportVersions.class);
203
0 commit comments