|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### 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) |
5 | 35 |
|
6 | 36 | ### 2.6.2
|
7 | 37 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2)
|
|
0 commit comments