Skip to content

Commit 65e9dcc

Browse files
committed
chore: release 8.18.0
1 parent 8f24953 commit 65e9dcc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.18.0 / 2025-08-22
2+
===================
3+
* feat(schema): support for union types #15574 #10894
4+
* fix: trim long strings in minLength and maxLength error messages and display the string length #15571 #15550
5+
* types(connection+collection): make BaseCollection and BaseConnection usable as values #15575 #15548
6+
* types: remove logic that omits timestamps when virtuals, methods, etc. options set #15577 #12807
7+
18
8.17.2 / 2025-08-18
29
===================
310
* fix: avoid Model.validate() hanging when all paths fail casting #15580 #15579 [piotracalski](https://github.com/piotracalski)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.17.2",
4+
"version": "8.18.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)