All Versions
148
Latest Version
Avg Release Cycle
6 days
Latest Release
5 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v9.9.0 Changes
November 10, 2020Other:
- Improved startup performance by doing a index-exist check
- Added check for
properties
to dev-mode schema check - Add better checks for query input in dev-mode
-
v9.8.0 Changes
November 02, 2020๐ Features:
- Added subscription parameters for
graphQLSchemaFromRxSchema()
- Added RxDocument.atomicPatch()
๐ Bugfixes:
- (types) Returned values of
syncGraphQL()
did not type-match withRxGraphQLReplicationState
RxDocument.atomicUpdate()
now does a retry on 409 write conflicts
Other:
- Added authentication to graphql example
- Deprecated
RxDocument.atomicSet()
. UsedatomicPatch
instead, it works better with typescript - (docs) added workarounds for 6-connection limit at couchdb replication #2659. Thanks @MuresanSergiu
- Added subscription parameters for
-
v9.7.1 Changes
October 22, 2020 -
v9.7.0 Changes
October 21, 2020๐ Bugfixes:
RxLocalDocument.$
emitted to often on changes #2471- Fix typings of
RxReplicationState.collection
๐ Features:
- Allow to skip docs in push/pull modifiers with the graphql-replication. #2552 Thanks @DDoerner
- Allow to type the data of
RxLocalDocument
likemyDatabase.getLocal<{foo: string}>('bar')
Other:
-
v9.6.0 Changes
September 07, 2020 -
v9.5.0 Changes
August 02, 2020Other:
- Upgraded pouchdb to
7.2.2
- Upgraded typescript to
3.9.7
- Upgraded pouchdb to
-
v9.4.0 Changes
July 24, 2020๐ Features:
- Add cache-replacement-policy for the QueryCache
- GraphQL replication async modifier function #2367
๐ Bugfixes:
- GraphQL replication run increasing requests when offline #2336
-
v9.3.0 Changes
June 26, 2020๐ Features:
- Added (beta)
RxCollection.findByIds()
to get many documents by their id with a better performance.
Other:
- Added typings for
pouch.allDocs()
- Added (beta)
-
v9.2.0 Changes
June 21, 2020๐ Bugfixes:
ref
-fields must be nullable #2285 Thanks @kunal15595- RxDatabase names can no longer end with a slash #2251 which breaks the server plugin.
Other:
- Added
"sideEffects": false
to all plugins
-
v9.1.0 Changes
May 31, 2020๐ Features:
RxDatabase.server()
does now acceptpouchdbExpressOptions
to set the log file and other stuff configured on express-pouchdb
๐ Bugfixes:
- prepareQuery should handle all comparison operators #2213 Thanks @kunal15595
Other:
- Added webpack tree shaking optimization via
sideEffects: false