v0.28.1
版本发布时间: 2021-12-05 06:17:54
denodrivers/mongo最新发布版本:v0.33.0(2024-03-26 07:16:35)
What's Changed
no new features or breaking changes, just some refactoring and performance improvements
Notable commits
- refactor: remove use of Deno.close by @lucacasonato in https://github.com/denodrivers/deno_mongo/pull/293
- feat: support mongodb v5 by @erfanium in https://github.com/denodrivers/deno_mongo/pull/291
- Update cluster.ts, certFile is deprecated in Deno. Now is caCerts. by @hviana in https://github.com/denodrivers/deno_mongo/pull/300
- chore(deps): drop std/hash dependency by @erfanium in https://github.com/denodrivers/deno_mongo/pull/301
- chore(deps): use pinned url for bson by @erfanium in https://github.com/denodrivers/deno_mongo/pull/306
- chore(protocol): fix a performance issue by @erfanium in https://github.com/denodrivers/deno_mongo/pull/307 (makes driver 4-5 times faster on some benchmarks!)
New Contributors
- @wafuwafu13 made their first contribution in https://github.com/denodrivers/deno_mongo/pull/294
Full Changelog: https://github.com/denodrivers/deno_mongo/compare/v0.28.0...v0.28.1