Mongoose 5.2.10 发布,MongoDB 异步对象模型工具

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Mongoose 5.2.10 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 更新内容如下: fix: bump mongodb driver -> 3.1.4 #6920 #6903 #6884 #6799 #6741 [Fonger](https://githu...

Mongoose 5.2.10 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。

更新内容如下:

  • fix: bump mongodb driver -> 3.1.4 #6920 #6903 #6884 #6799 #6741 [Fonger](https://github.com/Fonger)

  • fix(model): track `session` option for `save()` as the document's `$session()` #6909

  • fix(query): add Query.getOptions() helper #6907 [Fonger](https://github.com/Fonger)

  • fix(document): ensure array atomics get cleared after save() #6900

  • fix(aggregate): add missing redact and readConcern helpers #6895 [Fonger](https://github.com/Fonger)

  • fix: add global option `mongoose.set('useCreateIndex', true)` to avoid ensureIndex deprecation warning #6890

  • fix(query): use `projection` option to avoid deprecation warnings #6888 #6880 [Fonger](https://github.com/Fonger)

  • fix(query): use `findOneAndReplace()` internally if using `overwrite: true` with `findOneAndUpdate()` #6888 [Fonger](https://github.com/Fonger)

  • fix(document): ensure required cache gets cleared correctly between subsequent saves #6892

  • fix(aggregate): support session chaining correctly #6886 #6885 [Fonger](https://github.com/Fonger)

  • fix(query): use `projection` instead of `fields` internally for `find()` and `findOne()` to avoid deprecation warning #6880

  • fix(populate): add `getters` option to opt in to calling getters on populate #6844

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深度探索C++对象模型

深度探索C++对象模型

斯坦利•B.李普曼 (Stanley B. Lippman) / 侯捷 / 电子工业出版社 / 2012-1 / 69.00元

作者Lippman参与设计了全世界第一套C++编译程序cfront,这本书就是一位伟大的C++编译程序设计者向你阐述他如何处理各种explicit(明确出现于C++程序代码中)和implicit(隐藏于程序代码背后)的C++语意。 本书专注于C++面向对象程序设计的底层机制,包括结构式语意、临时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模......一起来看看 《深度探索C++对象模型》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换