From b5c5af9be05ebe5e72ef069a38d8eba802dc00b2 Mon Sep 17 00:00:00 2001 From: pubkey <8926560+pubkey@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:43:32 +0100 Subject: [PATCH] ADD docs --- docs-src/docs/releases/16.0.0.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs-src/docs/releases/16.0.0.md b/docs-src/docs/releases/16.0.0.md index ff1ee46f435..c75de199f07 100644 --- a/docs-src/docs/releases/16.0.0.md +++ b/docs-src/docs/releases/16.0.0.md @@ -9,7 +9,11 @@ description: RxDB Major Release 16.0.0 The release [16.0.0](https://rxdb.info/releases/16.0.0.html) is used for major refactorings. We did not change that much, mostly renaming things and fixing confusing implementation details. -Data stored in the previous version `15` is be compatible with the code of the new version `16` for most RxStorage implementation. So migration will be easy. Only with the node-filesystem RxStorage and the OPFS RxStorage it is required to migrate the data itself with the [storage migration plugin](../migration-storage.md). +Data stored in the previous version `15` is be compatible with the code of the new version `16` for most RxStorage implementation. So migration will be easy. +Only the following RxStorage implementations are required to migrate the data itself with the [storage migration plugin](../migration-storage.md): +- SQLite RxStorage +- NodeFilesystem RxStorage +- OPFS RxStorage ## Breaking Changes - CHANGE [RxServer](https://rxdb.info/rx-server.html) is no longer in beta mode.