From bb7bb37c2336d135c8636b65fd00c85ca31392ac Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Fri, 16 Jun 2023 12:13:30 +0200 Subject: [PATCH 1/4] CLOUDP-185079: notify users about new SDK --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dee4adbd4..396d23f51 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ A Go HTTP client for the [MongoDB Atlas API](https://docs.atlas.mongodb.com/api/ Note that `go-client-mongodb-atlas` only supports the two most recent major versions of Go. +## Maintenance Update + +`go-client-mongodb-atlas` is currently under limited maintenance. +We recommend migrating to https://github.com/mongodb/atlas-sdk-go for the latest features. + ## Usage ```go From e12219c009a9bf265babb8a7f7c7dfece682840e Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Fri, 16 Jun 2023 12:16:13 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 396d23f51..8cd6831f2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Note that `go-client-mongodb-atlas` only supports the two most recent major vers ## Maintenance Update `go-client-mongodb-atlas` is currently under limited maintenance. -We recommend migrating to https://github.com/mongodb/atlas-sdk-go for the latest features. +For new projects please use an official [atlas-sdk-go](https://github.com/mongodb/atlas-sdk-go) +Please follow an official [migration guide](https://github.com/mongodb/atlas-sdk-go/blob/main/docs/doc_3_migration.md) ## Usage From f682226cb5e7758d4de734c4f76405ccc1e4cf3b Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Fri, 16 Jun 2023 14:22:12 +0200 Subject: [PATCH 3/4] fix: documentation review Co-authored-by: Sarah Simpers <82042374+sarahsimpers@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cd6831f2..5544a1db1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Note that `go-client-mongodb-atlas` only supports the two most recent major vers ## Maintenance Update -`go-client-mongodb-atlas` is currently under limited maintenance. -For new projects please use an official [atlas-sdk-go](https://github.com/mongodb/atlas-sdk-go) -Please follow an official [migration guide](https://github.com/mongodb/atlas-sdk-go/blob/main/docs/doc_3_migration.md) +`go-client-mongodb-atlas` is now deprecated and receives limited maintenance. +For new projects, please use the official [Atlas Go SDK](https://github.com/mongodb/atlas-sdk-go). +To learn how to migrate from go-client-mongodb-atlas to the Atlas Go SDK, see the [migration guide](https://github.com/mongodb/atlas-sdk-go/blob/main/docs/doc_3_migration.md). ## Usage From 0459a0c3a5f078e6c925813fe39c106684ae5315 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Tue, 20 Jun 2023 17:14:31 +0200 Subject: [PATCH 4/4] make messaging more clear - remove "depreciated" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5544a1db1..8962d2e74 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A Go HTTP client for the [MongoDB Atlas API](https://docs.atlas.mongodb.com/api/ Note that `go-client-mongodb-atlas` only supports the two most recent major versions of Go. -## Maintenance Update +## Maintenance -`go-client-mongodb-atlas` is now deprecated and receives limited maintenance. -For new projects, please use the official [Atlas Go SDK](https://github.com/mongodb/atlas-sdk-go). +`go-client-mongodb-atlas` is targeting Atlas API V1 and v1.5. +For new projects, please consider the official [Atlas Go SDK](https://github.com/mongodb/atlas-sdk-go) To learn how to migrate from go-client-mongodb-atlas to the Atlas Go SDK, see the [migration guide](https://github.com/mongodb/atlas-sdk-go/blob/main/docs/doc_3_migration.md). ## Usage