Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mongodb-js/mongodb-core issues and pull requests

#464 - chore: allow using bson v1.x with v2.x

Pull Request - State: open - Opened by vkarpov15 almost 3 years ago

#458 - chore(deprecate): note that the package is no longer maintained

Pull Request - State: closed - Opened by daprahamian over 4 years ago

#457 - Switch new Buffer(size) -> Buffer.alloc(size)

Pull Request - State: closed - Opened by millerick over 4 years ago - 3 comments

#455 - NODE-2147: Proper server topology management.

Pull Request - State: closed - Opened by jduarter over 4 years ago - 7 comments

#452 - docs(links): do not link to java

Pull Request - State: closed - Opened by daprahamian almost 5 years ago

#450 - added node v12 in travis tests

Pull Request - State: closed - Opened by adityapatadia almost 5 years ago - 2 comments

#448 - fix(replset): correct legacy max staleness calculation

Pull Request - State: closed - Opened by mbroadst almost 5 years ago

#446 - fix(connect): don't treat 'connect' event as an error

Pull Request - State: closed - Opened by vkarpov15 almost 5 years ago - 3 comments

#445 - fix(server): bubble up pool 'attemptReconnect' event

Pull Request - State: closed - Opened by vkarpov15 almost 5 years ago - 4 comments

#441 - fix(cursor): do not truncate an existing Long

Pull Request - State: closed - Opened by jasontho-ms about 5 years ago - 5 comments

#439 - retry with family=0 when family=6,4 throws ENOTFOUND

Pull Request - State: open - Opened by cburduja about 5 years ago - 9 comments

#438 - fix(server): emit "first connect" error if initial connect fails due to ECONNREFUSED

Pull Request - State: closed - Opened by vkarpov15 about 5 years ago - 3 comments

#437 - fix(pool): clean up connections if pool is destroyed mid-handshake

Pull Request - State: closed - Opened by daprahamian about 5 years ago

#436 - fix(uri-parser): always treat appname as a string

Pull Request - State: closed - Opened by daprahamian about 5 years ago

#434 - fix(connect): fixed syntax issue in connect error handler

Pull Request - State: closed - Opened by daprahamian about 5 years ago

#431 - fix(connect): ensure connection errors are MongoNetworkErrors

Pull Request - State: closed - Opened by mbroadst about 5 years ago

#430 - fix authentication with promoteBuffers: true

Pull Request - State: closed - Opened by sebdeckers about 5 years ago - 3 comments

#429 - fix(transactions): send recovery token on abortTransaction

Pull Request - State: closed - Opened by daprahamian about 5 years ago

#427 - feat(readPreference): add ReadPreference.fromOptions

Pull Request - State: closed - Opened by kvwalker about 5 years ago

#425 - fix(command_result): return entire result in toJSON

Pull Request - State: closed - Opened by kvwalker about 5 years ago - 5 comments

#424 - APM for "serialize command" step

Pull Request - State: closed - Opened by dschenkelman about 5 years ago - 8 comments

#423 - feat(srvPolling): Add support for srv polling to native topology

Pull Request - State: closed - Opened by daprahamian over 5 years ago - 1 comment

#422 - fix(uri_parser): restore original compression parsing

Pull Request - State: closed - Opened by kvwalker over 5 years ago

#421 - fix: do not attempt to auth against an arbiter

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#419 - Adds load balancing to connection pool

Pull Request - State: open - Opened by bompus over 5 years ago - 2 comments

#418 - chore(wireVersion): update max-wire-version

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#417 - NODE-1828: support passing callbacks to topology destroyed methods

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#416 - refactor(pool): remove all sessions-related methods out of pool

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#415 - chore: disable tls renegotiation where possible

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#414 - test: remove second shard from sharded test runner

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#413 - chore(WriteConcernError): update writeConcernError for user commands

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#412 - Minor transaction fixes

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#411 - Pin Servers during Sharded Transactions

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#410 - fix(uri_parser): support URI Options spec tests

Pull Request - State: closed - Opened by kvwalker over 5 years ago

#409 - fix(command): only add `$query` to command in OP_QUERY

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#408 - feat(withTransaction): retry transaction commit on wtimeout

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#407 - fix(scram): allow errors to be passed through callbacks

Pull Request - State: closed - Opened by kvwalker over 5 years ago

#406 - NODE-1435: move all auth to `connect`

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#405 - refactor(handshake): pull out initial handshake into `connect`

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 2 comments

#404 - fix(sessions): enable sessions in OP_MSG

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#403 - NODE-1085: implement OP_MSG

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#402 - refactor(auth): switch to MongoCredentials and cleanup

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#401 - CMAP PoC

Pull Request - State: closed - Opened by daprahamian over 5 years ago - 1 comment

#400 - fix(uri_parser): fix normalizing option names in connection string

Pull Request - State: closed - Opened by kvwalker over 5 years ago

#399 - NODE-1741: implement convenient transactions api (core)

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#398 - fix(transactions): write concern is always majority on txn retry

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#396 - NODE-1845: allow connection to be shared with mock server

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#395 - refactor(wire-protocol): only single commands are written to pool

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#394 - refactor(wire-protocol): flatten wire protocol handler hierarchy

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#393 - NODE-1830: reduce query instantiation

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#392 - refactor(topology): adapt to wire protocol refactor

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#391 - fix(prettier): fix prettier file paths for Windows

