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
(cherry picked from commit c79e929)
  • Loading branch information
qingyang-hu authored and mongodb-dbx-release-bot[bot] committed Feb 19, 2025
1 parent 80c2f1d commit 35f0733
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 35f0733

Please sign in to comment.