You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ A Go HTTP client for the [MongoDB Atlas API](https://docs.atlas.mongodb.com/api/
6
6
7
7
Note that `go-client-mongodb-atlas` only supports the two most recent major versions of Go.
8
8
9
+
## Maintenance
10
+
11
+
`go-client-mongodb-atlas` is targeting Atlas API V1 and v1.5.
12
+
For new projects, please consider the official [Atlas Go SDK](https://github.com/mongodb/atlas-sdk-go)
13
+
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).
0 commit comments