-
Notifications
You must be signed in to change notification settings - Fork 0
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
An in-range update of mongodb is breaking the build 🚨 #48
Comments
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.3.4The MongoDB Node.js team is pleased to announce version 3.3.4 of the driver Release HighlightsThis release primary consists of improvements to the "unified topology". In particular, a regression with interaction between the connection pool and topology could result in servers which "go away" (due to network error, for example) would not return, resulting in a Release NotesBug
Improvement
CommitsThe new version differs by 91 commits.
There are 91 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 CommitsThe new version differs by 117 commits.
There are 117 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 CommitsThe new version differs by 233 commits.
There are 233 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v3.4.1The MongoDB Node.js team is pleased to announce version 3.4.1 of the driver Release HighlightsThis is a patch release addressing two regressions introduced in bulk writes and SCRAM authentication. Release NotesBugCommitsThe new version differs by 238 commits.
There are 238 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.5.0The MongoDB Node.js team is pleased to announce version 3.5.0 of the driver Release HighlightsCMAP-compliant Connection PoolThis release introduces a modern replacement for the driver's connection pool, available only with the TraceabilityThe new pool supports monitoring for all aspects of its behavior. This allows deep introspection into Stream-first Connection DesignThe waitQueueTimeoutMSThe new connection pool has a concept of a "wait queue", which allows operation requests to buffer waiting Remember that the new connection pool is only available for the "Unified Topology", so remember to pass Dedicated monitoring threadBoth the legacy and unified SDAM implementations have until now executed monitoring checks as priority Server selection errorsIn v3.3.0 of the driver we introduced a new Release NotesNew Feature
Bug
Improvement
CommitsThe new version differs by 131 commits.
There are 131 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 CommitsThe new version differs by 158 commits.
There are 158 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.5.4The MongoDB Node.js team is pleased to announce version 3.5.4 of the driver Release HighlightsRegression in
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.5.5The MongoDB Node.js team is pleased to announce version 3.5.5 of the driver Release HighlightsRegression in
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.5.6The MongoDB Node.js team is pleased to announce version 3.5.6 of the driver Release HighlightsRegression in
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.5.7The MongoDB Node.js team is pleased to announce version 3.5.7 of the driver Release HighlightsWarning: Accessing non-existent property 'count' of module exports inside circular dependencyWork earlier this year left some dead code in our operations code, resulting in this warning message reported by multiple users. While we still have a few cycles in our codebase yet, this will quiet Node.js 14's circular dependency warnings. Sessions are only acquired when operations are executedDrivers use an implicit session for all operations where an explicit session is not provided. A subtle bug was introduced when session support was implemented where implicit sessions were created and assigned to operations even if they were about to sit in a queue waiting for execution. This results in the driver creating many sessions rather than reusing pooled ones. The fix is to ensure a session is only checked out of the pool when the operation is about to be written to a server. Thanks very much to all the community members who contributed to this release! Release NotesBug
ImprovementCommitsThe new version differs by 210 commits.
There are 210 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v3.5.8The MongoDB Node.js team is pleased to announce version 3.5.8 of the driver Release HighlightsFixes for NEAREST latency window calculation@adityapatadia helped uncover an issue with our server selection logic which BulkWriteError
|
The dependency mongodb was updated from
3.3.2
to3.3.3
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
mongodb is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Commits
The new version differs by 146 commits.
f326744
chore(release): 3.3.3
4cdb950
Revert "feat(Update): add the ability to specify a pipeline to an update command (#2017)"
558d4fb
test: simply access to required topology directive
8e5391d
test: remove deprecated test runner filters
0a98aa4
test: don't throw errors in
eachAsync
in new test runneree15ea0
refactor(monitoring): hoist
Server
constants out of monitor code8a4de3f
test: remove legacy code for no longer existant server bug
7b8dcbf
test: remove accidentally committed debug code
33744f5
test: remove duplicate configuration code
3fe378a
chore: reenable linting as part of
test
script6fc750e
chore: remove dependency on
mongodb-test-runner
8ccea97
test(es-next): ensure inventory collection is already created
c5f1558
test: add configuration for evergreen
b6f356d
test:
close
=>destroy
6eb2e16
test: check that servers exist before coercing them into an array
There are 146 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: