Skip to content

Commit 0334370

Browse files
authored
⚡ Release 2.6.3 (#4233)
* ⚡ Release 2.6.3 * Update CHANGELOG.md
1 parent 7fac070 commit 0334370

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...master)
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.3...master)
5+
6+
### 2.6.3
7+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...2.6.3)
8+
9+
#### Improvements:
10+
* Queries on Pointer fields with `$in` and `$nin` now supports list of objectId's, thanks to [Florent Vilmart](https://github.com/flovilmart)
11+
* LiveQueries on `$in` and `$nin` for pointer fields work as expected thanks to [Florent Vilmart](https://github.com/flovilmart)
12+
* Also remove device token when APNS error is BadDeviceToken, thanks to [Mauricio Tollin](https://github.com/)
13+
* LRU cache is not available on the ParseServer object, thanks to [Tyler Brock](https://github.com/tbrock)
14+
* Error messages are more expressive, thanks to [Tyler Brock](https://github.com/tbrock)
15+
* Postgres: Properly handle undefined field values, thanks to [Diamond Lewis](https://github.com/dlewis)
16+
* Updating with two GeoPoints fails correctly, thanks to [Anthony Mosca](https://github.com/aontas)
17+
18+
#### New Features:
19+
* Adds ability to set a maxLimit on server configuration for queries, thanks to [Chris Norris](https://github.com/)
20+
21+
#### Bug fixes:
22+
* Fixes issue affecting reporting `_PushStatus` with misconfigured serverURL, thanks to [Florent Vilmart](https://github.com/flovilmart)
23+
* Fixes issue affecting deletion of class that doesn't exist, thanks to [Diamond Lewis](https://github.com/dlewis)
24+
25+
#### Dependency Updates:
26+
* [[email protected]](https://www.npmjs.com/package/winston)
27+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
28+
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file)
29+
* [[email protected]](https://www.npmjs.com/package/request)
30+
* [[email protected]](https://www.npmjs.com/package/body-parser)
31+
32+
##### Devevelopment Dependencies Updates:
33+
* [[email protected]](https://www.npmjs.com/package/request-promise)
34+
* [[email protected]](https://www.npmjs.com/package/eslint)
535

636
### 2.6.2
737
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)