Skip to content

Commit 31744c5

Browse files
flovilmartnatanrolnik
authored andcommitted
⚡ Release 2.4.2 (#3878)
* ⚡ Release 2.4.2 * reflects latest pg-promise version
1 parent 9a6fb82 commit 31744c5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
## Parse Server Changelog
22

3+
### 2.4.2
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.1...2.4.2)
5+
6+
#### New Features:
7+
* ParseQuery: Support for withinPolygon [#3866](https://github.com/parse-community/parse-server/pull/3866), thanks to [Diamond Lewis](https://github.com/dplewis)
8+
9+
#### Improvements:
10+
* 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)
11+
* 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)
12+
* 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)
13+
14+
#### Bug fixes:
15+
* 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)
16+
17+
#### Dependency Updates:
18+
* [[email protected]](https://www.npmjs.com/package/mongodb)
19+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
20+
21+
322
### 2.4.1
423
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.0...2.4.1)
524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)