From c79e929fed9e2ec0e5f75857bfc553bceeb48765 Mon Sep 17 00:00:00 2001 From: Qingyang Hu <103950869+qingyang-hu@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:57:41 -0500 Subject: [PATCH] GODRIVER-3443 Remove internal APIs in migration guide. (#1911) --- docs/migration-2.0.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/migration-2.0.md b/docs/migration-2.0.md index 577680b02b..056476799b 100644 --- a/docs/migration-2.0.md +++ b/docs/migration-2.0.md @@ -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