Skip to content

Releases: ndichiaro/dotnet-mongo

v1.6.0

07 Oct 02:30
d254d23
Compare
Choose a tag to compare

.NET Mongo 1.6.0 Release - October 5, 2023

.NET Mongo 1.6.0 is available for download for use. This release includes both .NET Mongo 1.6.0 and .NET Mongo Core 3.3.0.

Release Notes

.NET Mongo

Improvements

  • Depreciate netstandard2.1 and net5.0 support

Fixes

  • Remove Tools.Net.Mongo.Core reference in migration template

.NET Mongo Core

Improvements

  • Depreciate netstandard2.1 and net5.0 support
  • Upgrade MongoDb.Driver from 2.19.1 to 2.21.0

v1.5.0

13 May 02:56
ce58c08
Compare
Choose a tag to compare

.NET Mongo 1.5.0 Release - May 12, 2023

.NET Mongo 1.5.0 is available for download for use. This release includes both .NET Mongo 1.5.0 and .NET Mongo Core 3.2.0.

Release Notes

.NET Mongo

Improvements

  • Upgrade to .NET 7
  • Loads only public classes in the "Migrations" folder

Fixes

  • Minor typo in the Migration Template

.NET Mongo Core

Improvements

  • Upgrade to .NET 7
  • Upgrade MongoDb.Drive from 2.15.0 to 2.19.1

1.3.0

14 Apr 14:59
Compare
Choose a tag to compare

.NET Mongo 1.3.0 Release - April 14, 2022

.NET Mongo 1.3.0 is available for download for use. This release includes .NET Mongo 1.3.0 using .NET Mongo Core 3.0.0.

Release Notes

Improvements

  • Simplify Mongo Context into base class that can be initialized through it's constructor

v1.1.1

18 Dec 02:39
Compare
Choose a tag to compare

.NET Mongo 1.1.1 Release - December 01, 2019

.NET Mongo 1.1.1 is available for download for use. This release includes .NET Mongo 1.1.1 using .NET Mongo Core 1.0.0.

Release Notes

Fixes

  • Fixed the bug with the --version option only displaying 1.0.0

v1.1.0

25 Sep 23:38
cb0a36a
Compare
Choose a tag to compare

.NET Mongo 1.1.0 Release - September 25, 2019

.NET Mongo 1.1.0 is available for download for use. This release includes .NET Mongo 1.1.0 using .NET Mongo Core 1.0.0.

Release Notes

What's New?

  • Added logging for errors thrown during migration up and down operations. Logs are created in the .logs directory of the execution directory.
  • Added the --help operation at the root level to print the CLI usage documentation.

Improvements

  • Better exception handling and error messages to the CLI.

Fixes

  • Fixed the changeLog MongoDB collection to be named changelog. When migrating from 1.0.0 to 1.1.0 update the existing changeLog MongoDB collection to avoid and breaking changes.

v1.0.0

13 Sep 10:44
Compare
Choose a tag to compare

.NET Mongo 1.0.0 Release - September 12, 2019

.NET Mongo 1.0.0 is available for download for use. This release includes .NET Mongo 1.0.0 and .NET Mongo Core 1.0.0.

Release Notes

What's New?

  • .NET Mongo Migrations: Manages migration changes to MongoDB database instances.

v1.0.0-alpha

31 Aug 12:04
6d7ab0e
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Alpha release for the dotnet mongo tool.