-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "mongoose", | ||
"description": "Mongoose MongoDB ODM", | ||
"version": "6.4.7", | ||
"version": "6.5.0", | ||
"author": "Guillermo Rauch <[email protected]>", | ||
"keywords": [ | ||
"mongodb", | ||
|
f5ee642
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the 6.5.0 Mongoose release upgrading to the 4.8.x MongoDB node driver, is MongoDB 6.0 server supported?
f5ee642
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fredkilbourn yes: https://www.mongodb.com/docs/drivers/node/current/compatibility/
f5ee642
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok - i knew the driver was compatible now just wanted to make sure there wasn't any special issue with Mongoose itself. Thanks. Also might want to update here as this is what prompted my question: https://mongoosejs.com/docs/compatibility.html