From bd6816c14c6b5553212936db787f43f73082817e Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Mon, 26 Jun 2017 10:40:20 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Release=202.5.0=20(#3957)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update package.json * Update CHANGELOG.md --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697b7157..4908fdc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ ## Parse Server Changelog +### 2.5.0 +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.2...2.5.0) + +#### New Features: +* Adds ability to run full text search (#3904), thanks to [Diamond Lewis](https://github.com/dplewis) +* Adds ability to run `$withinPolygon` queries (#3889), thanks to [Diamond Lewis](https://github.com/dplewis) +* Adds ability to pass read preference per query with mongodb (#3865), thanks to [davimacedo](https://github.com/davimacedo) +* beforeFind trigger now includes `isGet` for get queries (#3862), thanks to [davimacedo](https://github.com/davimacedo) +* Adds endpoints for dashboard's audience API (#3861), thanks to [davimacedo](https://github.com/davimacedo) +* Restores the job scheduling endpoints (#3927), thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Improvements: +* Removes unnecessary warning when using maxTimeMs with mongodb, thanks to [Tyler Brock](https://github.com/tbrock) +* Improves access control on system classes (#3916), thanks to [Worathiti Manosroi](https://github.com/pungme) +* Adds bytes support in postgres (#3894), thanks to [Diamond Lewis](https://github.com/dplewis) + +#### Bug Fixes: +* Fixes issue with vkontakte adapter that would hang the request, thanks to [Denis Trofimov](https://github.com/denistrofimov) +* Fixes issue affecting null relational data (#3924), thanks to [davimacedo](https://github.com/davimacedo) +* Fixes issue affecting session token deletion (#3937), thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fixes issue affecting the serverInfo endpoint (#3933), thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fixes issue affecting beforeSave with dot-noted sub-documents (#3912), thanks to [IlyaDiallo](https://github.com/IlyaDiallo) +* Fixes issue affecting emails being sent when using a 3rd party auth (#3882), thanks to [davimacedo](https://github.com/davimacedo) + +#### Dependency Updates: +* [commander@2.10.0](https://www.npmjs.com/package/commander) +* [pg-promise@5.9.7](https://www.npmjs.com/package/pg-promise) +* [lru-cache@4.1.0](https://www.npmjs.com/package/lru-cache) +* [mongodb@2.2.28](https://www.npmjs.com/package/mongodb) + +##### Devevelopment dependencies +* [babel-core@6.25.0](https://www.npmjs.com/package/babel-core) +* [cross-env@5.0.1](https://www.npmjs.com/package/cross-env) +* [nyc@11.0.2](https://www.npmjs.com/package/nyc) + ### 2.4.2 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.1...2.4.2) diff --git a/package.json b/package.json index a98da243..35a7ebbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.4.2", + "version": "2.5.0", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {