Skip to content

Commit 35f0733

Browse files
GODRIVER-3443 Remove internal APIs in migration guide. (#1911)
(cherry picked from commit c79e929)
1 parent 80c2f1d commit 35f0733

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/migration-2.0.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,11 +503,7 @@ mongo.WithSession(context.TODO(),sess,func(ctx context.Context) error {
503503

504504
## Options Package
505505

506-
The following fields were marked for internal use only and do not have replacement:
507-
508-
- `ClientOptions.AuthenticateToAnything`
509-
- `FindOptions.OplogReplay`
510-
- `FindOneOptions.OplogReplay`
506+
`ClientOptions.AuthenticateToAnything` was marked for internal use in 1.x and does not have a replacement.
511507

512508
The following fields were removed because they are no longer supported by the server
513509

0 commit comments

Comments
 (0)