Pull Request - State: closed - Opened by addisonElliott over 5 years ago

#390 - refactor(wire-protocol): reuse `command` where possible

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#389 - refactor(wire-protocol): simplify and make consistent signatures

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#387 - fix(mongos-replset): pass connect options to child server instances

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#386 - refactor(wire-protocol): `command` and `query` now take callbacks

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#385 - refactor(wire-protocol): introduce wire protocol `query` method

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#384 - refactor(wire-protocol): modernize and clean wire protocol

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#383 - refactor(cursor): merge and simplify `nextFunction`

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#382 - fix(topology): clear timeouts for monitor on topology close

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#380 - NODE-1683: defensively avoid memory leaks in new SDAM layer

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#379 - fix(url-parser): mongodb+srv user info needs to reencode

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#378 - fix(url-parser): support passing in `auth` to parsing options

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#376 - fix(mongos): ensure servers are properly cleaned up when destroyed

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#375 - chore: updating MongoDB versions in travis

Pull Request - State: closed - Opened by daprahamian over 5 years ago

#373 - fix(uri_parser): uri-encoded auth handling

Pull Request - State: closed - Opened by tprobinson over 5 years ago - 7 comments

#372 - refactor(kerberos): throw runtime error for missing kerberos module

Pull Request - State: closed - Opened by mbroadst over 5 years ago

#371 - chore(ci): adds dubnium to CI

Pull Request - State: closed - Opened by daprahamian over 5 years ago - 1 comment

#369 - fix(sspi): correct auth process for SSPI

Pull Request - State: closed - Opened by mbroadst over 5 years ago - 1 comment

#368 - fix(utils): remove warning for missing kerberos module

Pull Request - State: closed - Opened by kvwalker over 5 years ago - 8 comments

#367 - fix(uri_parser) bypass number coercion for replicaSet val in connection string

Pull Request - State: closed - Opened by lineus over 5 years ago - 2 comments

#366 - fix: Cannot read property 'greaterThan' of undefined

Pull Request - State: closed - Opened by simllll over 5 years ago - 6 comments

#365 - fix(mongos): solve memory leak on server reconnection

Pull Request - State: closed - Opened by itayalfia over 5 years ago - 4 comments

#364 - refactor(server): introduce authentication to server class

Pull Request - State: closed - Opened by mbroadst almost 6 years ago - 1 comment

#363 - refactor(uri-parser): support authentication expectations

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#362 - test(*): use `newTopology` instead of explicitly creating Servers

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#361 - refactor(auth): remove `auth` api endpoints

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#360 - fix(uri-parser): add exemption list for number coercion in options

Pull Request - State: closed - Opened by mbroadst almost 6 years ago - 1 comment

#359 - fix(uri-parser): validate connection string options

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#358 - chore(evg): drop zSeries for all but rhel, reintroduce rhel72

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#357 - Revert "feat(connection): Implement fast fallback"

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#356 - feat(topology): complete integration of unified topology

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#355 - require saslprep only if it is needed

Pull Request - State: closed - Opened by mcollina almost 6 years ago - 4 comments

#354 - docs(connection): fix typo

Pull Request - State: closed - Opened by SiegfriedEhret almost 6 years ago

#353 - fix(gssapi): check lowercase and camelCase gssapiServiceName option

Pull Request - State: closed - Opened by kvwalker almost 6 years ago

#352 - fix(apm): fix upconversion for OP_QUERY in apm

Pull Request - State: closed - Opened by daprahamian almost 6 years ago

#351 - fix(gssapi): check lowercase and camelCase gssapiServiceName option

Pull Request - State: closed - Opened by kvwalker almost 6 years ago - 1 comment

#350 - fix(uri_parser): do not set keys to lowercase for connection options

Pull Request - State: closed - Opened by kvwalker almost 6 years ago

#348 - refactor(auth): refactor auth

Pull Request - State: closed - Opened by daprahamian almost 6 years ago

#347 - fix(uri_parser): use admin as default auth.db

Pull Request - State: closed - Opened by kvwalker almost 6 years ago - 1 comment

#346 - fix(buffer): use safe-buffer polyfill to maintain compatibility

Pull Request - State: closed - Opened by Fonger almost 6 years ago - 1 comment

#345 - fix(EJSON): export the result of optionally requiring EJSON

Pull Request - State: closed - Opened by rweinberger almost 6 years ago

#344 - refactor(topologies): rename `getServer` to `selectServer`

Pull Request - State: closed - Opened by mbroadst almost 6 years ago

#343 - feat(connection): Implement fast fallback

Pull Request - State: closed - Opened by shsaskin almost 6 years ago - 1 comment

#335 - fix(mongos): fix connection leak when mongos reconnects

Pull Request - State: closed - Opened by daprahamian almost 6 years ago

#307 - use async randomBytes()

Pull Request - State: closed - Opened by jcallu about 6 years ago - 5 comments

#270 - Cannot set _called property on number.

Pull Request - State: closed - Opened by durran over 6 years ago - 8 comments

#255 - pool - Corrects domain issue on _createConnection

Pull Request - State: open - Opened by owenallenaz over 6 years ago - 4 comments

#197 - Enable testing across all topologies, fixing bugs

Pull Request - State: closed - Opened by sebthedev almost 7 years ago - 3 comments

#195 - Fix issue in Response.parse when the underlying cursor has been closed

Pull Request - State: closed - Opened by herbrandson about 7 years ago - 12 comments