molecuel / gridfs-uploader

[deprecated] gridfs-uploader
MIT License
5 stars 2 forks source link

An in-range update of mongodb is breaking the build 🚨 #2

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.20 of mongodb just got published.

Branch Build failing 🚨
Dependency mongodb
Current Version 2.2.19
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As mongodb is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/molecuel/gridfs-uploader/builds/190910757)
Commits

The new version differs by 11 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
  • 54da16f Fix typo in comments.
  • 620764a Fix typo

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.2.19 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 2.2.21 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits .

  • 24493de updated mongodb-core to 2.1.6

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.23 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 26 commits .

  • 47e519f some fixes for proxy tests to attempt to avoid travis running issues
  • 671f286 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • 2603748 updated history and package.json to V2.2.23
  • 941417e Merge pull request #1470 from ra4king/patch-1
  • dac57e9 Merge pull request #1477 from oBusk/patch-1
  • a24c252 Merge pull request #1476 from maicss/patch-1
  • fe04423 Fix typo in node quickstart
  • 16ede54 https://jira.mongodb.org/browse/NODE-932
  • d1a4e15 fixed test
  • 7050663 minor test fix and mongo_client options validation
  • 39102e1 NODE-931 Validates all the options for MongoClient.connect and fixes missing connection settings
  • 38c037c NODE-929 Update SSL tutorial to correctly reflect the non-need for server/mongos/replset subobjects
  • 7832ca9 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2:
  • 636444b link driver to mongodb-core 2.0 branch for dev
  • e4f5999 Merge pull request #1473 from Annoraaq/patch-1

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

greenkeeper[bot] commented 7 years ago

