⚡ Release 2.4.1 (#3845)
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
|
### 2.4.1
|
||||||
|
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.0...2.4.1)
|
||||||
|
|
||||||
|
#### Bug fixes:
|
||||||
|
* Fixes issue affecting relation updates ([#3835](https://github.com/parse-community/parse-server/pull/3835), [#3836](https://github.com/parse-community/parse-server/pull/3836)), thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fixes issue affecting sending push notifications, thanks to [Felipe Andrade](https://github.com/felipemobile)
|
||||||
|
* Session are always cleared when updating the passwords ([#3289](https://github.com/parse-community/parse-server/pull/3289), [#3821](https://github.com/parse-community/parse-server/pull/3821), thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
|
||||||
|
#### Dependency Updates:
|
||||||
|
* [body-parser@1.17.2](https://www.npmjs.com/package/body-parser)
|
||||||
|
* [pg-promise@5.7.1](https://www.npmjs.com/package/pg-promise)
|
||||||
|
* [ws@3.0.0](https://www.npmjs.com/package/ws)
|
||||||
|
|
||||||
|
|
||||||
### 2.4.0
|
### 2.4.0
|
||||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.8...2.4.0)
|
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.8...2.4.0)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user