Skip to content

GODRIVER-3766 Remove deprecation notice for MergeClientOptions - #2294

Merged
prestonvasquez merged 1 commit into
mongodb:release/1.17from
tadjik1:GODRIVER-3766-remove-deprecation-notice-mergeclientoptions
Jan 21, 2026
Merged

GODRIVER-3766 Remove deprecation notice for MergeClientOptions#2294
prestonvasquez merged 1 commit into
mongodb:release/1.17from
tadjik1:GODRIVER-3766-remove-deprecation-notice-mergeclientoptions

Conversation

@tadjik1

@tadjik1 tadjik1 commented Jan 21, 2026

Copy link
Copy Markdown
Member

GODRIVER-3766

Summary

This PR removes the deprecation notice from MergeClientOptions. We have decided to retain this function in Driver V2, unlike other Merge*Options helpers which were removed.

Background & Motivation

Previously, as part of the work in GODRIVER-2696, the intention was to remove all Merge*Options functions in favor of a generic solution.

However, MergeClientOptions remains a widely used and useful helper for combining *ClientOptions in a "last-one-wins" fashion. To ensure a smooth user experience in V2 and prevent unnecessary linter warnings, we are formally retaining this function and removing the deprecation comment.

@tadjik1
tadjik1 requested a review from a team as a code owner January 21, 2026 16:10
@mongodb-drivers-pr-bot

Copy link
Copy Markdown
Contributor

API Change Report

No changes found!

@prestonvasquez prestonvasquez added the documentation Pull requests that update documentation or examples label Jan 21, 2026
@prestonvasquez
prestonvasquez merged commit 3c55093 into mongodb:release/1.17 Jan 21, 2026
32 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Pull requests that update documentation or examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants