patooworld / SolidSpace

Reformation + Transformation = Ideas Elevating Ideals.
1 stars 0 forks source link

Update dependency mongodb to v6.9.0 #32

Open renovate[bot] opened 6 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongodb 6.8.0 -> 6.9.0 age adoption passing confidence

Release Notes

mongodb/node-mongodb-native (mongodb) ### [`v6.9.0`](https://redirect.github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#690-2024-09-12) [Compare Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.8.2...v6.9.0) ##### Features - **NODE-5459:** add durations to connection pool events ([#​4166](https://redirect.github.com/mongodb/node-mongodb-native/issues/4166)) ([7295695](https://redirect.github.com/mongodb/node-mongodb-native/commit/729569527e353a942200533f6150e748454c798d)) - **NODE-5614:** add support for explicit resource management ([#​4177](https://redirect.github.com/mongodb/node-mongodb-native/issues/4177)) ([b3f3987](https://redirect.github.com/mongodb/node-mongodb-native/commit/b3f3987041ddf0aae86044f3fdd1364eecd26d46)) - **NODE-5754:** allow auto select family options ([#​4185](https://redirect.github.com/mongodb/node-mongodb-native/issues/4185)) ([54efb7d](https://redirect.github.com/mongodb/node-mongodb-native/commit/54efb7d497f8efb9953f5d315267e299ed4cf5af)) - **NODE-5908:** support range v2 ([#​4141](https://redirect.github.com/mongodb/node-mongodb-native/issues/4141)) ([de253a7](https://redirect.github.com/mongodb/node-mongodb-native/commit/de253a749f1dd1194b6fbc30c36e88f906981bd3)) - **NODE-6225:** add property ownership check before referencing `mongocryptdSpawnPath` and `mongocryptdSpawnArgs` ([#​4151](https://redirect.github.com/mongodb/node-mongodb-native/issues/4151)) ([f48f8d3](https://redirect.github.com/mongodb/node-mongodb-native/commit/f48f8d36cf96c25ebf656e359e97b61dbfe7c4ed)) - **NODE-6244:** Bump max supported wire version and server version ([#​4163](https://redirect.github.com/mongodb/node-mongodb-native/issues/4163)) ([45bc098](https://redirect.github.com/mongodb/node-mongodb-native/commit/45bc0982f0f00e1811baf2a613989a808783b8b1)) - **NODE-6252:** insertMany and bulkWrite permit readonly arrays ([#​4175](https://redirect.github.com/mongodb/node-mongodb-native/issues/4175)) ([4b219d3](https://redirect.github.com/mongodb/node-mongodb-native/commit/4b219d361b6309dcec480c2bc7e54f548201c15b)) - **NODE-6278:** deprecate 3.6 servers ([#​4178](https://redirect.github.com/mongodb/node-mongodb-native/issues/4178)) ([35d8840](https://redirect.github.com/mongodb/node-mongodb-native/commit/35d88404aad343dfbff502fd350bb22a241fed2a)) - **NODE-6309:** Mark range API as stable ([#​4190](https://redirect.github.com/mongodb/node-mongodb-native/issues/4190)) ([f53e9d9](https://redirect.github.com/mongodb/node-mongodb-native/commit/f53e9d9cebdfaac5edd0e46ee46f1c2eb5b7f8ae)) - **NODE-6327:** new client bulk write types and builders ([#​4205](https://redirect.github.com/mongodb/node-mongodb-native/issues/4205)) ([6d65ae7](https://redirect.github.com/mongodb/node-mongodb-native/commit/6d65ae77835cf144b540a5a344e1f10bb1988bc5)) - **NODE-6365:** pass through `allowPartialTrustChain` TLS flag ([#​4228](https://redirect.github.com/mongodb/node-mongodb-native/issues/4228)) ([d6c147d](https://redirect.github.com/mongodb/node-mongodb-native/commit/d6c147d62a9aa96f0807e190190a06ed880df07f)) ##### Bug Fixes - **NODE-5720:** on pre-4.4 sharded servers, the node driver uses `error.writeConcern.code` to determine retryability ([#​4155](https://redirect.github.com/mongodb/node-mongodb-native/issues/4155)) ([b26c328](https://redirect.github.com/mongodb/node-mongodb-native/commit/b26c32800ecb2658a0d9c779bdb741aa06a629d0)) - **NODE-6241:** allow Binary as local kms provider key for auto encryption ([#​4165](https://redirect.github.com/mongodb/node-mongodb-native/issues/4165)) ([d85f827](https://redirect.github.com/mongodb/node-mongodb-native/commit/d85f827aca56603b5d7b64f853c190473be81b6f)) - **NODE-6259:** replace dynamically assigned length property with a static getter ([#​4173](https://redirect.github.com/mongodb/node-mongodb-native/issues/4173)) ([320dde0](https://redirect.github.com/mongodb/node-mongodb-native/commit/320dde04aa1547dd838e7c790bb3432e2ca2bc19)) - **NODE-6276:** preserve top level error code MongoWriteConcernError ([#​4183](https://redirect.github.com/mongodb/node-mongodb-native/issues/4183)) ([e902584](https://redirect.github.com/mongodb/node-mongodb-native/commit/e9025843e43bedb2326675184b6ce49b103e3c77)) - **NODE-6284:** make sparsity and trimFactor optional ([#​4189](https://redirect.github.com/mongodb/node-mongodb-native/issues/4189)) ([8622545](https://redirect.github.com/mongodb/node-mongodb-native/commit/8622545c18d321ae17184cd43207652e454170fc)) - **NODE-6355:** respect utf8 validation options when iterating cursors ([#​4214](https://redirect.github.com/mongodb/node-mongodb-native/issues/4214)) ([8bfe187](https://redirect.github.com/mongodb/node-mongodb-native/commit/8bfe18716197f58c025520da5d771b520e1b1350)) - **NODE-6362:** cache cursor deserialization options across deserialize calls ([#​4221](https://redirect.github.com/mongodb/node-mongodb-native/issues/4221)) ([833eaa4](https://redirect.github.com/mongodb/node-mongodb-native/commit/833eaa41c5f379268be46408282b0c97323ea1bc)) - **NODE-6367:** enable mixed use of iteration APIs ([#​4231](https://redirect.github.com/mongodb/node-mongodb-native/issues/4231)) ([08912c8](https://redirect.github.com/mongodb/node-mongodb-native/commit/08912c8a191937bdef921b4e9a4581b12ebf8b59)) ##### Performance Improvements - **NODE-5906:** optimize toArray to use batches ([#​4171](https://redirect.github.com/mongodb/node-mongodb-native/issues/4171)) ([5565d50](https://redirect.github.com/mongodb/node-mongodb-native/commit/5565d5008812f03e9ff86a7b6326447ac5916244)) ### [`v6.8.2`](https://redirect.github.com/mongodb/node-mongodb-native/releases/tag/v6.8.2) [Compare Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.8.1...v6.8.2) The MongoDB Node.js team is pleased to announce version 6.8.2 of the `mongodb` package! ##### Release Notes ##### Fixed mixed use of cursor.next() and cursor\[Symbol.asyncIterator] In 6.8.0, we inadvertently prevented the use of cursor.next() along with using for await syntax to iterate cursors. If your code made use of the following pattern and the call to cursor.next retrieved all your documents in the first batch, then the for-await loop would never be entered. This issue is now fixed. ```ts const firstDoc = await cursor.next(); for await (const doc of cursor) { // process doc // ... } ``` ##### Bug Fixes - **NODE-6367:** enable mixed use of iteration APIs ([#​4234](https://redirect.github.com/mongodb/node-mongodb-native/issues/4234)) ([d63bf6f](https://redirect.github.com/mongodb/node-mongodb-native/commit/d63bf6fae303ec921335c363865e86c912286d6c)) ##### Documentation - [Reference](https://docs.mongodb.com/drivers/node/current/) - [API](https://mongodb.github.io/node-mongodb-native/6.8/) - [Changelog](https://redirect.github.com/mongodb/node-mongodb-native/blob/v6.8.2/HISTORY.md) We invite you to try the `mongodb` library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE). ### [`v6.8.1`](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.8.0...0c6dbada1512ed1b2f217ceb07d446ce5cbd27b7) [Compare Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.8.0...v6.8.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 6 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solid-space ❌ Failed (Inspect) Oct 15, 2024 3:22pm
cr-gpt[bot] commented 6 days ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt[bot] commented 3 days ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information