Skip to content

Releases: aheckmann/m

1.8.0

26 Jul 02:18
Compare
Choose a tag to compare

1.8.0 / 2022-07-26

  • Use full.json download list instead of legacy /src/ directory
  • Adjust --stable for 5.0+ versioning scheme
  • Add version-based support for native arm64 binaries on macOS
  • Replace m custom with info on supported platforms and building from source
  • Warn if $M_PREFIX/bin isn't included in current $PATH
  • Add missing Active version indicator
  • Fix bug preventing multiple versions from being removed
  • Check bin path using mongod (mongo is no longer included in 6.0 GA)
  • Fix matching of latest/stable versions

For installation options, see: https://github.com/aheckmann/m#installation

1.7.0

19 Nov 07:26
Compare
Choose a tag to compare

1.7.0 / 2021-11-19

  • Update M_PREFIX behaviour to default to a writeable directory (~/.local)
  • Add support for installing on Apple Silicon with Rosetta 2
  • Fix for ANSI colour coding not working with printf in bash 3.2

For installation options, see: https://github.com/aheckmann/m#installation

1.6.0

21 Jan 10:54
Compare
Choose a tag to compare

1.6.0 / 2021-01-21

For installation options, see: https://github.com/aheckmann/m#installation

1.5.6

14 Oct 03:40
Compare
Choose a tag to compare

1.5.6 / 2019-10-14

  • Add distro detection for Fedora

1.5.5

09 Sep 05:01
Compare
Choose a tag to compare

1.5.5 / 2019-09-09

  • Add distro detection for Linux Mint (@alexbevi)

1.5.4

11 Jun 11:44
Compare
Choose a tag to compare

1.5.4 / 2019-06-11

  • Fix #52: Problem setting up on Amazon Linux 1

1.5.3

12 Apr 13:42
Compare
Choose a tag to compare

1.5.3 / 2019-04-12

  • Fix #51: m incorrectly installs RCs for m 4.0
  • Improve package name check for macOS Enterprise downloads
  • Add message if version to remove was not actually installed
  • Add caching option via M_CACHE environment variable
  • Enable debug output via M_DEBUG environment variable
  • Add m reinstall <version>

1.5.2

16 Mar 12:15
Compare
Choose a tag to compare

1.5.2 / 2019-03-04

  • Fix macOS Enterprise downloads for 4.1.1+
  • Support m install <version>
  • Add missing test for successful $builddir creation

1.5.1

15 Aug 19:55
Compare
Choose a tag to compare

1.5.1 / 2018-08-16

  • Add targeted version checks for macOS naming conventions with support for MongoDB 4.1.x

1.5.0

14 Aug 13:13
Compare
Choose a tag to compare

1.5.0 / 2018-08-14

  • Add Linux distribution-specific versions #40 (thanks Oleg Pudeyev, Kev Pulo, and Kevin Adistambha!). Where possible m will try to download Linux distro-specific tarballs which include extras like SSL support. Use m --legacy <version> to install the generic Linux version.
  • Support filtering available versions with m ls <release series> (eg: m ls 3.6)
  • Add available as an alias for ls (for consistency with mongodb-version-manager)
  • Include m version number in usage info