- fixed; Insecure temporary file use #38
- fixed; Handle the case of no installed versions when listing installed versions #35
- changed; Default installation prompt to yes #36
- changed; Use symlinks instead of copying binaries #46
- added; Prompt to allow removing the current MongoDB version #30
- added; Support aliases for MongoDB release series (for example:
m 3.6
) #34 - added;
m use stable
andm use latest
aliases #37 - added; note about using
yes
for download without confirmation #27
Thanks to stennie and Oleg Pudeyev for their contributions.
- fixed; MongoDB 4.0.0-rc# macOS binaries not found #32 stennie
- added;
m installed [--json]
Output installed versions available (optionally, in JSON format) #28 stennie
- fixed; sort ordering of version numbers #25 from JamesKovacs
- fixed; getcwd warnings #24 from VictorDenisov
- added enterprise version support
m 3.2.3-ent
#20 from Dabz
- Generalize cp for BSD+GNU #23 from vmenajr
- fixed; check_current_version to display version 3.2.7 with OpenSSL correctly #22 kevinadi
- change; Download OS X binaries with SSL support where available #21 stennie
- added; mongos support #19 from sindbach
- fix 'm ls' warning #17 gianpaj
- fixed; sort versions properly #16 gianpaj
- minor: fixing my mistake in version regex #15 brandonblack
- minor: relaxing the version regex #14 brandonblack
- docs; mention scons dependency
- Update README.md
- fixed; removal of multiple versions #11
- fixed; handle weird format of 2.4.0.rc1 tag
- fixed; do not trigger hooks when already active #10
- better logging
- fix cp errors #9
- build from source when config is passed
- install using pre-built binaries
- remove "-" alias
- confirm from user before installation
- added; m src
- added; m shell
use
should launch mongod not mongo shell (#7) matulef
- fixed; ubuntu support (#5)
- added pre/post install/change hooks
- initial release