- For
migrationFileExtensionusing a value of.ts, a typescript template file will be used that comes with proper types
- Add soft locks PR to prevent multiple migration execution by @daveboulard
Update readme, docs in the samples dir
breaking change:
- The
callbackparameter is no longer supported and has been removed. - The baseline
nodeengine is>=12from>=8
new:
- A
contextfunction can now be specified in the config that will pass context data to each migration execution as the third parameter. See readme for more details.
Update package.json repo url
Update the readme to include a URL to the mongo driver options
Update dependencies to latest versions where possible and address npm audit issues.
- Update
mongodbto 4.3.0
Applied the following PRs from the seppevs/migrate-mongo project: