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.