Skip to content

Releases: Mongo2Go/Mongo2Go

v3.1.3

30 Apr 09:22
Compare
Choose a tag to compare

Mongo2Go 3.1.3, April 30 2021

  • targeting .NET Standard 2.0 instead of 2.1, this makes Mongo2Go compatible with .NET Framework (version 4.7.1 and later) (PR #118 - many thanks to Cédric Luthi)
  • fixes handling of the path search for the NUGET_PACKAGE environment variable (PR #119 - many thanks to Timm Hoffmeister)
  • internal: dotnet pack is now used to create the nupkg file for a release (PR #121 - many thanks to Cédric Luthi)

v3.1.2 (broken)

28 Apr 19:07
Compare
Choose a tag to compare

Mongo2Go 3.1.2, April 28 2021

  • targeting .NET Standard 2.0 instead of 2.1, this makes Mongo2Go compatible with .NET Framework (version 4.7.1 and later) (PR #118 - many thanks to Cédric Luthi)
  • fixes handling of the path search for the NUGET_PACKAGE environment variable (PR #119 - many thanks to Timm Hoffmeister)

v3.1.1

08 Apr 07:31
Compare
Choose a tag to compare

Mongo2Go 3.1.1, April 08 2021

  • internal: Better algorithm for determining a free port. This allows parallel execution of tests and increases compatibility with Raider and other test runners. (PR #116, fixes #115 and #106 - many thanks to liangshiwei)

v3.1.0

08 Apr 07:16
Compare
Choose a tag to compare

Mongo2Go 3.1.0, April 07 2021

  • NEW: Configurable logging! adds the option to inject a Microsoft.Extensions.Logging.ILogger to MongoDbRunner.Start(logger) arguments. Now you can adjust or disable the console output to avoid noise in CI environments. Please note the two examples shown above. (PR #113, fixes #94, #95 and #113 - many thanks to Corentin Altepe)
  • internal: replaces --sslMode disabled (deprecated) with --tlsMode disabled in command line arguments to mongod.

v3.0.0

27 Mar 00:28
Compare
Choose a tag to compare

Mongo2Go 3.0.0, March 26 2021

  • includes MongoDB binaries of version 4.4.4 with support for Windows, Linux and macOS

  • targets .NET Standard 2.1 (can be used with .NET Core 3.0 and .NET 5.0)

  • adds new MongoDownloader tool (PR #109, fixes #82 and #112 - many thanks to Cédric Luthi)

  • adds support for NUGET_PACKAGES environment variable (PR #110 - many thanks to Bastian Eicher)

v2.2.16

13 Dec 09:35
Compare
Choose a tag to compare

Mongo2Go 2.2.16, December 13 2020

  • fix for non existing starting path for binary search (PR #107, fixes #105 - many thanks to Gurov Yury)

v2.2.15

12 Dec 13:13
Compare
Choose a tag to compare

Mongo2Go 2.2.15, December 12 2020

  • throw exception if cluster is not ready for transactions after singleNodeReplSetWaitTimeout (PR #103 - many thanks for the continued support by José Mira)

v2.2.14

19 Oct 11:19
Compare
Choose a tag to compare

Mongo2Go 2.2.14, October 17 2020

  • fixes a bug with pulling mongo binaries from wrong version (PR #87, fixes #86 - many thanks to mihevc)
  • ensures transaction is ready (solves error message: System.NotSupportedException : StartTransaction cannot determine if transactions are supported because there are no connected servers.) (PR #101, fixes #89, #91 and #100 - many thanks to liangshiwei)

v2.2.12

07 Sep 19:50
Compare
Choose a tag to compare

Mongo2Go 2.2.12, September 07 2019

  • performance: waits for replica set ready log message, or throws if timeout expires, instead of using Thread.Sleep(5000) (PR #83, fixes #80 - many thanks again to José Mira)

v2.2.11

10 May 15:08
Compare
Choose a tag to compare

Mongo2Go 2.2.10, May 10 2019

  • allows additional custom MongoDB arguments (PR #69, fixes #68 - many thanks to José Mira)
  • adds option to set port for StartForDebugging() (PR #72, fixes #71 - many thanks to Danny Bies)