2.16.0
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
- Idempotency Request (#1210) (parse-server/6748)
Improvements
- Allow Pin of unsaved objects in LocalDatastore (#1225)
Fixes