Skip to content

2.16.0

Compare
Choose a tag to compare
@dplewis dplewis released this 17 Sep 20:57
90191ca

Idempotency enforcement for client requests. This deduplicates requests where the client intends to send one request to Parse Server but due to network issues the server receives the request multiple times.
(Parse-Server 4.3.0+)
Caution, this is an experimental feature that may not be appropriate for production.

To enable use either of the following:

  • Parse.CoreManager.set('IDEMPOTENCY', true)
  • Parse.idempotency = true

Features

Improvements

  • Allow Pin of unsaved objects in LocalDatastore (#1225)

Fixes

  • crypto-js crashing React Native (#1218)
  • Schema mismatch error on add / remove empty array on Relation (#1222)
  • query.select error on null fields (#1223)