Release 2.4.2 (#3878)

*  Release 2.4.2

* reflects latest pg-promise version
This commit is contained in:
Florent Vilmart
2017-05-29 04:03:51 -04:00
committed by Natan Rolnik
parent 9a6fb82b68
commit 31744c59ef
2 changed files with 20 additions and 1 deletions

View File

@@ -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)

View File

@@ -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": {