Version 2.2.24 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits .

  • 5f11d26 Updated version to V2.2.24
  • 6958769 NODE-935, NODE-931 Introduce validateOptions option to MongoClient.co… (#1478)
  • 1a69e80 fixed hugo generation issues
  • 5da2884 fixed dev bson dep
  • 5f7c311 fixed api generation

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.25 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 25 commits .

  • 915d5c8 Updated version and history to 2.2.25
  • e393123 Fixed aggregation test so it does not run against mongodb < 2.6
  • a53fd2c Moved generator based aggregation test to generator_based_tests.js
  • 6e8de4d Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • a0e70e4 test fix for travis
  • a57ab85 Merge pull request #1494 from vkarpov15/patch-2
  • 0bfde22 NODE-957 Added cursor test that shows cursor closed when batchSize < 0
  • 6ef70b8 fix: don't rely on global toString() for checking if object
  • 791728e NODE-954 Remove write concern from reindex helper as it will not be supported in 3.6
  • 8ec9bf5 NODE-953 Made batchSize issue general at cursor level
  • 7e6ccb2 Merge pull request #1491 from mbroadst/NODE-953
  • 3465090 Merge pull request #1490 from Annoraaq/patch-3
  • b5c188b fix(collection): pass batchSize to AggregationCursor
  • 1bdbac2 Changed wrong return type in documentation
  • 3230385 NODE-950 modified the index generation as suggested by Matt

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

greenkeeper[bot] commented 7 years ago

Version 2.2.27 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 53 commits.

  • ec3ed99 Updated version and history to V2.2.27
  • 7e16fc7 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • 504d401 NODE-993 Expose hasNext for command cursor and add docs for both CommandCursor and Aggregation Cursor
  • 613cd12 Merge pull request #1517 from vkarpov15/patch-2
  • 989e826 allow saving doc with null _id
  • a37812d NODE-996 Added test case for MongoClient SDAM events
  • 1631503 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • 9a47c40 NODE-996 Propegate all events up to a MongoClient instance
  • 1882e51 Merge pull request #1516 from codeblooded/fix-gitter-badge
  • 78e8ce2 Fix gitter badge link in README.md
  • a732eab Merge pull request #1514 from bausmeier/fix-read-concern
  • 38448dd Fix types in documentation
  • 6aea4da Don't merge readConcern option
  • 6bbb8de Test passing readConcern option to connect
  • f5e2a68 changed some mock server ports to not clash

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.28 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 12 commits.

  • 33238a2 Updated history
  • de90008 removed es6 syntax in test
  • 3bd25eb Just handle Collection name errors distinctly from general callback errors avoiding double callbacks in Db.collection
  • 771cf53 Merge branch 'firej-2.2' into 2.2
  • 5e31214 merged NODE-1020
  • 5b6e49b NODE-1019 Set keepAlive to 300 seconds or 1/2 of socketTimeout if socketTimeout < keepAlive
  • c1a66eb 'family' was added to options to provide high priority for ipv6 addresses
  • 36ed9fa NODE-1014 Updated docs
  • fa92eab NODE-1014 Set default socketTimeout to 360 seconds instead of 30
  • 4c3af1e NODE-1000 Added guard condition for upload.js checkDone function in case of race condition caused by late arriving chunk write
  • e223b0e test fix
  • 1b38036 NODE-999 SDAM fixes for Mongos and single Server event emitting.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.29 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 17 commits.

  • 24feef6 Updated version and history to 2.2.29
  • 40b4895 minor test fix
  • ba7fd10 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • eb528e7 set to use mongodb-core dev branch
  • 2fcf951 Merge pull request #1521 from Robbilie/patch-1
  • 01b189d Merge pull request #1522 from vkarpov15/patch-3
  • a50a619 clone insertMany options before mutating
  • 0e2610c use different approach
  • 6e6ed59 change test collection
  • 7185319 add multiple cursor map test
  • 8679867 remove use of arrow functions
  • 7a765db stupid typo…
  • 2bf5ce5 Allow multiple map calls
  • a6a67d9 Merge pull request #1520 from renatoriccio/2.2
  • 1298820 NODE-1034 Fix GridStore issue caused by Node 8.0.0 breaking backward compatible fs.read API

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.30 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • 295fb3a 2.2.30
  • bd4bdf6 feat(MongoClient): add appname to list of valid option names
  • 7116ea4 fix(url-parser): ensure user options are applied to parsing
  • d127f67 Added test for passing appname as option

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.31 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • a541a33 2.2.31
  • 316f9c4 doc(HISTORY): update changelog for release
  • 3ac453d chore(travis): build against multiple versions of mongodb again
  • 0bdf8a8 refactor(MongoClient): remove duplicate option promoteLongs
  • fd686d7 feat(auth): allow auth option in MongoClient.connect
  • 84433e7 fix(bulk): bulk operations should not throw an error on empty batch

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.2.32 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 15 commits.

  • 116c603 2.2.32
  • 253a9a3 doc(changes): update changelog for v2.2.32
  • d2b0ff5 test(buffering): fix expectations of flakey tests
  • 776b418 chore(package): update mongodb-core dependency
  • 834a0e2 style(*): fix various minor typos throughout module
  • bf71053 doc(grid-fs): fixed spelling error
  • 75dd442 docs(server): improve docs re: autoReconnect
  • 2bb81ab style(collection): fix typo-ed internal fn name
  • d159eab fix(db): bubble up reconnectFailed event from Server topology
  • 2d1fcfe doc(bulk): add param to documentation for BulkWriteResult.getWriteError
  • 1f7954a chore(travis): remove 0.10/0.12 builds because of request semver
  • 7bd839b fix(collection): allow passing noCursorTimeout as an option to find()
  • 129d540 fix(cursor): hasNext should propagate errors when using callback
  • 7cb2b7d test(cursor): update cursor tests to check for errors
  • beccc83 fix(aggregation): ensure that the cursor key is always present

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.2.33 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • ec99d30 2.2.33
  • 88f4ae5 chore(deps): update to latest version of mongodb-core

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 404 commits ahead by 404, behind by 17.

  • 0a8b6d4 3.0.0
  • 6eede98 test(crud): update to latest specs #1622
  • 44373f3 refactor(collection): remove geoNear command helper
  • 3f69250 test(cursor): test cursorsKilled as Long and Number
  • fa0fbc0 test(sharded): fix sharded tests now that they run again
  • 84457ec fix(aggregate): remove support for inline results for aggregate (#1620)
  • 35d2d3e test(environment): modernize code, make setup asynchronous
  • a35df4f refactor(environments): modernize and subclass EnvironmentBase
  • 0b1a17b docs(README): Updating readme to refer to CHANGES_3.0.0.md (#1617)
  • 4ced72b docs(FindOperatorsUnordered): updating return types to self (#1619)
  • 2c35d76 docs(api): fixing all examples in API documentation (#1616)
  • ed80d73 chore(assign): replace assign with native Object.assign (#1618)
  • 0fb4658 fix(topologies): unify topologies connect API (#1615)
  • 018c496 refactor(utils): fix typo in lib/utils.js
  • 89c20d4 refactor(mongo_client): fix typos in lib/mongo_client.js

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • 1d417fd 3.0.1
  • c8abdc0 test(createIndex): ensure we have one test not using options
  • 5461f46 refactor(createIndex): simplify argument management for createIndex
  • ad6f67c test(change-streams): use generated port numbers for mock server

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 29 commits.

  • 3ac3656 3.0.2
  • 421a6b2 feat(bulk): forward 'checkKeys' option for ordered and unordered bulk operations
  • 45bc722 fix(db): only callback with MongoError NODE-1293 (#1652)
  • a45eb0b Change db instantiation in Collection#mapReduce:
  • a34512b docs(mongo-client): the new method MongoClient().connect() was wrongly… (#1633)
  • b665a26 docs(examples): add array filter example (#1647)
  • d3e6be1 test(srv): update to the latest spec files (#1649)
  • 2921668 test(changestreams): add mongodb version requirement (#1648)
  • 1c132b8 docs: update docs esNext CRUD operation(update) adding collection missing
  • 823f779 docs(watch): update docs to the correct param strings (#1645)
  • 9e7561a docs(aggregate): add more info on aggregation changes to upgrade guide (#1638)
  • eddca5e fix(url parser): preserve auth creds when composing conn string (#1640)
  • d9fb750 fix(topology base): allow more than 10 event listeners (#1630)
  • ad64ddb docs(versions): fixing version dropdown
  • 3712e1b doc(authentication): add missing slashes between hosts and options

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits.

  • ac0dec7 3.0.3
  • b1f296f fix(sessions): move active session tracking to topology base (#1665)
  • 7bd5637 doc(sessions): update documentation for startSession
  • 934a43a fix(executeOperation): don't mutate options passed to commands
  • 46e14d1 docs(collection): add arrayFilters option to docs
  • 1740d51 style(docs): minor grammatical fixes to README (#1660)
  • c519b9b fix(jsdoc): mark db.collection callback as optional + typo fix (#1658)
  • 077b876 Resync Connection String Spec Tests (#1656)
  • 33db3ca test(apm): making tests clean up after themselves (#1644)
  • f2bb626 test(causalConsistency): adding an example test for causal consistency (#1651)
  • 4c9b0f8 fix(collection): fix error when calling remove with no args (#1657)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • 7f01bd8 3.0.4
  • 1fdbaa5 feat(mongodb-core): update to mongodb-core 3.0.4
  • 029e79b docs(collection): make clear that filter updates multiple documents
  • 23b1938 feat(default-db): use dbName from uri if none provided
  • b7bc5c3 test(executeOperation): test throwing of errors in executeOperation
  • 8a26081 test(sessions): enabling session leak tests for operation examples
  • 04e6ef6 fix(utils): fixes executeOperation to clean up sessions

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 18 commits.

  • f8dfa20 3.0.5
  • 6d39b2a fix(url_parser): support a default database on mongodb+srv uris
  • 02729dc chore(executeOperation): use owner symbol instead of owner obj
  • b60ac28 chore(package.json): version bump of mongodb-core
  • ee110ac fix(comments): adding fixes for PR comments
  • a04879a test(cursor): only make session assertions when testing against 3.6
  • 43a998f test(sessions): disable changestream tests
  • 3d8e4bf test(sessions): minor syntax fix to session leak tests
  • 47c13a0 test(sessions): disable session checking for explicit sessions
  • 57dd2ad test(sessions): fixes various leaking tests
  • 3331ec9 fix(Collection): fix session leak in parallelCollectonScan
  • baca5b7 fix(AggregationCursor): adding session tracking to AggregationCursor
  • 3f60625 test(cursor): fixing cursor tests to not leak streams
  • e7162e4 test(gridfsStream): abort stream during errors and completions
  • 5d2ae62 test(apm): filter out endSession expected calls

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 25 commits.

  • 0e42efb 3.0.6
  • cfdd0ae feat(core): update to mongodb-core v3.0.6
  • 802c17d doc(apm): document apm events that are emitted from topologies
  • ad1d7d2 test(session-leak): clear pooledSessions on endAllPooledSessions
  • e17f111 test(apm): implement a custom expectation method based on APM spec
  • 0c71855 test(cursor): deeply comparing Longs will not work, must use equals
  • 7996fff test(apm): skip tests below a given mongodb version as well
  • 75a31af test(config): revert change to use url for all connections
  • 2fc112b test(indexes): enable command listener before connecting
  • b268558 test(max-staleness): use new find command defaults in tests
  • 290f4b0 test(apm): add tests around deprecated instrumentation api
  • 086ffb5 refactor(apm): modify Instrumentation to use new APM form
  • aa5aa10 test(apm): enable command monitoring explicitly in all apm tests
  • 5903680 feat(command-monitoring): support enabling command monitoring
  • c18a261 test(apm): refactor and modernize apm tests

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 18 commits.

  • 43d4860 3.0.7
  • 14d7f93 refactor(applyWriteConcern): remove check for capabilities
  • 7d626c0 refactor(applyWriteConcern): re-add retryWrites support
  • 2ebbaba refactor(bulk): use common applyWriteConcern method
  • e17e170 refactor(admin): use common applyWriteConcern method
  • 5d37d00 refactor(collection): use common applyWriteConcern method
  • a9ac564 refactor(db): use common applyWriteConcern method
  • 2c78626 refactor(utils): add common applyWriteConcern method
  • af76426 docs(db): Clean up example code
  • b7ae8cd refactor(apm): remove metadata and define methods used for old apm
  • 6d10558 test(shared): remove needless bluebird requirement
  • d1739df refactor(test-shared): use majority write concern for dropDatabase
  • dffb3e5 test(apm): ensure that setupDatabase is waited for in before
  • d72da67 chore(contributing): adding contributing and CoC guidelines
  • cbec717 style(cursor): fix prettier linter rule

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 130 commits ahead by 130, behind by 1.

  • 2a06d1e 3.1.0
  • 855bfdb feat(core): bump core dependency to v3.1.0
  • cddaba0 feat(Collection): warn if callback is not function in find and findOne
  • 36c591d docs(options): options default to null
  • e1cdce3 docs(count): document count api changes
  • 69e5254 fix(retryWrites): fixes more bulk ops to not use retryWrites
  • 124ab31 docs(Collection): fixing documentation for count
  • 559c195 fix(db): don't send session down to createIndex command
  • 195be0b docs(topologies): clarify sslValidate documentation
  • bf49bf2 docs(ensureIndex): undeprecate ensureIndex (#1753)
  • 7298c76 revert(collection): reverting collection-mapping features
  • 5a9fdf0 fix(cursor): cursor.count not respecting parent readPreference
  • 12ff392 fix(bulk): handle MongoWriteConcernErrors
  • e0be020 refactor(mongo_client): move floating functions to mongo_client_ops
  • 2dba264 docs(transactions): adding examples for transactions

There are 130 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 9 commits.

  • 0e06b69 3.1.1
  • 4e83556 fix(collection): countDocuments throws error when query doesn't match docs
  • b8b4bfa fix(client-ops): return transform map to map rather than function
  • a983817 docs(README): link to 3.1 docs in readme
  • d9b93e5 docs(collection): fix typo & run-on sentence for initializeOrderedBulkOp
  • f1dcfac docs(Cursor): fix typo in toArray
  • c2003d2 docs(esNext): improve readability, and fix a number of typos
  • 2e6c4fa fix(collection): correctly shallow clone passed in options
  • 20e11b3 fix(server): remove unnecessary print statement

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 40 commits ahead by 40, behind by 11.

  • b33fc74 3.1.2
  • 78f6977 fix(mongo_client): translate options for connectWithUrl
  • 36e92f1 fix(db_ops): call collection.find() with correct parameters (#1795)
  • 759dd85 fix(buffer): replace deprecated Buffer constructor
  • cb9d915 docs(connect): remove references to MongoClient.connect
  • b8d2f1d fix(teardown): properly destroy a topology when initial connect fails
  • 64027e8 refactor(export): expose CommandCursor
  • 6ef85c4 refactor(export): expose AggregationCursor
  • 13d776f fix(cursor): set readPreference for cursor.count
  • a5d0f1d feat(deprecation): wrap deprecated functions
  • 4f907a0 feat(deprecation): create deprecation function
  • 666b8fa refactor(bulk): Unify bulk operations
  • a0d84f6 test(evergreen): adding evergreen config to native driver
  • b8471f1 fix(collection): isCapped returns false instead of undefined
  • 86344f4 fix(collection): ensure findAndModify always use readPreference primary

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 79da11f 3.1.3
  • 337cb79 feat(core): update to mongodb-core 3.1.2
  • ff5fafc refactor(topology-base): getServer => selectServer

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 40 commits.

  • 2bbcf53 chore(release): 3.1.4
  • a029047 feat(core): update mongodb-core to 3.1.3
  • 875b925 chore(pkg): use standard-version for release management
  • 49406df chore(pkg): commit yarn and npm lock files
  • a474158 fix(cursor): remove deprecated notice on forEach
  • a12aa15 tets(sdam): death to flakey tests!
  • 1eef023 test(replset): reintroduce missing client options
  • 7b6ab57 test(examples): remove duplicated documentation
  • 62336bf test(find-and-modify): reintroduce missing client options
  • 0bae00f test(change-streams): const consistency
  • 862fb7c test(scram-sha-256): correct linting issues recently introduced
  • c7c10f7 test(sdam): add a wait for sdam events to come in
  • 090404f test(scram-sha-256): use correct form for passing auth to client
  • 7d4036a test(sdam): ensure we wait for close to check SDAM events
  • a184203 test(mongo-client): ensure we are testing the correct client

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 51f94b8 chore(release): 3.1.5
  • 805d58a feat(core): bump core to v3.1.4
  • 3b725ef fix(utils): only set retryWrites to true for valid operations
  • f93a8c3 fix(cursor): allow $meta based sort when passing an array to sort()
  • bd80fb2 doc(kerberos): fix typo in Kerberos connection section, and url
  • 3c9ef0d docs(collection): remove unnecessary information for estimatedDocumentCount
  • 6d6cb2e docs(HISTORY): fixed typos
  • cb4888d chore(lock): update npm lock file
  • 7d6dd0c chore(yarn): remove yarn lock file for travis runs

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • ff0c7f8 chore(release): 3.1.6
  • c5f823d feat(core): update to core v3.1.5
  • a58f62f chore(package): make sure we are only packaging what's needed

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 94fd6d8 chore(release): 3.1.7
  • 61b054e feat(core): update mongodb-core to v3.1.6
  • 64c2d3f docs(promises): Doc what promises resolve to.
  • 7418401 Fixed deprecation warning.
  • da4df89 test(eval): removes group command tests that use eval
  • c612117 test(eval): removes all eval tests
  • 09f58e7 docs(transactions): fixing transaction examples
  • 90caf42 chore(package-lock): updating package-lock.json
  • 50602ce test(GridFS): fixes bug in node 10.10.x

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • e759b13 chore(release): 3.1.8
  • dbfc905 feat(core): update to mongodb-core v3.1.7
  • 811f8f8 fix(connect): use reported default databse from new uri parser

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • c0e648c chore(release): 3.1.9
  • 80d7c79 feat(core): update to mongodb-core v3.1.8
  • 372cc99 chore(ci): adding dubnium to evergreen config
  • 239036f fix(db): move db constants to other file to avoid circular ref (#1858)
  • c9996fb test(retryableWrites): sync retryableWrites tests
  • 953d4f9 docs(connect): fixing errors in client.connect documentation
  • 2628e5f refactor(collation): use modified decorateWithCollation
  • 7cacdea refactor(decorate-command): improve and utilize this method
  • ed3678e test(collation): update collation tests to catch potential errors
  • 36c3c7d fix(estimated-document-count): support options other than maxTimeMs
  • 2012211 test(gridfs): update to use new license file name for tests
  • bd8221d chore(contributors): update contributors format
  • 18e5d33 chore(readme): fix spacing in license section
  • aa75e3e chore(license): update attribution, license, and contributors

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • db9e08f chore(release): 3.1.10
  • bd3355b feat(core): update to mongodb-core v3.1.9
  • 126d838 test(auth): adding test case for auth with no db in uri string
  • c7dec28 fix(auth): remember to default to admin database
  • 7a26748 chore: updating mongodb versions in travis
  • 5629ce8 docs(mongo_client): explain useNewUrlParser

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 25 commits.

  • e4bb39e chore(release): 3.1.11
  • 76c0130 chore(core): bump version of mongodb-core
  • a3adb3f fix(bulk): fix error propagation in empty bulk.execute
  • ec0e30e doc(change-streams): correct typo, add missing example
  • 10ea992 chore(package): update lock file
  • fcb3ec1 test(sharded): reduce some sharded errors
  • d4eae97 test(sessions): undo hack for apm events in sessions tests
  • 0eaca21 test(sessions): fixing broken session test
  • 6790a74 test(sharding): fixing old sharding tests
  • 98f0c68 test(sharded): fixing sharded operation test
  • c6a9baa test(sessions): fixing session tests in sharded env
  • 985f0e9 test(drop): fixing drop assertions for sharded tests
  • 5f13558 test(find): should not test parallelCollectionScan with sharded
  • c9111a1 test(APM): fixing APM spec test runner to skip certain tests
  • bedc2d2 fix(bulk): make sure that any error in bulk write is propagated

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • e7619aa chore(release): 3.2.0
  • d0dc228 chore(travis): include forgotten stage info for sharded builds
  • ffbe90b chore(travis): run sharded tests in travis as well
  • 9bef6e7 feat(core): update to mongodb-core v3.1.11

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • d061d2c chore(release): 3.2.2
  • 868cfc3 feat: update to mongodb-core v3.2.2
  • 3c9f8d7 chore: delete old files that are no longer used
  • e0826fb fix(asyncIterator): stronger guard against importing async generator
  • ae0663c chore: update package lock file
  • f0867f7 docs: updating sdam-monitoring's code example

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 24 commits.

  • 7ae37a2 chore(release): 3.2.3
  • 1c5357a feat: update to mongodb-core v3.2.3
  • 49c8cef fix(async): rewrote asyncGenerator in node < 10 syntax
  • 72e88ad Revert "feat(lib): implement executeOperationV2"
  • e1e24ed Revert "refactor(collection): move operations in collection to their own classes"
  • 66e2580 refactor(collection): move operations in collection to their own classes
  • f2e3ec2 docs: fix documentation typos
  • 4f4c45b style: fix test collection name typo
  • 16b2fdc style: fix test function name typo
  • f562714 style: fix test name typos
  • 07d64c7 style: fix comment typos
  • b908d72 style: fix jsdoc typos
  • 4235d04 fix(aggregation): fix field name typo
  • 61e5bcb docs(readConcern): update all possible readConcern levels
  • 1f8e7fa fix(docs): correctly document that default for sslValidate is false

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 22 commits.

  • 1c17b80 chore(release): 3.2.4
  • 2059260 feat(core): update to mongodb-core v3.2.4
  • 0afbbcc Update README.md
  • c600a4e Update README.md
  • fa8d952 test(changeStream): fixes flakey changeStream tests
  • 1909e87 test(transactions): updated transactions tests to use runOn
  • dd82d3c test(insert): check results returned by toJSON
  • 3e957c1 chore(travis): test unified topology in travis
  • a09a2c9 style: fix prettier warning
  • e62b1c7 refactor: add private _findAndModify() function that bypasses deprecation warning for Mongoose
  • 13fd7a5 refactor(BulkOp): remove unused class
  • b49c596 docs(bulkOp): refactor docs to be more accurate
  • 3b3edb8 refactor(BulkOp): remove code that is not used
  • 9421116 refactor(BulkOp): refactor bulk op code to remove redundancies
  • f548bd7 fix(BulkOp): run unordered bulk ops in serial

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • 36d26c0 chore(release): 3.2.5
  • a2766c1 fix(core): updating core to 3.2.5

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 9018f89 chore(release): 3.2.7
  • 2f91466 fix(core): updating core to version 3.2.7
  • 6d8b4bc Create pull_request_template.md
  • 6a860a3 fix(findOneAndReplace): throw error if atomic operators provided for findOneAndReplace

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 1878 commits ahead by 1878, behind by 7.

  • 8b3c3b0 chore(release): 3.3.0
  • 0d2018c docs(AutoEncryption): adds documentation for extraOptions
  • 3ecda98 docs(autoEncryption): document that autoEncryption is in beta
  • 814a4cc chore(useUnifiedTopology): add deprecation warning for useUnifiedTopology
  • b7308db test: disable some failing tests for later investigation
  • b23e606 test(transactions): disable invalid pinning test
  • 82a7a6e chore(travis): add 4.2 testing to travis
  • 392f5a6 fix(topology): add new error for retryWrites on MMAPv1
  • 2ef8f2c chore(ci): update evergreen config to test Ubuntu 18.04 on mongodb >= 4.2
  • ae729f8 refactor(change-stream): use AggregateOperation for stream cursor
  • 831968d refactor(cursor): return operation readPreference with priority
  • 1ffe9b7 refactor(client): provide default namespace and read preference
  • 778928f refactor(command): support full response as command op option
  • 6acef6d refactor(find): use FindOperation for finds
  • 0f88582 refactor(cursor): modernize and deduplicate cursor classes

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 runner
  • ee15ea0 refactor(monitoring): hoist Server constants out of monitor code
  • 8a4de3f 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 script
  • 6fc750e 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