question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  • I’m submitting a … [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project

  • Summary

With mongodb 4.0 being released, I’m wondering if you might be looking to update it. (I personally just don’t want to have to use two copies, one with direct use of mongodb and one with connect-mongo.)

Thanks!

  • Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
mingchunocommented, Jul 16, 2021

Need to take a look if any breaking change that will affect the existing user and also there is a reason to pin the driver version. Need to see if the issue resolve. https://github.com/jdesboeufs/connect-mongo/commit/37e8d3200e1ac37ad35b0ea2c39e51abb67974b4#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

2reactions
mingchunocommented, Aug 18, 2021

v4.5.0 has been release, please try out @guyellis

Read more comments on GitHub >

github_iconTop Results From Across the Web

db.collection.update() — MongoDB Manual
Modifies an existing document or documents in a collection. The method can modify specific fields of an existing document or documents or replace...
Read more >
MongoDB - Update Document - Tutorialspoint
MongoDB's update () and save() methods are used to update document into a collection. The update() method updates the values in the existing...
Read more >
MongoDB Update() Document with Example - Guru99
Basic document updates ... MongoDB provides the update() command to update the documents of a collection. To update only the documents you want...
Read more >
MongoDB - Update() Method - GeeksforGeeks
The update() method updates the values in the existing document in the collections of MongoDB. When you update your document the value of ......
Read more >
MongoDB Update Document with Examples - Simplilearn
To update a document in MongoDB, we use the update() method. The update() method refreshes the values in a MongoDB collection's existing ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found