Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p style="text-align:center; font-size:1.25em; font-weight:bold; color:red; padding:2em;">
This version of the Go driver is no longer actively developed and will not receive new features.
For new features, please upgrade to the next major version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion for 2nd line: "For access to the latest features and improvements, we encourage you to upgrade to the new major version(v2.0)."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Updated but used v2.x for the version number, as we don't want people to use 2.0 either.

Bug fixes and critical updates to this version will be made available until early 2026.
</p>

<p align="center"><img src="etc/assets/mongo-gopher.png" width="250"></p>
<p align="center">
<a href="https://goreportcard.com/report/go.mongodb.org/mongo-driver"><img src="https://goreportcard.com/badge/go.mongodb.org/mongo-driver"></a>
Expand Down
Loading