Skip to content

Commit f8d2721

Browse files
committedMar 31, 2021
chore: release 5.12.3
1 parent 58cad73 commit f8d2721

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎History.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
5.12.3 / 2021-03-31
2+
===================
3+
* fix: avoid setting schema-level collation on text indexes #10044 [IslandRhythms](https://github.com/IslandRhythms)
4+
* fix(query): add `writeConcern()` method to avoid writeConcern deprecation warning #10009
5+
* fix(connection): use queueing instead of event emitter for `createCollection()` and other helpers to avoid event emitter warning #9778
6+
* fix(connection): scope `Connection#id` to Mongoose instance so id always lines up with `mongoose.connections` index #10025 [IslandRhythms](https://github.com/IslandRhythms)
7+
* fix: avoid throwing in `promiseOrCallback()` if 3rd param isn't an EventEmitter #10055 [emrebass](https://github.com/emrebass)
8+
* fix(index.d.ts): add Model as 2nd generic param to `Model.discriminator()` #10054 [coro101](https://github.com/coro101)
9+
* fix(index.d.ts): add docs to `next()` callback for `pre('insertMany')` hooks #10078 #10072 [pezzu](https://github.com/pezzu)
10+
* fix(index.d.ts): add `transform` to PopulateOptions interface #10061
11+
* fix(index.d.ts): add DocumentQuery type for backwards compatibility #10036
12+
113
5.12.2 / 2021-03-22
214
===================
315
* fix(QueryCursor): consistently execute `post('find')` hooks with an array of docs #10015 #9982 [IslandRhythms](https://github.com/IslandRhythms)

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.