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-memory-server to the latest version 🚀 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 17, 2018

Version 2.0.0 of mongodb-memory-server was just published.

Dependency mongodb-memory-server
Current Version 1.9.4
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of mongodb-memory-server.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

2.0.0 (2018-08-17)

BREAKING CHANGES

  • change default mongodb version to latest (#70) (742bead)
  • remove NodeJS v4 support (dc57509)

Most users will not have problems with migration to a new version if:

  • you use Node >= 6.0.0 (if not upgrade node version or use [email protected])
  • your tests work with latest version of MongoDB (before was hardcoded default version 3.4.4). Anyway you may set explicitly any MongoDB version via configuration options:
const mongod = new MongodbMemoryServer({
  binary: {
    version: '3.4.4', 
  },
});
Commits

The new version differs by commits.

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 🌴

greenkeeper bot added a commit that referenced this pull request Aug 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2018

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes v2.1.0

2.1.0 (2018-08-28)

Bug Fixes

  • in generateConnectionString() changed localhost to 127.0.0.1 (7bdc367), closes #73

Features

  • MongoInstance: add a new option instance.ip for binding mongod instance to specified ip addresses (by default 127.0.0.1). For binding to all IP addresses set it to ::,0.0.0.0 (bbf75b8)
Commits

The new version differs by 3 commits.

  • bbf75b8 feat(MongoInstance): add a new option instance.ip for binding mongod instance to specified ip addresses (by default 127.0.0.1)
  • 7bdc367 fix: in generateConnectionString() changed localhost to 127.0.0.1
  • 55ee321 fix: pass port as object to get-port (#72)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2018

Update to this version instead 🚀

Release Notes for v2.2.0

2.2.0 (2018-09-13)

Features

  • add possibility to provide config via environment variables (#77) (27a8de1), closes #76
Commits

The new version differs by 1 commits.

  • 27a8de1 feat: add possibility to provide config via environment variables (#77)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

Update to this version instead 🚀

Release Notes for v2.3.0

2.3.0 (2018-09-27)

Features

Commits

The new version differs by 3 commits.

  • 21a0769 feat(MongoInstance): add new options auth, replSet and args for providing additional mongod args (#79) thanks @jloveridge
  • edfa536 feat: native TypeScript support (#80) thanks @jloveridge
  • 2ca96f5 docs: add list of available mongodb engines

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 30, 2018

Update to this version instead 🚀

Release Notes for v2.4.0

2.4.0 (2018-09-30)

Features

Commits

The new version differs by 1 commits.

  • 5911cdc feat: add MongoMemoryReplSet class (#81) thanks @jloveridge

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2018

Update to this version instead 🚀

Release Notes for v2.4.1

2.4.1 (2018-10-01)

Bug Fixes

  • MongoMemoryReplSet.js: emit ‘init’, ‘running’, and ‘stopped’ to allow for easier cleanup of listeners (#82) (f5ae10a)
Commits

The new version differs by 1 commits.

  • f5ae10a fix(MongoMemoryReplSet.js): emit ‘init’, ‘running’, and ‘stopped’ to allow for easier cleanup of listeners (#82)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2018

Update to this version instead 🚀

Release Notes for v2.4.2

2.4.2 (2018-10-02)

Bug Fixes

  • TypeScript: add MongoMemoryReplSet to package exports (#83) (600b00b)
Commits

The new version differs by 1 commits.

  • 600b00b fix(TypeScript): add MongoMemoryReplSet to package exports (#83)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2018

Update to this version instead 🚀

Release Notes for v2.4.3

2.4.3 (2018-10-06)

Bug Fixes

  • Debian unstable release should use mongod binaries for version 92 (1a74fb4), closes #85
Commits

The new version differs by 1 commits.

  • 1a74fb4 fix: Debian unstable release should use mongod binaries for version 92

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

Update to this version instead 🚀

Release Notes for v2.4.4

2.4.4 (2018-10-17)

Bug Fixes

Commits

The new version differs by 1 commits.

  • b1a290b fix: Remove latest verion from postinstall.js (#84) (#90)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

Update to this version instead 🚀

Release Notes for v2.5.0

2.5.0 (2018-10-18)

Features

  • add env variable MONGOMS_DOWNLOAD_MIRROR to be able to specify a mirror download url for binary download (#93) (78f2e4a)
Commits

The new version differs by 4 commits.

  • b191c94 style: fix lint error
  • d9a6751 docs: fix MongoMemoryServer typo in readme
  • 232bed0 chore: fix download url
  • 78f2e4a feat: add env variable MONGOMS_DOWNLOAD_MIRROR to be able to specify a mirror download url for binary download (#93)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

Update to this version instead 🚀

Release Notes for v2.6.0

2.6.0 (2018-10-18)

Features

  • add MONGOMS_DISABLE_POSTINSTALL env variable for disabling binary download on package install (e826566), closes #84 #84
Commits

The new version differs by 1 commits.

  • e826566 feat: add MONGOMS_DISABLE_POSTINSTALL env variable for disabling binary download on package install

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 25, 2018

Update to this version instead 🚀

Release Notes for v2.6.1

2.6.1 (2018-10-25)

Bug Fixes

  • tune tmp dir opts, add debug info, add test for 4.0.3 (962fd67), closes #89
Commits

The new version differs by 1 commits.

  • 962fd67 fix: tune tmp dir opts, add debug info, add test for 4.0.3

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2018

Update to this version instead 🚀

Release Notes for v2.6.2

2.6.2 (2018-10-26)

Bug Fixes

  • MongoBinaryDownloadUrl: add Ubuntu 18.04 builds (b16d75a)
Commits

The new version differs by 2 commits.

  • b16d75a fix(MongoBinaryDownloadUrl): add Ubuntu 18.04 builds
  • 132df61 docs: remove duplicate badge in readme

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2018

Update to this version instead 🚀

Release Notes for v2.7.0

2.7.0 (2018-11-05)

Bug Fixes

  • DownloadUrl: for MongoDB v3 use 16.04 builds, cause distro for Ubuntu 18 has only v4 and above (a978516), closes #100

Features

  • switch to node_modules/.cache directory instead of $HOME for binaries DL (b54ec6c)
Commits

The new version differs by 4 commits.

  • 524181b tests: increase timeout for replset-test
  • a4671e3 chore: update dependencies
  • a978516 fix(DownloadUrl): for MongoDB v3 use 16.04 builds, cause distro for Ubuntu 18 has only v4 and above
  • b54ec6c feat: switch to node_modules/.cache directory instead of $HOME for binaries DL

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 12, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 30, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 20, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 11, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 11, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 2, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 5, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 11, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 11, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 20, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

1 participant