Skip to content

Commit 90191ca

Browse files
authored
⚡️ Release 2.16.0 (#1227)
1 parent e2f72c0 commit 90191ca

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# Parse-SDK-JS
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.15.0...master)
4+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.16.0...master)
5+
6+
## 2.16.0
7+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.15.0...2.16.0)
8+
9+
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+)
10+
**Caution, this is an experimental feature that may not be appropriate for production.**
11+
12+
To enable use either of the following:
13+
* `Parse.CoreManager.set('IDEMPOTENCY', true)`
14+
* `Parse.idempotency = true`
15+
16+
**Features**
17+
- Idempotency Request ([#1210](https://github.com/parse-community/Parse-SDK-JS/pull/1210))
18+
19+
**Improvements**
20+
- Allow Pin of unsaved objects in LocalDatastore ([#1225](https://github.com/parse-community/Parse-SDK-JS/pull/1225))
21+
22+
**Fixes**
23+
- crypto-js crashing React Native ([#1218](https://github.com/parse-community/Parse-SDK-JS/pull/1218))
24+
- Schema mismatch error on add / remove empty array on Relation ([#1222](https://github.com/parse-community/Parse-SDK-JS/pull/1222))
25+
- query.select error on null fields ([#1223](https://github.com/parse-community/Parse-SDK-JS/pull/1223))
526

627
## 2.15.0
728
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.14.0...2.15.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org/",
66
"keywords": [

0 commit comments

Comments
 (0)