Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mongo/server/description/features.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Features
#
# If there are no currently-deprecated wire versions, this should be
# set to an empty range (e.g. the EMPTY_RANGE constant).
DEPRECATED_WIRE_VERSIONS = EMPTY_RANGE
DEPRECATED_WIRE_VERSIONS = 8..8

# make sure the deprecated versions are valid
if DEPRECATED_WIRE_VERSIONS.min && (DRIVER_WIRE_VERSIONS.min > DEPRECATED_WIRE_VERSIONS.max)
Expand Down
Loading