Skip to content

Commit

Permalink
chore: updates README to clarify deprecation. (#529)
Browse files Browse the repository at this point in the history
Co-authored-by: Massimiliano Marcon <massimiliano.marcon@mongodb.com>
  • Loading branch information
mmarcon and Massimiliano Marcon committed Mar 1, 2024
1 parent ed23a67 commit ff87700
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit ff87700

Please sign in to comment.