Skip to content

Commit

Permalink
make messaging more clear - remove "depreciated"
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jun 20, 2023
1 parent f682226 commit 0459a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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 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
Expand Down

0 comments on commit 0459a0c

Please sign in to comment.