Chronos
Chronos copied to clipboard
Bump mongodb and mongoose in /examples/microservices/orders
Bumps mongodb to 5.8.1 and updates ancestor dependencies mongodb and mongoose. These dependencies need to be updated together.
Updates mongodb from 4.16.0 to 5.8.1
Release notes
Sourced from mongodb's releases.
v5.8.1
5.8.1 (2023-08-23)
The MongoDB Node.js team is pleased to announce version 5.8.1 of the
mongodbpackage!Release Notes
Import of
saslprepupdated to correct library.Fixes the import of saslprep to be the correct
@mongodb-js/saslpreplibrary.Bug Fixes
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v5.8.0
5.8.0 (2023-08-21)
The MongoDB Node.js team is pleased to announce version 5.8.0 of the
mongodbpackage!Release Notes
The
AutoEncrypterinterface has been deprecatedThe
AutoEncrypterinterface was used internally but accidentally made public in the 4.x version of the driver. It is now deprecated and will be made internal in the next major release.Kerberos support for 1.x and 2.x
Moves the kerberos dependency back to
^1.0.0 || ^2.0.0to indicate support for both 1.x and 2.x. Support for 1.x is removed in 6.0.Fixed accidental deprecation warning
Because of internal options handling, a deprecation was emitted for
tlsCertificateFilewhen usingtlsCertificateKeyFile. That has been corrected.Remove credential availability on
ConnectionPoolCreatedEvent
... (truncated)
Changelog
Sourced from mongodb's changelog.
5.8.1 (2023-08-23)
Bug Fixes
5.8.0 (2023-08-21)
Features
- NODE-5399: use mongodb-js/saslprep instead of saslprep (#3818) (c0d3927)
- NODE-5429: deprecate the
AutoEncrypterinterface (#3764) (9bb0d95)- NODE-5465,NODE-5538: lower
@aws-sdk/credential-providersversion to 3.188.0 andzstdto^1.0.0(#3821) (39ff81d)- NODE-5489: update kerberos dependency (8c25d6d)
Bug Fixes
- NODE-5489: set kerberos compatibility to ^1.0.0 || ^2.0.0 (#3803) (c3b35b3)
- NODE-5495: do not emit deprecation warning when tlsCertificateKeyFile is specified and tlsCertificateFile is not (#3810) (e81d4a2)
- NODE-5537: remove credentials from ConnectionPoolCreatedEvent options (#3813) (4cf1e96)
5.7.0 (2023-07-06)
Features
- NODE-4929: Add OIDC Azure workflow (#3670) (b3482f3)
- NODE-5008: add zstd and kerberos to peer deps (#3691) (9561f32)
- NODE-5241: add option to return modified document (#3710) (d9c2600)
- NODE-5243: add change stream split event (#3745) (1c84f82)
- NODE-5274: deprecate write concern options (#3752) (1f880ea)
- NODE-5287: deprecate ssl options (#3743) (f9b5677)
- NODE-5319: mark search index api public (#3741) (c015e54)
- NODE-5407: update bson to 5.4.0 (#3754) (6a574cf)
Bug Fixes
- NODE-4977: load snappy lazily (#3726) (865e658)
- NODE-5102: listDatabases nameOnly setting is sent as NaN (#3742) (b97132e)
- NODE-5289: prevent scram auth from throwing TypeError if saslprep is not a function (#3727) (e006347)
- NODE-5374: do not apply cursor transform in Cursor.hasNext (#3746) (0668cd8)
5.6.0 (2023-06-01)
Features
... (truncated)
Commits
435f88bchore(5.x): release 5.8.1 [skip-ci] (#3839)250dc21fix(NODE-5572): fix saslprep import (#3837)d6eac31docs(NODE-5562): update upcoming crl option changes (#3836)43673fachore(5.x): release 5.8.0 [skip-ci] (#3825)4b2fc79docs: fix cutoff sentence on CommandStartedEvent (#3828)39ff81dfeat(NODE-5465,NODE-5538): lower@aws-sdk/credential-providersversion to 3...e1af343chore: update release automation scripts 5.x (#3823)c0d3927feat(NODE-5399): use mongodb-js/saslprep instead of saslprep (#3818)4cf1e96fix(NODE-5537): remove credentials from ConnectionPoolCreatedEvent options (#...e81d4a2fix(NODE-5495): do not emit deprecation warning when tlsCertificateKeyFile is...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by dbx-node, a new releaser for mongodb since your current version.
Updates mongoose from 6.11.6 to 7.5.0
Release notes
Sourced from mongoose's releases.
7.5.0 / 2023-08-29
- feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
- fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
- feat: deprecate
overwriteoption for findOneAndUpdate() #13578- feat: add pathsToSkip option for Model.validate #13663 #10353
- feat: support alias when declaring index #13659 #13276
- fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
- types: add SearchMeta Interface for Atlas Search #13792 mreouven
- types(schematypes): add missing BigInt SchemaType #13787
7.4.5 / 2023-08-25
- fix(debug): avoid putting virtuals and getters in debug output #13778
- fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
- fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
7.4.4 / 2023-08-22
- fix(connection): reset document state in between transaction retries #13726 #13698
- fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607
- fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758
- fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725
- fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 yury-ivaniutsenka
- types: infer return type when using
get(),markModified(), etc. with known property name literal #13739 maybesmurf- types: add missing typings for option includeResultMetadata #13747 #13746 Idnan
- types: export InferSchemaType #13737
- docs(middleware): clarify that query middleware applies to document by default #13734 #13713
- docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435
- docs: link v7 migration guide #13742 Cooldogyum
- docs(migrating_to_6): add note about incompatible packages #13733
7.4.3 / 2023-08-11
- fix: avoid applying map property getters when saving #13704 #13657
- fix(query): allow deselecting discriminator key #13722 #13679
- types(models+query): return lean type when passing QueryOptions with lean: true to relevant model functions like find() and findOne() #13721 #13705
- types(schema): correct return type for Schema.prototype.indexes() #13718 #13702
- types: allow accessing options from pre middleware #13708 #13633
- types: add UpdateQueryKnownOnly type for stricter UpdateQuery type checking #13699 #13630
- types(schema): support required: { isRequired: true } syntax in schema definition #13680
- docs(middleware): clarify that doc.deleteOne() doesn't run query middleware currently #13707 #13669
7.4.2 / 2023-08-03
- fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
- fix: Document.prototype.isModified support for a string of keys as first parameter #13674 #13667 gastoncasini
- fix: disable id virtual if alias:id set #13654 #13650
- fix: support timestamps:false on bulkWrite with updateOne and updateMany #13649 #13611
- docs(typescript): highlight auto type inference for methods and statics, add info on using methods with generics #13696 #12942
... (truncated)
Changelog
Sourced from mongoose's changelog.
7.5.0 / 2023-08-29
- feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
- fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
- feat: deprecate
overwriteoption for findOneAndUpdate() #13578- feat: add pathsToSkip option for Model.validate #13663 #10353
- feat: support alias when declaring index #13659 #13276
- fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
- types: add SearchMeta Interface for Atlas Search #13792 mreouven
- types(schematypes): add missing BigInt SchemaType #13787
7.4.5 / 2023-08-25
- fix(debug): avoid putting virtuals and getters in debug output #13778
- fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
- fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
6.12.0 / 2023-08-24
- feat: use mongodb driver v4.17.1
- fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
- fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
7.4.4 / 2023-08-22
- fix(connection): reset document state in between transaction retries #13726 #13698
- fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607
- fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758
- fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725
- fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 yury-ivaniutsenka
- types: infer return type when using
get(),markModified(), etc. with known property name literal #13739 maybesmurf- types: add missing typings for option includeResultMetadata #13747 #13746 Idnan
- types: export InferSchemaType #13737
- docs(middleware): clarify that query middleware applies to document by default #13734 #13713
- docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435
- docs: link v7 migration guide #13742 Cooldogyum
- docs(migrating_to_6): add note about incompatible packages #13733
Commits
20162c6chore: release 7.5.01cd9384Merge pull request #13796 from Automattic/7.5419c64ddocs: add comment about top-level dollar keys re: #13796 code review commentsa92e8e8Merge branch 'master' into 7.5d9a4bc4Merge pull request #13793 from Automattic/vkarpov15/gh-1377429de9c4Merge pull request #13786 from Automattic/vkarpov15/handle-top-level-dollar-keys84e79b9Merge pull request #13787 from Automattic/vkarpov15/gh-13780a9db5eatypes: handle Schema.Types.BigInt in schema definition re: #1378090fc4d2Merge pull request #13792 from mreouven/patch-141e63bdfix(document): avoid double-calling array getters when using.get('arr.0')- Additional commits viewable in compare view
Updates mongoose from 7.4.4 to 7.5.0
Release notes
Sourced from mongoose's releases.
7.5.0 / 2023-08-29
- feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
- fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
- feat: deprecate
overwriteoption for findOneAndUpdate() #13578- feat: add pathsToSkip option for Model.validate #13663 #10353
- feat: support alias when declaring index #13659 #13276
- fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
- types: add SearchMeta Interface for Atlas Search #13792 mreouven
- types(schematypes): add missing BigInt SchemaType #13787
7.4.5 / 2023-08-25
- fix(debug): avoid putting virtuals and getters in debug output #13778
- fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
- fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
7.4.4 / 2023-08-22
- fix(connection): reset document state in between transaction retries #13726 #13698
- fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607
- fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758
- fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725
- fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 yury-ivaniutsenka
- types: infer return type when using
get(),markModified(), etc. with known property name literal #13739 maybesmurf- types: add missing typings for option includeResultMetadata #13747 #13746 Idnan
- types: export InferSchemaType #13737
- docs(middleware): clarify that query middleware applies to document by default #13734 #13713
- docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435
- docs: link v7 migration guide #13742 Cooldogyum
- docs(migrating_to_6): add note about incompatible packages #13733
7.4.3 / 2023-08-11
- fix: avoid applying map property getters when saving #13704 #13657
- fix(query): allow deselecting discriminator key #13722 #13679
- types(models+query): return lean type when passing QueryOptions with lean: true to relevant model functions like find() and findOne() #13721 #13705
- types(schema): correct return type for Schema.prototype.indexes() #13718 #13702
- types: allow accessing options from pre middleware #13708 #13633
- types: add UpdateQueryKnownOnly type for stricter UpdateQuery type checking #13699 #13630
- types(schema): support required: { isRequired: true } syntax in schema definition #13680
- docs(middleware): clarify that doc.deleteOne() doesn't run query middleware currently #13707 #13669
7.4.2 / 2023-08-03
- fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
- fix: Document.prototype.isModified support for a string of keys as first parameter #13674 #13667 gastoncasini
- fix: disable id virtual if alias:id set #13654 #13650
- fix: support timestamps:false on bulkWrite with updateOne and updateMany #13649 #13611
- docs(typescript): highlight auto type inference for methods and statics, add info on using methods with generics #13696 #12942
... (truncated)
Changelog
Sourced from mongoose's changelog.
7.5.0 / 2023-08-29
- feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
- fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
- feat: deprecate
overwriteoption for findOneAndUpdate() #13578- feat: add pathsToSkip option for Model.validate #13663 #10353
- feat: support alias when declaring index #13659 #13276
- fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
- types: add SearchMeta Interface for Atlas Search #13792 mreouven
- types(schematypes): add missing BigInt SchemaType #13787
7.4.5 / 2023-08-25
- fix(debug): avoid putting virtuals and getters in debug output #13778
- fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
- fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
6.12.0 / 2023-08-24
- feat: use mongodb driver v4.17.1
- fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
- fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
7.4.4 / 2023-08-22
- fix(connection): reset document state in between transaction retries #13726 #13698
- fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607
- fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758
- fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725
- fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 yury-ivaniutsenka
- types: infer return type when using
get(),markModified(), etc. with known property name literal #13739 maybesmurf- types: add missing typings for option includeResultMetadata #13747 #13746 Idnan
- types: export InferSchemaType #13737
- docs(middleware): clarify that query middleware applies to document by default #13734 #13713
- docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435
- docs: link v7 migration guide #13742 Cooldogyum
- docs(migrating_to_6): add note about incompatible packages #13733
Commits
20162c6chore: release 7.5.01cd9384Merge pull request #13796 from Automattic/7.5419c64ddocs: add comment about top-level dollar keys re: #13796 code review commentsa92e8e8Merge branch 'master' into 7.5d9a4bc4Merge pull request #13793 from Automattic/vkarpov15/gh-1377429de9c4Merge pull request #13786 from Automattic/vkarpov15/handle-top-level-dollar-keys84e79b9Merge pull request #13787 from Automattic/vkarpov15/gh-13780a9db5eatypes: handle Schema.Types.BigInt in schema definition re: #1378090fc4d2Merge pull request #13792 from mreouven/patch-141e63bdfix(document): avoid double-calling array getters when using.get('arr.0')- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.