Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updates README to clarify deprecation. #529

Merged
merged 1 commit into from Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
## This package is deprecated

**The `go-client-mongodb-atlas` is deprecated** and doesn't receive feature updates. We recommend migrating to the [Atlas Go SDK](https://github.com/mongodb/atlas-sdk-go) for the latest changes.

`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
Expand Down