Skip to content

Releases: gcollazo/mongodbapp

MongoDB.app 3.0.2

16 Apr 23:35
Compare
Choose a tag to compare

MongoDB.app 3.0.1

17 Mar 15:18
Compare
Choose a tag to compare
  • Updates MongoDB to version 3.0.1 - Release notes | Changelog
  • Now the server starts automatically when you launch the app and stops when you quit.
  • New icon
  • New interface

Sync Versions

05 Mar 16:38
Compare
Choose a tag to compare

This is just an artificial version change to sync MongoDB.app version with the MongoDB project. I hope this will make things clearer for users. 😸

MongoDB version: 3.0.0

MongoDB.app 2.0.0 with MongoDB 3.0.0

05 Mar 16:07
Compare
Choose a tag to compare

1.2.0

20 Jan 03:43
Compare
Choose a tag to compare

MongoDB.app 1.2.0 with MongoDB 2.6.7

In this version the build outputs a better organized .app package. Now all the MongoDB binaries are all in the same predictable directory.

If you need to add the MongoDB binaries to your path you can do so by adding the following to your ~/.bash_profile.

# Add MongoDB.app binaries to path
PATH="/Applications/MongoDB.app/Contents/Resources/Vendor/mongodb:$PATH"

The included binaries are:

  • bsondump
  • mongo
  • mongod
  • mongodump
  • mongoexport
  • mongofiles
  • mongoimport
  • mongooplog
  • mongoperf
  • mongorestore
  • mongos
  • mongosniff
  • mongostat
  • mongotop

First public release for testing

16 Jan 22:17
Compare
Choose a tag to compare