From d7aebc0f0d61c55242f4695571b88cb0a9118630 Mon Sep 17 00:00:00 2001 From: Adviti Mishra Date: Mon, 15 Jul 2024 19:27:43 -0400 Subject: [PATCH] Bump the max wire version from 21 to 25 for server 8.0 compatibility --- lib/mongo/server/description/features.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo/server/description/features.rb b/lib/mongo/server/description/features.rb index 97a222713b..cfae85c7a2 100644 --- a/lib/mongo/server/description/features.rb +++ b/lib/mongo/server/description/features.rb @@ -83,7 +83,7 @@ class Features # The wire protocol versions that this version of the driver supports. # # @since 2.0.0 - DRIVER_WIRE_VERSIONS = (6..21).freeze + DRIVER_WIRE_VERSIONS = (6..25).freeze # Create the methods for each mapping to tell if they are supported. #