Skip to content

Commit

Permalink
docs(migrate10): add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 5, 2024
1 parent 2cef51e commit d90b1ab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/guides/migration/migrate10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
id: migrate10
title: 'Migrate to version 10.0.0'
---

Here are the Important changes made for 10.0.0

:::caution Important, Read this first
This Guide is written for migration from version `9.4.0` to `10.0.0`, for versions `>10.0.0 <11.0.0`, please consult the [CHANGELOG](https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md)
:::

## Breaking Changes

<!-- ### Minimal NodeJS version is now `14`
With 9.0.0 the minimal nodejs required is `14.20.1`.
### Mongodb Driver Version upgraded to 5.x
The used MongoDB Driver version is now `5.9.0`.
### Default binary version is now 6.x
The default binary version has been upgraded from `5.0.x` to `6.0.x`. For more specifics see [mongodb-server-versions](../mongodb-server-versions.md). -->

## Non-Breaking changes / Additions

<!-- ### Compiler target is now `es2019`
The tsconfig `target` option has been updated to `es2019`, which will result in less polyfills.
This should be a non-breaking change -->
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'guides/common-issues',
],
Migration: [
'guides/migration/migrate10',
'guides/migration/migrate9',
'guides/migration/migrate8',
'guides/migration/migrate7',
Expand Down

0 comments on commit d90b1ab

Please sign in to comment.