RxDB v9.8.0 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes:

    • (types) Returned values of syncGraphQL() did not type-match with RxGraphQLReplicationState
    • RxDocument.atomicUpdate() now does a retry on 409 write conflicts

    Other:

    • Added authentication to graphql example
    • Deprecated RxDocument.atomicSet(). Used atomicPatch instead, it works better with typescript
    • (docs) added workarounds for 6-connection limit at couchdb replication #2659. Thanks @MuresanSergiu