Skip to content

v1.1.0

Compare
Choose a tag to compare
@ndichiaro ndichiaro released this 25 Sep 23:38
cb0a36a

.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.