Skip to content

Commit

Permalink
ADD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 10, 2024
1 parent eb72d2a commit b5c5af9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs-src/docs/releases/16.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5c5af9

Please sign in to comment.