Skip to content

Commit 3dcf4f8

Browse files
GODRIVER-3443 Remove internal APIs in migration guide. (#1911) [release/2.0] (#1951)
Co-authored-by: Qingyang Hu <[email protected]>
1 parent eff0672 commit 3dcf4f8

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)