Skip to content

Commit

Permalink
GODRIVER-3443 Remove internal APIs in migration guide. (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu authored Jan 13, 2025
1 parent b307d49 commit c79e929
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/migration-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,7 @@ mongo.WithSession(context.TODO(),sess,func(ctx context.Context) error {

## Options Package

The following fields were marked for internal use only and do not have replacement:

- `ClientOptions.AuthenticateToAnything`
- `FindOptions.OplogReplay`
- `FindOneOptions.OplogReplay`
`ClientOptions.AuthenticateToAnything` was marked for internal use in 1.x and does not have a replacement.

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

Expand Down

0 comments on commit c79e929

Please sign in to comment.