-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,37 @@ | ||
## Parse Server Changelog | ||
|
||
### master | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...master) | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.3...master) | ||
|
||
### 2.6.3 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...2.6.3) | ||
|
||
#### Improvements: | ||
* Queries on Pointer fields with `$in` and `$nin` now supports list of objectId's, thanks to [Florent Vilmart](https://github.com/flovilmart) | ||
* LiveQueries on `$in` and `$nin` for pointer fields work as expected thanks to [Florent Vilmart](https://github.com/flovilmart) | ||
* Also remove device token when APNS error is BadDeviceToken, thanks to [Mauricio Tollin](https://github.com/) | ||
* LRU cache is not available on the ParseServer object, thanks to [Tyler Brock](https://github.com/tbrock) | ||
* Error messages are more expressive, thanks to [Tyler Brock](https://github.com/tbrock) | ||
* Postgres: Properly handle undefined field values, thanks to [Diamond Lewis](https://github.com/dlewis) | ||
* Updating with two GeoPoints fails correctly, thanks to [Anthony Mosca](https://github.com/aontas) | ||
|
||
#### New Features: | ||
* Adds ability to set a maxLimit on server configuration for queries, thanks to [Chris Norris](https://github.com/) | ||
|
||
#### Bug fixes: | ||
* Fixes issue affecting reporting `_PushStatus` with misconfigured serverURL, thanks to [Florent Vilmart](https://github.com/flovilmart) | ||
* Fixes issue affecting deletion of class that doesn't exist, thanks to [Diamond Lewis](https://github.com/dlewis) | ||
|
||
#### Dependency Updates: | ||
* [[email protected]](https://www.npmjs.com/package/winston) | ||
* [[email protected]](https://www.npmjs.com/package/pg-promise) | ||
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file) | ||
* [[email protected]](https://www.npmjs.com/package/request) | ||
* [[email protected]](https://www.npmjs.com/package/body-parser) | ||
|
||
##### Devevelopment Dependencies Updates: | ||
* [[email protected]](https://www.npmjs.com/package/request-promise) | ||
* [[email protected]](https://www.npmjs.com/package/eslint) | ||
|
||
### 2.6.2 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters