From 033437034dd1a89b756ebe108d88fa80d08c634d Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Tue, 3 Oct 2017 14:33:05 -0400 Subject: [PATCH] :zap: Release 2.6.3 (#4233) * :zap: Release 2.6.3 * Update CHANGELOG.md --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e93525dd..381ca9ef52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: +* [winston@2.4.0](https://www.npmjs.com/package/winston) +* [pg-promise@6.10.2](https://www.npmjs.com/package/pg-promise) +* [winston-daily-rotate-file@1.6.0](https://www.npmjs.com/package/winston-daily-rotate-file) +* [request@2.83.0](https://www.npmjs.com/package/request) +* [body-parser@1.18.2](https://www.npmjs.com/package/body-parser) + +##### Devevelopment Dependencies Updates: +* [request-promise@4.2.2](https://www.npmjs.com/package/request-promise) +* [eslint@4.7.1](https://www.npmjs.com/package/eslint) ### 2.6.2 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2) diff --git a/package.json b/package.json index e9c38888ce..79f596fcf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.6.2", + "version": "2.6.3", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {