Releases: ndichiaro/dotnet-mongo
Releases · ndichiaro/dotnet-mongo
v1.6.0
.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
andnet5.0
support
Fixes
- Remove
Tools.Net.Mongo.Core
reference in migration template
.NET Mongo Core
Improvements
- Depreciate
netstandard2.1
andnet5.0
support - Upgrade MongoDb.Driver from 2.19.1 to 2.21.0
v1.5.0
.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
v1.1.1
v1.1.0
.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 namedchangelog
. When migrating from 1.0.0 to 1.1.0 update the existingchangeLog
MongoDB collection to avoid and breaking changes.
v1.0.0
.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
Alpha release for the dotnet mongo tool.