Skip to content

evolu@6.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:42
· 2518 commits to main since this release
0ebf01b

Minor Changes

  • ac2e396: Schemaless DB schema

    Evolu automatically updates the DB schema on NoSuchTableOrColumnError when applying CRDT messages. It's for a situation when an obsolete client receives messages from a newer one.

    Data are safely stored but only rendered once the obsolete client is updated.