Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mongodb to version 2.2.20 🚀 #3352

Closed
wants to merge 2 commits into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

mongodb just published its new version 2.2.20.

State Update 🚀
Dependency mongodb
New version 2.2.20
Type dependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mongodb.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


The new version differs by 94 commits .

  • 25b2fca Updated mongodb-core to 2.1.5 to include bson 1.0.4 and bson-ext 1.0.4 due to Buffer.from being broken in early node 4.x versions. Updated driver to V2.2.20
  • 825214a Merge pull request #1452 from ovvn/2.2
  • c847e45 Merge pull request #1450 from aurium/patch-1
  • de05643 Merge pull request #1460 from vkarpov15/patch-1
  • e411de7 Merge pull request #1461 from jeffycyang/2.2
  • 1a3c7f5 Merge pull request #1462 from steveren/DOCS-9742
  • c43dc20 DOCS-9742: fix aggregation example
  • 6a28429 Fix typo in test comments
  • fa43d82 docs(collection): document ordered option for insertMany
  • ae67052 fix corrupt npm release
  • f89bed0 Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6. Updated version to 2.2.18
  • 2bb9a7b Test fixes and upgraded topology manager
  • 8f768ef updated createCollection doc options and linked to create command
  • 897dabc Made some tests more robust
  • bcaf5c7 moved test to generator test case file

There are 94 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@facebook-github-bot
Copy link

@greenkeeperio-bot updated the pull request - view changes

@flovilmart
Copy link
Contributor

@acinader I bevlieve I found the reason of the errors with latest mongodb versions. We were setting back the schemas local cache to {} before the promise resolves, multiple subsequent calls would probably race into it, making it empty.

@flovilmart flovilmart closed this Jan 14, 2017
@flovilmart flovilmart deleted the greenkeeper-mongodb-2.2.20 branch January 14, 2017 00:30
@flovilmart
Copy link
Contributor

@acinader supersed by #3368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants