Skip to content

Tags: Mongo2Go/Mongo2Go

Tags

v5.0.0

Toggle v5.0.0's commit message
Mongo2Go 5.0.0 — MongoDB 8.0.26

v4.2.0

Toggle v4.2.0's commit message
Mongo2Go 4.2.0

- **NEW: Linux ARM64 support** — the package now bundles native `mongod`, `mongoimport` and `mongoexport` for Linux arm64 in addition to the existing x64 binaries. Binary resolution is now architecture-aware, so the correct build is selected automatically (fixes [#127](#127)). On Apple Silicon the x64 macOS binaries continue to run under Rosetta 2, since MongoDB 4.4 has no macOS arm64 build.
- Updated all NuGet dependencies, most notably **MongoDB.Driver** from 3.1.0 to 3.9.0. This resolves the vulnerable transitive dependencies (SharpCompress, Snappier) reported in [#160](#160) (PR [#159](#159) — many thanks to [Simon Schmid](https://github.com/schms27)).
- **Smaller package**: the bundled MongoDB binaries are now stripped, reducing the package by roughly 22%. Even with the added arm64 binaries the package is smaller than before.
- Internal: the `MongoDownloader` tool now verifies every downloaded archive against MongoDB's published SHA-256 before extraction, and the bundled binaries are verified against a committed checksum manifest at runtime. This strengthens the supply-chain guarantees of the package.
- Please note that the bundled version of MongoDB included with this package remains **v4.4.4**.

v4.0.0

Toggle v4.0.0's commit message

v3.1.3

Toggle v3.1.3's commit message

v3.1.2

Toggle v3.1.2's commit message

v3.1.1

Toggle v3.1.1's commit message

v3.1.0

Toggle v3.1.0's commit message

v3.0.0

Toggle v3.0.0's commit message

v2.2.16

Toggle v2.2.16's commit message