From 31744c59ef9bbd2393c755ae7006a76f1f2fb0aa Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Mon, 29 May 2017 04:03:51 -0400 Subject: [PATCH] :zap: Release 2.4.2 (#3878) * :zap: Release 2.4.2 * reflects latest pg-promise version --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54773f34..697b7157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ ## Parse Server Changelog +### 2.4.2 +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.1...2.4.2) + +#### New Features: +* ParseQuery: Support for withinPolygon [#3866](https://github.com/parse-community/parse-server/pull/3866), thanks to [Diamond Lewis](https://github.com/dplewis) + +#### Improvements: +* Postgres: Use transactions when deleting a class, [#3869](https://github.com/parse-community/parse-server/pull/3836), thanks to [Vitaly Tomilov](https://github.com/vitaly-t) +* Postgres: Proper support for GeoPoint equality query, [#3874](https://github.com/parse-community/parse-server/pull/3836), thanks to [Diamond Lewis](https://github.com/dplewis) +* beforeSave and liveQuery will be correctly triggered on email verification [#3851](https://github.com/parse-community/parse-server/pull/3851), thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Bug fixes: +* Skip authData validation if it hasn't changed, on PUT requests [#3872](https://github.com/parse-community/parse-server/pull/3872), thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Dependency Updates: +* [mongodb@2.2.27](https://www.npmjs.com/package/mongodb) +* [pg-promise@5.7.2](https://www.npmjs.com/package/pg-promise) + + ### 2.4.1 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.0...2.4.1) diff --git a/package.json b/package.json index 4bfdfdfb..2a59aacb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.4.1", + "version": "2.4.2", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {