Skip to content

DRIVERS-3478 Fix collation spec "Minimum Server Version" from 1.8 to 3.4#1936

Merged
GromNaN merged 1 commit into
mongodb:masterfrom
GromNaN:fix/collation-min-server-version
May 18, 2026
Merged

DRIVERS-3478 Fix collation spec "Minimum Server Version" from 1.8 to 3.4#1936
GromNaN merged 1 commit into
mongodb:masterfrom
GromNaN:fix/collation-min-server-version

Conversation

@GromNaN
Copy link
Copy Markdown
Member

@GromNaN GromNaN commented May 13, 2026

Jira: https://jira.mongodb.org/browse/DRIVERS-3478

The spec body explicitly states:

A driver MUST support a Collation option for each of the relevant operations in server versions >= 3.4 (maxWireVersion 5) and MUST throw an error if a user supplies a Collation option [...] and the selected server has maxWireVersion < 5.

The front-matter header however read Minimum Server Version: 1.8, which contradicts this requirement and could mislead implementers.

The spec body states collation requires maxWireVersion >= 5 (MongoDB 3.4),
but the front-matter header said "Minimum Server Version: 1.8". Align
the header with the actual requirement.
@GromNaN GromNaN requested a review from a team as a code owner May 13, 2026 13:33
@GromNaN GromNaN requested review from isabelatkinson and removed request for a team May 13, 2026 13:33
@GromNaN GromNaN changed the title Fix collation spec "Minimum Server Version" from 1.8 to 3.4 DRIVERS-3478 Fix collation spec "Minimum Server Version" from 1.8 to 3.4 May 18, 2026
@GromNaN GromNaN merged commit 62028fd into mongodb:master May 18, 2026
6 checks passed
@GromNaN GromNaN deleted the fix/collation-min-server-version branch May 18, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants