Skip to content

Commit

Permalink
GODRIVER-3443 Remove internal APIs in migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Dec 17, 2024
1 parent 9dd4bcd commit 1fd8fa1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/migration-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,12 +503,6 @@ 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`

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

- `FindOptions.Snapshot` (4.0)
Expand Down

0 comments on commit 1fd8fa1

Please sign in to comment.