Context
MergeClientOptions was originally deprecated in v1.x with the intent to remove it in v2. Based on user feedback (GODRIVER-3434), the function was kept in v2. However:
- The deprecated comment still exists in v1.x, causing linter warnings for users who will not need to migrate away from this function
- The migration guide (docs/migration-2.0.md) incorrectly states that all Merge*Options functions were removed
Definition of done
- Remove the deprecation comment from MergeClientOptions in v1.x
- Update the migration guide to clarify that MergeClientOptions was retained